forked from pool/yubico-piv-tool
Accepting request 547083 from security
OBS-URL: https://build.opensuse.org/request/show/547083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yubico-piv-tool?expand=0&rev=9
This commit is contained in:
commit
a9b252fc15
@ -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.5.0.tar.gz
Normal file
3
yubico-piv-tool-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c18375179ba25bf9d61365b3903f033f112897bbd54ca63c62fa153f2d05aaab
|
||||||
|
size 573453
|
BIN
yubico-piv-tool-1.5.0.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.5.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 15:14:13 UTC 2017 - t.gruner@katodev.de
|
||||||
|
|
||||||
|
- Version 1.5.0 (released 2017-11-29)
|
||||||
|
- API additions: Higher-level "util" API added to libykpiv.
|
||||||
|
- Added ykpiv_attest(), ykpiv_get_pin_retries(), ykpiv_set_pin_retries()
|
||||||
|
- Added functions for using existing PCSC card handle.
|
||||||
|
- Support using custom memory allocator.
|
||||||
|
- Documentation updates. make doxygen for HTML format.
|
||||||
|
- Expanded automated tests for hardware devices, moved to make hwcheck.
|
||||||
|
- OpenSSL 1.1 support
|
||||||
|
- Moderate internal refactoring. Many small bugs fixed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Aug 17 14:03:58 UTC 2016 - t.gruner@katodev.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yubico-piv-tool
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Name: yubico-piv-tool
|
Name: yubico-piv-tool
|
||||||
Version: 1.4.2
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yubico YubiKey NEO CCID Manager
|
Summary: Yubico YubiKey NEO CCID Manager
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -26,6 +26,7 @@ Group: Productivity/Networking/Security
|
|||||||
Url: https://developers.yubico.com/
|
Url: https://developers.yubico.com/
|
||||||
Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz
|
Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz
|
||||||
Source1: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig
|
Source1: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig
|
||||||
|
BuildRequires: check-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pcsc-lite-devel
|
BuildRequires: pcsc-lite-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -102,12 +103,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files -n libykpiv%{soname}
|
%files -n libykpiv%{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libykpiv.so.%{soname}
|
%{_libdir}/libykpiv.so.%{soname}
|
||||||
%{_libdir}/libykpiv.so.%{soname}.3.4
|
%{_libdir}/libykpiv.so.%{soname}.4.0
|
||||||
|
|
||||||
%files -n libykcs11-%{soname}
|
%files -n libykcs11-%{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libykcs11.so.%{soname}
|
%{_libdir}/libykcs11.so.%{soname}
|
||||||
%{_libdir}/libykcs11.so.%{soname}.3.4
|
%{_libdir}/libykcs11.so.%{soname}.4.0
|
||||||
|
|
||||||
%files -n libykpiv-devel
|
%files -n libykpiv-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user