Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a7e783f70e
!41 【轻量级 PR】:add requires python3-six >= 1.5.2
From: @xuraoqing 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2024-08-15 08:06:57 +00:00
xuraoqing
43163ed0cb
add requires python3-six >= 1.5.2
Signed-off-by: xuraoqing <xuraoqing@huawei.com>
2024-08-15 07:25:48 +00:00
openeuler-ci-bot
977dabd594
!31 update to 24.0.0
From: @zhengxiaoxiaoGitee 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2024-02-07 02:48:54 +00:00
zhengxiaoxiao
44e9703037 update to 24.0.0 2024-02-06 18:55:38 +08:00
openeuler-ci-bot
78fd27265b
!28 update release to 23.2.0
From: @zhengxiaoxiaoGitee 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2023-07-18 13:02:20 +00:00
zhengxiaoxiao
61c34ef6ba update release to 23.2.0 2023-07-18 19:54:01 +08:00
openeuler-ci-bot
0a6dd7cd16
!27 Upgrade to New release 23.1.1
From: @desert-sailor 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2023-05-27 09:20:23 +00:00
desert-sailor
ff6f4bedca Upgrade to New release 23.1.1, works with cryptography 40+ 2023-05-26 11:54:28 +08:00
openeuler-ci-bot
6d2304ca04
!25 update to 23.0.0
From: @zhengxiaoxiaoGitee 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2023-02-09 06:42:42 +00:00
zhengxiaoxiao
5b1afcdba1 update version to 23.0.0 2023-02-09 11:59:49 +08:00
openeuler-ci-bot
506ebcbd38
!23 Upgrade version to 22.0.0
From: @zhengxiaoxiaoGitee 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
2022-11-15 11:35:24 +00:00
3 changed files with 26 additions and 3 deletions

Binary file not shown.

BIN
24.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: pyOpenSSL
Version: 22.0.0
Release: 1
Version: 24.0.0
Release: 2
Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
License: ASL 2.0
@ -18,7 +18,7 @@ than calling a corresponding function in the OpenSSL library.
%package -n python3-%{name}
Summary: A rather thin wrapper around (a subset of) the OpenSSL library.
Requires: python3-cryptography
Requires: python3-six >= 1.5.2 python3-cryptography
%{?python_provide:%python_provide python3-pyOpenSSL}
%description -n python3-%{name}
@ -58,6 +58,29 @@ make -C doc html SPHINXBUILD=sphinx-build-3
%doc CHANGELOG.rst doc/_build/html
%changelog
* Thu Aug 15 2024 xuraoqing<xuraoqing@huawei.com> - 24.0.0-2
- add requires python3-six >= 1.5.2
* Wed Jan 24 2024 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 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<zhengxiaoxiao2@huawei.com> - 23.2.0-1
- Upgrade version to 23.2.0
* Fri May 26 2023 Dongxing Wang<dxwangk@isoftstone.com> - 23.1.1-1
- Upgrade version to 23.1.1
* Thu Feb 9 2023 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 23.0.0-1
- Upgrade version to 23.0.0
* Mon Nov 14 2022 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 22.0.0-1
- Upgrade version to 22.0.0