forked from pool/yubico-piv-tool
Accepting request 544051 from home:Simmphonie:yubico
- Version 1.4.4 (released 2017-10-17) - Documentation updates. - Add pin caching to work around disconnect problems. - Disable RSA key generation on YubiKey 4 before 4.3.5. See https://yubi.co/ysa201701/ for details. - Version 1.4.3 (released 2017-04-18) - Encode RSA x509 certificates correctly. - Documentation updates. - In ykcs11 return CKA_MODULUS correctly for private keys. - In ykcs11 fix for signature size approximation. - Fix PSS signatures in ykcs11. - Add a CLI flag --stdin-input to make batch execution easier. OBS-URL: https://build.opensuse.org/request/show/544051 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=20
This commit is contained in:
parent
9c2c224a8b
commit
71f214a0a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33a44018a1a88608058dfe685a4510640d818d4ebcbb2bdb021327497bb45d0a
|
||||
size 511866
|
Binary file not shown.
3
yubico-piv-tool-1.4.4.tar.gz
Normal file
3
yubico-piv-tool-1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab0eac3f78e9e01538723f631ed6042504409a1ab0342973e2bd52f2c68a3769
|
||||
size 529212
|
BIN
yubico-piv-tool-1.4.4.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.4.4.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 19:19:15 UTC 2017 - t.gruner@katodev.de
|
||||
|
||||
- Version 1.4.4 (released 2017-10-17)
|
||||
- Documentation updates.
|
||||
- Add pin caching to work around disconnect problems.
|
||||
- Disable RSA key generation on YubiKey 4 before 4.3.5. See https://yubi.co/ysa201701/ for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 14:46:53 UTC 2017 - t.gruner@katodev.de
|
||||
|
||||
- Version 1.4.3 (released 2017-04-18)
|
||||
- Encode RSA x509 certificates correctly.
|
||||
- Documentation updates.
|
||||
- In ykcs11 return CKA_MODULUS correctly for private keys.
|
||||
- In ykcs11 fix for signature size approximation.
|
||||
- Fix PSS signatures in ykcs11.
|
||||
- Add a CLI flag --stdin-input to make batch execution easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 14:03:58 UTC 2016 - t.gruner@katodev.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yubico-piv-tool
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 1
|
||||
Name: yubico-piv-tool
|
||||
Version: 1.4.2
|
||||
Version: 1.4.4
|
||||
Release: 0
|
||||
Summary: Yubico YubiKey NEO CCID Manager
|
||||
License: BSD-2-Clause
|
||||
@ -102,12 +102,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n libykpiv%{soname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libykpiv.so.%{soname}
|
||||
%{_libdir}/libykpiv.so.%{soname}.3.4
|
||||
%{_libdir}/libykpiv.so.%{soname}.3.6
|
||||
|
||||
%files -n libykcs11-%{soname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libykcs11.so.%{soname}
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.4
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.6
|
||||
|
||||
%files -n libykpiv-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user