[issue32947] Support OpenSSL 1.1.1

Kurt Roeckx report at bugs.python.org
Wed Aug 22 16:20:38 EDT 2018


Kurt Roeckx <kurt at roeckx.be> added the comment:

This are automated tests for the packages in Debian. I uploaded the pre9 version to unstable, and as a result of that all reverse dependencies got tested. I don't have any experience with python myself.

Anyway, the openssl.cnf in Debian contains:
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT at SECLEVEL=2

So you might want to override that during the test suite by calling SSL_CTX_set_min_proto_version(ctx, 0).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32947>
_______________________________________


More information about the Python-bugs-list mailing list