diff --git a/23.2.0.tar.gz b/23.2.0.tar.gz deleted file mode 100644 index 0116d7f07474fe89710270528dcf40f39de43893..0000000000000000000000000000000000000000 Binary files a/23.2.0.tar.gz and /dev/null differ diff --git a/24.0.0.tar.gz b/24.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..25b67729b18cb9bf9d56a54126e686a396f03efe Binary files /dev/null and b/24.0.0.tar.gz differ diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index a1392496630624ed2790a329e91d4ca7eaa0859a..662edf62b61864347bf9f2aa08d2b9520dc0bd3c 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,5 +1,5 @@ Name: pyOpenSSL -Version: 23.2.0 +Version: 24.0.0 Release: 1 Summary: A rather thin wrapper around (a subset of) the OpenSSL library. @@ -58,6 +58,17 @@ make -C doc html SPHINXBUILD=sphinx-build-3 %doc CHANGELOG.rst doc/_build/html %changelog +* Wed Jan 24 2024 zhengxiaoxiao - 24.0.0-1 +- Upgrade version to 24.0.0 + - Dropped support for Python 3.6. + - The minimum cryptography version is now 41.0.5. + - Removed OpenSSL.crypto.loads_pkcs7 and OpenSSL.crypto.loads_pkcs12 which had been deprecated for 3 years. + - Added OpenSSL.SSL.OP_LEGACY_SERVER_CONNECT to allow legacy insecure renegotiation between OpenSSL and unpatched servers. + - Deprecated OpenSSL.crypto.PKCS12,OpenSSL.crypto.NetscapeSPKI,OpenSSL.crypto.CRL,OpenSSL.crypto.Revoked,OpenSSL.crypto.load_crl,OpenSSL.crypto.dump_crl,OpenSSL.crypto.sign,OpenSSL.crypto.verify,OpenSSL.crypto.X509Extension + - Changed OpenSSL.crypto.X509Store.add_crl to also accept cryptography's x509.CertificateRevocationList arguments in addition to the now deprecated OpenSSL.crypto.CRL arguments + - Fixed test_set_default_verify_paths test so that it is skipped if no network connection is available + - Add ``OpenSSL.SSL.Connection.get_selected_srtp_profile`` to determine which SRTP profile was negotiated + * Tue Jul 18 2023 zhengxiaoxiao - 23.2.0-1 - Upgrade version to 23.2.0