Christian Heimes <li...@cheimes.de> added the comment:

- 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.

----------
stage: patch review -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to