Message304586
- BoringSSL is not a supported libssl/libcrypto library for Python. We only support 100% OpenSSL-compatible libraries.
- OpenSSL 1.0.1 is no longer supported by upstream. Python's semi-official support policy for 1.0.1 and 0.9.8 is "use at your own risk". You should upgrade.
- Python < 2.7.13 does not support OpenSSL 1.1
- Python >= 2.7.13 has #if !defined(OPENSSL_VERSION_1_1) before SSL_CTX_set_ecdh_auto()
I added a new test that verifies connections with various curve settings. I cannot reproduce your problem with the test case. |
|
| Date |
User |
Action |
Args |
| 2017-10-18 16:10:00 | christian.heimes | set | recipients:
+ christian.heimes, janssen, alex, dstufft, grrrrrrrrr |
| 2017-10-18 16:10:00 | christian.heimes | set | messageid: <1508343000.47.0.213398074469.issue31809@psf.upfronthosting.co.za> |
| 2017-10-18 16:10:00 | christian.heimes | link | issue31809 messages |
| 2017-10-18 16:10:00 | christian.heimes | create | |
|