diff --git a/backport-provide-openssl-apis-related-to-SM-for-python.patch b/backport-provide-openssl-apis-related-to-SM-for-python.patch index db3c9d798e3020da71aeabc1d51768243e04e88d..e9b25becb8e570590a0d067b010567065b2c3430 100644 --- a/backport-provide-openssl-apis-related-to-SM-for-python.patch +++ b/backport-provide-openssl-apis-related-to-SM-for-python.patch @@ -1,3 +1,13 @@ +From 52325495900f1bd9e1f228f24c81c0746520dc85 Mon Sep 17 00:00:00 2001 +From: hanxinke +Date: Tue, 3 Aug 2021 10:45:22 +0800 +Subject: [PATCH] provide openssl apis related to SM for python + +Signed-off-by: hanxinke +--- + src/_cffi_src/openssl/evp.py | 7 +++++++ + 1 file changed, 7 insertions(+) + diff --git a/src/_cffi_src/openssl/evp.py b/src/_cffi_src/openssl/evp.py index ad7a0e7..13069dc 100644 --- a/src/_cffi_src/openssl/evp.py diff --git a/python-cryptography.spec b/python-cryptography.spec index 35bbd7f20427b095d6bbcbac2bf74e5d9829467d..bd67ca9e62cf12e5d4f1fe8db158a753a070f404 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global srcname cryptography Name: python-%{srcname} Version: 36.0.1 -Release: 5 +Release: 6 Summary: PyCA's cryptography library License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ @@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_ %doc README.rst docs %changelog +* Sat Dec 23 shixuantong - 36.0.1-6 +- update author info for Patch6002 + * Sat Dec 2 2023 liningjie - 36.0.1-5 - raise an exception instead of returning an empty list for pkcs7 cert loading