]> granicus.if.org Git - python/commit
Issue #8484: Load all ciphers and digest algorithms when initializing
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Apr 2010 19:28:03 +0000 (19:28 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Apr 2010 19:28:03 +0000 (19:28 +0000)
commitc715a9ed08f5b4ed05effd10adf25cc79551eb02
tree129483b0867595fef6ed0b4c9e40c1dcb85e7a1c
parent62e17ad2340f2c46aed45cf38ead786f5d5124d2
Issue #8484: Load all ciphers and digest algorithms when initializing
the _ssl extension, such that verification of some SSL certificates
doesn't fail because of an "unknown algorithm".
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c