forked from pool/yubico-piv-tool
Accepting request 1069319 from home:dirkmueller:Factory
- update to 2.3.1: * ykpiv: Add support for T=0 smartcards * ykpiv: ykcs11: Minor code optimization * ykpiv: ykcs11: Improve logging * ykpiv: ykcs11: Improve error handling * ykpiv: ykcs11: Fix minor bugs * ykcs11: Add support for several PKCS11 Attributes * ykcs11: Add support for CKM_ECDSA_SHA512 mechanism * ykcs11: Fix incorrect value for public key attributes CKA_PRIVATE, CKA_SENSITIVE, CKA_ALWAYS_SENSITIVE, CKA_EXTRACTABLE and CKA_NEVER_EXTRACTABLE * doc: Minor documentation improvement OBS-URL: https://build.opensuse.org/request/show/1069319 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=37
This commit is contained in:
parent
3984b88bd9
commit
1f9e952201
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a02a12d9545d1ef7a1b998606d89b7b655a5f5a1437736cf51db083f876f55a9
|
||||
size 1329085
|
Binary file not shown.
3
yubico-piv-tool-2.3.1.tar.gz
Normal file
3
yubico-piv-tool-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da89dafd8b6185aa635346753f9ddb29af29bc4abd92dd81f37d9d6560b5d64e
|
||||
size 1315267
|
BIN
yubico-piv-tool-2.3.1.tar.gz.sig
Normal file
BIN
yubico-piv-tool-2.3.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 21:51:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.1:
|
||||
* ykpiv: Add support for T=0 smartcards
|
||||
* ykpiv: ykcs11: Minor code optimization
|
||||
* ykpiv: ykcs11: Improve logging
|
||||
* ykpiv: ykcs11: Improve error handling
|
||||
* ykpiv: ykcs11: Fix minor bugs
|
||||
* ykcs11: Add support for several PKCS11 Attributes
|
||||
* ykcs11: Add support for CKM_ECDSA_SHA512 mechanism
|
||||
* ykcs11: Fix incorrect value for public key attributes
|
||||
CKA_PRIVATE, CKA_SENSITIVE, CKA_ALWAYS_SENSITIVE,
|
||||
CKA_EXTRACTABLE and CKA_NEVER_EXTRACTABLE
|
||||
* doc: Minor documentation improvement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 17:05:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yubico-piv-tool
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# 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 sover 2
|
||||
Name: yubico-piv-tool
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Yubico YubiKey NEO CCID Manager
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user