Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34542: Update test certs and keys (GH-8997) | Christian Heimes | 2018-08-30 | 1 | -58/+75 |
| | | | | | | | | 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> | ||||
* | bpo-32602: Test ECDSA certs (#5247) | Christian Heimes | 2018-01-20 | 1 | -31/+58 |
| | | | | | | | | 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> | ||||
* | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+37 |
fields in X.509 certs. |