mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
![]() OpenSSL 3.4.1 mnemonics are not compatible with OpenSSL 3.4.0 ones since they were renumbered [1, 2]. Consequently, `_ssl_data_34.h` is renamed to `_ssl_data_340.h` and `_ssl_data_34.h` now contains OpenSSL 3.4.1 mnemonics. We also refine the mnemonics that are selected, discarding those that are mnemonic-like but should not be used as such. More precisely, we remove the ERR_LIB_MASK and ERR_LIB_OFFSET entries from OpenSSL 1.1.1 data. [1]: https://github.com/openssl/openssl/issues/26316 [2]: https://github.com/openssl/openssl/issues/26388 |
||
---|---|---|
.. | ||
make_ssl_data.py | ||
multissltests.py |