SHA256
1
0
forked from pool/libp11

Accepting request 851014 from home:dirkmueller:branches:security:chipcard

- update to 0.4.11:
  * Fixed "EVP_PKEY_derive:buffer too small" EC errors (Luka Logar)
  * Fixed various memory leaks (Mateusz Kwiatkowski)
  * Fixed Windows VERSIONINFO (Pavol Misik)
  * Fixed builds with OpenSSL older than 1.0.2 (Michał Trojnara)
  * Fixed a double free in EVP_PKEY_meth_free() (Mikhail Durnev)
  * Added CKA_VALUE_LEN to EC key derivation template (Michał Trojnara)
  * Fixed handling keys without label attribute (efternavn)
  * Updated the tests (Anderson Toshiyuki Sasaki)
  * Made ECDH-derived keys extractable (Bent Bisballe Nyeng)
  * Added support for pin-source within PKCS#11 URI (Stanislav Levin)
  * Improved LibreSSL compatibility (patchMonkey156)
  * Fixed handling RSA private keys in BIND (Stanislav Levin)
  * Added macOS testing support (Stanislav Levin)
  * Fixed engine object search algorithm (Anderson Toshiyuki Sasaki)

OBS-URL: https://build.opensuse.org/request/show/851014
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/libp11?expand=0&rev=32
This commit is contained in:
Wolfgang Rosenauer
2021-02-08 22:41:11 +00:00
committed by Git OBS Bridge
parent fde0a44641
commit 19b6f2cdcf
6 changed files with 40 additions and 21 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Nov 26 12:00:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.4.11:
* Fixed "EVP_PKEY_derive:buffer too small" EC errors (Luka Logar)
* Fixed various memory leaks (Mateusz Kwiatkowski)
* Fixed Windows VERSIONINFO (Pavol Misik)
* Fixed builds with OpenSSL older than 1.0.2 (Michał Trojnara)
* Fixed a double free in EVP_PKEY_meth_free() (Mikhail Durnev)
* Added CKA_VALUE_LEN to EC key derivation template (Michał Trojnara)
* Fixed handling keys without label attribute (efternavn)
* Updated the tests (Anderson Toshiyuki Sasaki)
* Made ECDH-derived keys extractable (Bent Bisballe Nyeng)
* Added support for pin-source within PKCS#11 URI (Stanislav Levin)
* Improved LibreSSL compatibility (patchMonkey156)
* Fixed handling RSA private keys in BIND (Stanislav Levin)
* Added macOS testing support (Stanislav Levin)
* Fixed engine object search algorithm (Anderson Toshiyuki Sasaki)
-------------------------------------------------------------------
Tue Oct 22 04:23:31 UTC 2019 - Jason Sikes <jsikes@suse.com>