Sync from SUSE:SLFO:Main openssl-pkcs11-sign-provider revision 38e7f5585aef1185e452ae9bd6022d19
This commit is contained in:
parent
828c9c0e88
commit
96b47c5565
BIN
openssl-pkcs11-sign-provider-1.0.0.tar.gz
(Stored with Git LFS)
BIN
openssl-pkcs11-sign-provider-1.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQSASRDofPAz4FGmMjeVQlsgz90b6AUCZH3zsQAKCRCVQlsgz90b
|
||||
6I/vAQDcKLiz4qrGiOGYl+wtINpmcvWPRto5VP+WPgtq1s0ZGAD8Cd628OADslBP
|
||||
/rbr9pyN58TBOiobOnN/QopVmITDrQw=
|
||||
=BFYt
|
||||
-----END PGP SIGNATURE-----
|
BIN
openssl-pkcs11-sign-provider-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
openssl-pkcs11-sign-provider-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
openssl-pkcs11-sign-provider-1.0.1.tar.gz.asc
Normal file
7
openssl-pkcs11-sign-provider-1.0.1.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQSASRDofPAz4FGmMjeVQlsgz90b6AUCZcD7zAAKCRCVQlsgz90b
|
||||
6BfcAQCSpNAqLbUuZsMleE+HdkonT0arBBa0VKJQD7TbOieppAEA/+8BwVbY5dgT
|
||||
lCH6IbGPx/YYW61ZroiF6Sduj+5eMgk=
|
||||
=+Sw3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 11:56:24 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Version update 1.0.1:
|
||||
* example RPM packaging
|
||||
* fork handling (issue #2)
|
||||
* support passphrase callback for PIN (issue #5)
|
||||
* additional testcases
|
||||
* fix URI parsing (issues #9, #10)
|
||||
* various fixes and cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 09:48:39 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openssl-pkcs11-sign-provider
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global modulesdir %(pkg-config --variable=modulesdir libcrypto)
|
||||
|
||||
Name: openssl-pkcs11-sign-provider
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: OpenSSL Provider for asymmetric operations with private PKCS#11 keys
|
||||
License: Apache-2.0
|
||||
@ -78,7 +78,7 @@ for file in openssl-*.cnf.sample; do mv $file $file.%{_arch}; done
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
%{modulesdir}/pkcs11sign.{so,la}
|
||||
%{_mandir}/man5/pkcs11sign.cnf.5*
|
||||
%{_mandir}/man7/pkcs11sign.7*
|
||||
|
Loading…
x
Reference in New Issue
Block a user