Query
Monday 24 February 2020
2020-02-24 01:10:59 (3 years ago) by Tobias S. Josefowitz <tobij@tobij.de>
- pike/lib/modules/SSL.pmod/Connection.pike (+4/-1)(5 lines)
- pike/lib/modules/SSL.pmod/Context.pike (+17/-0)(17 lines)
branch: master
SSL: Do not accept MD2, MD5 and SHA1 signatures any longer
Web browsers and others have distrusted SHA1 a long while ago, MD2 and
MD5 are at this point simply dangerous to support. However, we now
support configuration of supported signature algorithms via
@[SSL.Context] in case any use case simply needs to support older
signature algorithms.
- pike/lib/modules/SSL.pmod/Connection.pike (+4/-1)(5 lines)
- pike/lib/modules/SSL.pmod/Context.pike (+17/-0)(17 lines)
branch: 8.0
SSL: Do not accept MD2, MD5 and SHA1 signatures any longer
Web browsers and others have distrusted SHA1 a long while ago, MD2 and
MD5 are at this point simply dangerous to support. However, we now
support configuration of supported signature algorithms via
@[SSL.Context] in case any use case simply needs to support older
signature algorithms.
Sunday 17 April 2016
2016-04-17 13:30:47 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/RSA.pmod (+17/-0)(17 lines)
branch: 8.1
Crypto.RSA [SSL.Context]: Fixed some warnings.