!81 update author info for Patch6002

From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-12-25 06:08:58 +00:00 committed by Gitee
commit 2fa806b3e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 14 additions and 1 deletions

View File

@ -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
index ad7a0e7..13069dc 100644
--- a/src/_cffi_src/openssl/evp.py

View File

@ -1,7 +1,7 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 36.0.1
Release: 6
Release: 7
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
URL: https://cryptography.io/en/latest/
@ -86,6 +86,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%doc README.rst docs
%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
- raise an exception instead of returning an empty list for pkcs7 cert loading