- 30 Agu, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Add test certs and test for ECDSA cert and EC/RSA dual mode. I'm also adding certs for IDNA 2003/2008 tests and simplify some test data handling. Signed-off-by: Christian Heimes <christian@python.org>
-
- 05 Ock, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. Patch by Daniel Black.
-