This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2021-04-17.09:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618652240.56.0.382300519582.issue43669@roundup.psfhosted.org>
In-reply-to
Content
- Remove HAVE_X509_VERIFY_PARAM_SET1_HOST check
- Update hashopenssl to require OpenSSL 1.1.1
- multissltests only OpenSSL > 1.1.0
- ALPN is always supported
- SNI is always supported
- Remove deprecated NPN code. Python wrappers are no-op.
- ECDH is always supported
- Remove OPENSSL_VERSION_1_1 macro
- Remove locking callbacks
- Drop PY_OPENSSL_1_1_API macro
- Drop HAVE_SSL_CTX_CLEAR_OPTIONS macro
- SSL_CTRL_GET_MAX_PROTO_VERSION is always defined now
- security level is always available now
- get_num_tickets is available with TLS 1.3
- X509_V_ERR MISMATCH is always available now
- Always set SSL_MODE_RELEASE_BUFFERS
- X509_V_FLAG_TRUSTED_FIRST is always available
- get_ciphers is always supported
- SSL_CTX_set_keylog_callback is always available
- Update Modules/Setup with static link example
- Mention PEP in whatsnew
- Drop 1.0.2 and 1.1.0 from GHA tests
History
Date User Action Args
2021-04-17 09:37:20christian.heimessetrecipients: + christian.heimes
2021-04-17 09:37:20christian.heimessetmessageid: <1618652240.56.0.382300519582.issue43669@roundup.psfhosted.org>
2021-04-17 09:37:20christian.heimeslinkissue43669 messages
2021-04-17 09:37:19christian.heimescreate