cpython/.github
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
..
problem-matchers [workflow] Use MSVC problem matcher for Windows action build (GH-18532) 2020-12-28 12:28:40 -06:00
workflows bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) 2021-04-17 11:36:35 +02:00
CODEOWNERS try and get a peak at mock-related PRs before they land (#25356) 2021-04-12 10:44:42 +01:00
CONTRIBUTING.rst Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989) 2020-05-25 14:19:42 -05:00
FUNDING.yml Add GitHub sponsor info for Python (GH-22887) 2020-10-23 08:23:58 -07:00
PULL_REQUEST_TEMPLATE.md bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) 2018-05-13 17:55:35 -07:00
SECURITY.md Fix a typo in SECURITY.md (GH-13568) 2019-05-27 10:45:24 -07:00
codecov.yml Ignore NEWS snippets in code coverage stats (GH-18194) 2020-01-28 02:05:03 +10:00
dependabot.yml Fix dependabot.yml file (GH-24443) 2021-02-04 11:22:34 -08:00