cpython/.github/workflows
Christian Heimes 39258d3595
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
- 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
2021-04-17 11:36:35 +02:00
..
build.yml bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) 2021-04-17 11:36:35 +02:00
build_msi.yml Use v2 of GitHub Actions where available (GH-20232) 2020-05-20 09:38:41 -07:00
coverage.yml bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) 2021-03-29 17:00:34 -07:00
doc.yml Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368) 2021-04-12 20:53:15 +01:00
posix-deps-apt.sh bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) 2021-04-13 10:23:45 -07:00
stale.yml Update Stale action message (GH-23791) 2020-12-15 18:36:33 -08:00