Accepting request 1039187 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1039187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=52
This commit is contained in:
commit
9c1f9ddb87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d4e5347195ebea332be585df61dcc470331c26969e4b0447c851fb0844c7186
|
||||
size 2287020
|
3
opensc-0.23.0.tar.gz
Normal file
3
opensc-0.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4844a6ea03a522ecf35e49659716dacb6be03f7c010a1a583aaf3eb915ed2e0
|
||||
size 2366469
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 17:52:46 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to OpenSC 0.23.0:
|
||||
* General improvements
|
||||
- Support signing of data with a length of more than 512 bytes (#2314)
|
||||
- By default, disable support for old card drivers (#2391) and remove
|
||||
support for old drivers MioCOS and JCOP (#2374)
|
||||
- Bump minimal required OpenSSL version to 1.1.1 and add support for OpenSSL 3.0 (#2438, #2506)
|
||||
- Compatibility with LibreSSL (#2495, #2595)
|
||||
- Remove support for DSA (#2503)
|
||||
- Extend p11test to support symmetric keys (#2430)
|
||||
- Notice detached reader on macOS (#2418)
|
||||
- Support for OAEP padding (#2475, #2484)
|
||||
- Fix for PSS salt length (#2478)
|
||||
- Improve fuzzing by adding new tests (#2417, #2500, #2520, #2550, #2637)
|
||||
- Fixed various issues reported by OSS-Fuzz and Coverity regarding
|
||||
card drivers, PKCS#11 and PKCS#15 init
|
||||
- Fix issues with OpenPACE (#2472)
|
||||
- Containers support for local testing
|
||||
- Add support for encryption and decryption using symmetric keys (#2473, #2607)
|
||||
- Stop building support for Gost algorithms with OpenSSL 3.0 as they
|
||||
require deprecated API (#2586)
|
||||
- Fix detection of disconnected readers in PCSC (#2600)
|
||||
- Add configuration option for on-disk caching of private data (#2588)
|
||||
- Skip building empty binaries when dependencies are missing and
|
||||
remove needless linking (#2617)
|
||||
- Define arm64 as a supported architecture in the Installer package (#2610)
|
||||
* PKCS#11
|
||||
- Implement C_CreateObject for EC keys and fix signature verification
|
||||
for CKM_ECDSA_SHAx cards (#2420)
|
||||
* pkcs11-tool
|
||||
- Add more elliptic curves (#2301)
|
||||
- Add support for symmetric encrypt and decrypt, wrap and unwrap operations,
|
||||
and initialization vector (#2268)
|
||||
- Fix consistent handling of secret key attributes (#2497)
|
||||
- Add support for signing and verifying with HMAC (#2385)
|
||||
- Add support for SHA3 (#2467)
|
||||
- Make object selectable via label (#2570)
|
||||
- Do not require an R/W session for some operations and
|
||||
add --session-rw option (#2579)
|
||||
- Print more information: CKA_UNIQUE_ID attribute, SHA3 HMACs and
|
||||
serial number for certificates (#2644, #2643, #2641)
|
||||
- Add new option --undestroyable to create keys with CKA_DESTROYABLE=FALSE (#2645)
|
||||
* sc-hsm-tool
|
||||
- Add options for public key authentication (#2301)
|
||||
* Minidriver
|
||||
- Fix reinit of the card (#2525)
|
||||
- Add an entry for Italian CNS (e) (#2548)
|
||||
- Fix detection of ECC mechanisms (#2523)
|
||||
- Fix ATRs before adding them to the windows registry (#2628)
|
||||
* NQ-Applet
|
||||
- Add support for the JCOP4 Cards with NQ-Applet (#2425)
|
||||
* ItaCNS
|
||||
- Add support for ItaCMS v1.1 (key length 2048) (#2371)
|
||||
* Belpic
|
||||
- Add support for applet v1.8 (#2455)
|
||||
* Starcos
|
||||
- Add ATR for V3.4 (#2464)
|
||||
- Add PKCS#15 emulator for 3.x cards with eSign app (#2544)
|
||||
* ePass2003
|
||||
- Fix PKCS#15 initialization (#2403)
|
||||
- Add support for FIPS (#2543)
|
||||
- Fix matching with newer versions and tokens initialized with OpenSC (#2575)
|
||||
* MyEID
|
||||
- Support logout operation (#2557)
|
||||
- Support for symmetric encryption and decryption (#2473, #2607)
|
||||
* GIDS
|
||||
- Fix decipher for TPM (#1881)
|
||||
* OpenPGP
|
||||
- Get the list of supported algorithms from algorithm information
|
||||
on the card (#2287)
|
||||
- Support for 3 certificates with OpenPGP 3+ (#2103)
|
||||
* nPA
|
||||
- Fix card detection (#2463)
|
||||
* Rutoken
|
||||
- Fix formatting rtecp cards (#2599)
|
||||
* PIV
|
||||
- Add new PIVKey ATRs for current cards (#2602)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 4 12:59:24 UTC 2021 - Daniel Donisa <daniel.donisa@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opensc
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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 completionsdir %(pkg-config --variable completionsdir bash-completion)
|
||||
Name: opensc
|
||||
Version: 0.22.0
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: Smart Card Utilities
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user