update author info for Patch6002
This commit is contained in:
parent
4ae9035833
commit
476cf4137f
@ -1,3 +1,13 @@
|
|||||||
|
From 52325495900f1bd9e1f228f24c81c0746520dc85 Mon Sep 17 00:00:00 2001
|
||||||
|
From: hanxinke <hanxinke@huawei.com>
|
||||||
|
Date: Tue, 3 Aug 2021 10:45:22 +0800
|
||||||
|
Subject: [PATCH] provide openssl apis related to SM for python
|
||||||
|
|
||||||
|
Signed-off-by: hanxinke <hanxinke@huawei.com>
|
||||||
|
---
|
||||||
|
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
|
diff --git a/src/_cffi_src/openssl/evp.py b/src/_cffi_src/openssl/evp.py
|
||||||
index ad7a0e7..13069dc 100644
|
index ad7a0e7..13069dc 100644
|
||||||
--- a/src/_cffi_src/openssl/evp.py
|
--- a/src/_cffi_src/openssl/evp.py
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%global srcname cryptography
|
%global srcname cryptography
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 36.0.1
|
Version: 36.0.1
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
License: ASL 2.0 or BSD
|
License: ASL 2.0 or BSD
|
||||||
URL: https://cryptography.io/en/latest/
|
URL: https://cryptography.io/en/latest/
|
||||||
@ -86,6 +86,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
|
|||||||
%doc README.rst docs
|
%doc README.rst docs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 23 shixuantong <shixuantong1@huawei.com> - 36.0.1-7
|
||||||
|
- update author info for Patch6002
|
||||||
|
|
||||||
* Mon Dec 4 2023 liningjie <liningjie@xfusion.com> - 36.0.1-6
|
* Mon Dec 4 2023 liningjie <liningjie@xfusion.com> - 36.0.1-6
|
||||||
- raise an exception instead of returning an empty list for pkcs7 cert loading
|
- raise an exception instead of returning an empty list for pkcs7 cert loading
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user