Revisions of opensc

Jason Sikes's avatar Jason Sikes (jsikes) accepted request 923351 from Daniel Donisa's avatar Daniel Donisa (danidoni) (revision 67)
- Update to OpenSC 0.22.0:
  * Removed changes in opensc-gcc11.patch already present in upstream. 
    - See https://github.com/OpenSC/OpenSC/pull/2241/commits/e549e9c62eb4fcd2260800e2665071e4dd9bbbda
  * Removed some false positives from the openrc-rpmlintrc file.
  * Use standard paths for file cache on Linux (#2148) and OSX (#2214)
  * Various issues of memory/buffer handling in legacy drivers mostly reported by oss-fuzz and coverity (tcos, oberthur, isoapplet, iasecc, westcos, gpk, flex, dnie, mcrd, authentic, belpic)
  * Add threading test to `pkcs11-tool` (#2067)
  * Add support to generate generic secret keys (#2140)
  * `opensc-explorer`: Print information about LCS (Life cycle status byte) (#2195)
  * Add support for Apple's arm64 (M1) binaries, removed TokenD. A seperate installer with TokenD (and without arm64 binaries) will be available (#2179).
  * Support for gcc11 and its new strict aliasing rules (#2241, #2260)
  * Initial support for building with OpenSSL 3.0 (#2343)
  * pkcs15-tool: Write data objects in binary mode (#2324)
  * Avoid limited size of log messages (#2352)
  * Support for ECDSA verification (#2211)
  * Support for ECDSA with different SHA hashes (#2190)
  * Prevent issues in p11-kit by not returning unexpected return codes (#2207)
  * Add support for PKCS#11 3.0: The new interfaces, profile objects and functions (#2096, #2293)
  * Standardize the version 2 on 2.20 in the code (#2096)
  * Fix CKA_MODIFIABLE and CKA_EXTRACTABLE  (#2176)
  * Copy arguments of C_Initialize (#2350)
  * Fix RSA-PSS signing (#2234)
  * Fix DO deletion (#2215)
  * Add support for (X)EdDSA keys (#1960)
  * Add support for applet version 3 and fix RSA-PSS mechanisms (#2205)
  * Add support for applet version 4 (#2332)
  * New configuration option for opensc.conf to disable pkcs1_padding (#2193)
  * Add support for ECDSA with different hashes (#2190)
  * Enable more mechanisms (#2178)
  * Fixed asking for a user pin when formatting a card (#1737)
  * Added support for French CPx Healthcare cards (#2217)
  * Added ATR for new CardOS 5.4 version (#2296)
Jason Sikes's avatar Jason Sikes (jsikes) accepted request 902649 from Predrag Ivanović's avatar Predrag Ivanović (predivan) (revision 66)
- Fix build on GCC11
    * Add opensc-gcc11.patch from Fedora 
    (https://github.com/OpenSC/OpenSC/pull/2241/)
Wolfgang Rosenauer's avatar Wolfgang Rosenauer (wrosenauer) accepted request 878662 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 65)
- move licenses to licensedir
buildservice-autocommit accepted request 854174 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 64)
baserev update by copy to link target
Jason Sikes's avatar Jason Sikes (jsikes) accepted request 851393 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 63)
- OpenSC 0.21.0:
* CVE-2020-26571 boo#1177380
* CVE-2020-26572 boo#1177378
* CVE-2020-26570 boo#1177364
* CardOS 5.x support boo#1179291
* CVE-2019-6502 boo#1122756
* CVE-2019-15946 boo#1149747
* CVE-2019-15945 boo#1149746
* CVE-2019-19479 boo#1158256
* CVE-2019-19480 boo#1158307 
buildservice-autocommit accepted request 724313 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 62)
baserev update by copy to link target
Jason Sikes's avatar Jason Sikes (jsikes) committed (revision 61)
- added opensc-0.19.0-piv_card_matching.patch
  * Improve Card Matching for Dual CAC/PIV and PIVKEY cards.
  * sourced from https://github.com/OpenSC/OpenSC/pull/1549
buildservice-autocommit accepted request 720278 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 60)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 719737 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 59)
A few fixes for opensc. Enjoy!
buildservice-autocommit accepted request 718524 from Jason Sikes's avatar Jason Sikes (jsikes) (revision 58)
baserev update by copy to link target
Jason Sikes's avatar Jason Sikes (jsikes) accepted request 718027 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 57)
- add explicit BuildRequires: zlib-devel
buildservice-autocommit accepted request 638216 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 56)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 635547 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 55)
- Update to version 0.19.0
  * Fixed multiple security problems (out of bound writes/reads):
    * CVE-2018-16391 (bsc#1106998)
    * CVE-2018-16392 (bsc#1106999)
    * CVE-2018-16393 (bsc#1108318)
    * CVE-2018-16418 (bsc#1107039)
    * CVE-2018-16419 (bsc#1107107)
    * CVE-2018-16420 (bsc#1107097)
    * CVE-2018-16421 (bsc#1107049)
    * CVE-2018-16422 (bsc#1107038)
    * CVE-2018-16423 (bsc#1107037)
    * CVE-2018-16424 (bsc#1107036)
    * CVE-2018-16425 (bsc#1107035)
    * CVE-2018-16426 (bsc#1107034)
    * CVE-2018-16427 (bsc#1107033)
  * Workaround cards returning short signatures without leading zeroes
  * Distribute minimal opensc.conf
  * `pkcs11_enable_InitToken made` global configuration option
  * Modify behavior of `OPENSC_DRIVER` environment variable to restrict driver
    list instead of forcing one driver and skipping vital parts of
    configuration
  * Removed configuration options `zero_ckaid_for_ca_certs`,
    `force_card_driver`, `reopen_debug_file`, `paranoid-memory`
  * Generalized configuration option `ignored_readers`
  * If card initialization fails, continue card detection with other card
    drivers
  * reader-pcsc: allow fixing the length of a PIN
  * fixed crash during `C_WaitForSlotEvent`
  * Allow cancelling the PIN pad prompt before starting the reader transaction.
    Whether to start the transaction immediately or not is user-configurable
buildservice-autocommit accepted request 621916 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 54)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) committed (revision 53)
- Replace patch preambles by the upstream ones.
- Add missing patch to changes.
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) committed (revision 52)
Add another BOO.
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 618520 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 51)
- Update to version 0.18.0:
  * Further improvements of PIN support.
  * Large number of improvements and fixes (boo#1097951).
  * See /usr/share/doc/packages/opensc/NEWS for complete list.
- Add opensc-desktop.patch and opensc-bash-completions.patch.
buildservice-autocommit accepted request 573128 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 50)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) committed (revision 49)
  * See /usr/share/doc/packages/opensc/NEWS for complete list.
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) committed (revision 48)
  * added .pc file
Displaying revisions 21 - 40 of 87
openSUSE Build Service is sponsored by