Blame NEWS

Packit 6b81fa
NEWS for Libp11 -- History of user visible changes
Packit 6b81fa
Packit 6b81fa
New in 0.4.10; 2019-04-03; Michał Trojnara
Packit 6b81fa
* Added EC signing through EVP API (Bryan Hunt)
Packit 6b81fa
* Added an empty EC private key required by OpenSSL 1.1.1 (Doug Engert)
Packit 6b81fa
* Stored additional certificate attributes (FdLSifu, Michał Trojnara)
Packit 6b81fa
* Engine allowed to use private keys without a PIN (Michał Trojnara)
Packit 6b81fa
* Lazy binding used as a workaround for buggy modules (Michał Trojnara)
Packit 6b81fa
* MinGW build fixes and documentation (Michał Trojnara)
Packit 6b81fa
* LibreSSL 2.8.3 build fixes (patchMonkey156)
Packit 6b81fa
* Error handling fixes (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.9; 2018-09-03; Michał Trojnara
Packit 6b81fa
* Fixed EVP_PKEY ENGINE reference count with the EC EVP_PKEY_METHOD
Packit 6b81fa
  (Michał Trojnara, Anderson Sasaki)
Packit 6b81fa
* Fixed a leak of RSA object in pkcs11_store_key() (lbonn)
Packit 6b81fa
* Added atfork checks for RSA and EC_KEY methods (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.8; 2018-08-05; Michał Trojnara
Packit 6b81fa
* RSA key generation on the token (n3wtron)
Packit 6b81fa
* PSS signature support (Doug Engert, Michał Trojnara)
Packit 6b81fa
* RSA-OAEP and RSA-PKCS encryption support (Mouse, Michał Trojnara)
Packit 6b81fa
* Engine no longer set as default for all methods (Anderson Sasaki)
Packit 6b81fa
* Added PKCS11_remove_key and PKCS11_remove_certificate (n3wtron)
Packit 6b81fa
* Added PKCS11_find_next_token interface (Frank Morgner)
Packit 6b81fa
* Added support for OpenSSL 1.1.1 beta (Michał Trojnara)
Packit 6b81fa
* Removed support for OpenSSL 0.9.8 (Michał Trojnara)
Packit 6b81fa
* Case insensitive PKCS#11 URI scheme (Anderson Sasaki)
Packit 6b81fa
* Testing framework improvements (Anderson Sasaki)
Packit 6b81fa
* Coverity scanning and defect fixes (Frank Morgner)
Packit 6b81fa
* Backward compatibility for new error handling introduced
Packit 6b81fa
  in libp11 0.4.7 (Michał Trojnara)
Packit 6b81fa
* Memory leak fixes (Frank Morgner, Doug Engert)
Packit 6b81fa
* Added an integer overflow protection (Eric Sesterhenn, Michał Trojnara)
Packit 6b81fa
* Several bugfixes (Michał Trojnara, Emmanuel Deloget, Anderson Sasaki)
Packit 6b81fa
Packit 6b81fa
New in 0.4.7; 2017-07-03; Michał Trojnara
Packit 6b81fa
* Added OpenSSL-style engine error reporting (Michał Trojnara)
Packit 6b81fa
* Added the FORCE_LOGIN engine ctrl command (Michał Trojnara)
Packit 6b81fa
* Implemented the QUIET engine ctrl command (Michał Trojnara)
Packit 6b81fa
* Modified CKU_CONTEXT_SPECIFIC PIN requests to be based
Packit 6b81fa
  on the CKA_ALWAYS_AUTHENTICATE attribute rather than the
Packit 6b81fa
  CKR_USER_NOT_LOGGED_IN error (Michał Trojnara)
Packit 6b81fa
* Fixed printing hex values (Michał Trojnara)
Packit 6b81fa
* Fixed build error with OPENSSL_NO_EC (Kai Kang)
Packit 6b81fa
Packit 6b81fa
New in 0.4.6; 2017-04-23; Michał Trojnara
Packit 6b81fa
* Updated ex_data on EVP_PKEYs after enumerating keys (Matt Hauck)
Packit 6b81fa
* Token/key labels added into PIN prompts (Matt Hauck)
Packit 6b81fa
Packit 6b81fa
New in 0.4.5; 2017-03-29; Michał Trojnara
Packit 6b81fa
* Prevented destroying existing keys/certs at login (Michał Trojnara)
Packit 6b81fa
* Fixed synchronization of PKCS#11 module calls (Matt Hauck)
Packit 6b81fa
* Added LibreSSL compatibility (Bernard Spil)
Packit 6b81fa
* Added SET_USER_INTERFACE and SET_CALLBACK_DATA engine ctrl commands
Packit 6b81fa
  for certificate and CKU_CONTEXT_SPECIFIC PINs (Michał Trojnara)
Packit 6b81fa
* Fixed error handling in RSA key generation (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.4; 2017-01-26; Michał Trojnara
Packit 6b81fa
* Fixed a state reset caused by re-login on LOAD_CERT_CTRL engine ctrl;
Packit 6b81fa
  fixes #141 (Michał Trojnara)
Packit 6b81fa
* "?" and "&" allowed as URI separators; fixes #142 (Michał Trojnara)
Packit 6b81fa
* engine: Unified private/public key and certificate enumeration
Packit 6b81fa
  to be performed without login if possible (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.3; 2016-12-04; Michał Trojnara
Packit 6b81fa
* Use UI to get CKU_CONTEXT_SPECIFIC PINs (Michał Trojnara)
Packit 6b81fa
* Added graceful handling of alien (non-PKCS#11) keys (Michał Trojnara)
Packit 6b81fa
* Added symbol versioning (Nikos Mavrogiannopoulos)
Packit 6b81fa
* Soname tied with with the OpenSSL soname (Nikos Mavrogiannopoulos)
Packit 6b81fa
* Added MSYS2, Cygwin, and MinGW/MSYS support (Paweł Witas)
Packit 6b81fa
* Workaround implemented for a deadlock in PKCS#11 modules that
Packit 6b81fa
  internally use OpenSSL engines (Michał Trojnara, Paweł Witas)
Packit 6b81fa
* Fixed an EVP_PKEY reference count leak (David Woodhouse)
Packit 6b81fa
* Fixed OpenSSL 1.1.x crash in public RSA methods (Doug Engert,
Packit 6b81fa
  Michał Trojnara)
Packit 6b81fa
* Fixed OpenSSL 1.1.x builds (Nikos Mavrogiannopoulos, Michał Trojnara)
Packit 6b81fa
* Fixed retrieving PIN values from certificate URIs (Andrei Korikov)
Packit 6b81fa
* Fixed symlink installation (Alon Bar-Lev)
Packit 6b81fa
Packit 6b81fa
New in 0.4.2; 2016-09-25; Michał Trojnara
Packit 6b81fa
* Fixed a 0.4.0 regression bug causing the engine finish function to
Packit 6b81fa
  remove any configured engine parameters; fixes #104 (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.1; 2016-09-17; Michał Trojnara
Packit 6b81fa
* Use enginesdir provided by libcrypto.pc if available (David Woodhouse)
Packit 6b81fa
* Certificate cache destroyed on login/logout (David Woodhouse)
Packit 6b81fa
* Fixed accessing certificates marked as CKA_PRIVATE (David Woodhouse)
Packit 6b81fa
* Directly included libp11 code into the engine (Matt Hauck)
Packit 6b81fa
* Fixed handling simultaneous make jobs (Derek Straka)
Packit 6b81fa
* Reverted an old hack that broke engine initialization (Michał Trojnara)
Packit 6b81fa
* Fixed loading of multiple keys due to unneeded re-logging (Matt Hauck)
Packit 6b81fa
* Makefile fixes and improvements (Nikos Mavrogiannopoulos)
Packit 6b81fa
* Fixed several certificate selection bugs (Michał Trojnara)
Packit 6b81fa
* The signed message digest is truncated if it is too long for the
Packit 6b81fa
  signing curve (David von Oheimb)
Packit 6b81fa
* Workaround for broken PKCS#11 modules not returning CKA_EC_POINT
Packit 6b81fa
  in the ASN1_OCTET_STRING format (Michał Trojnara)
Packit 6b81fa
* OpenSSL 1.1.0 build fixes (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.4.0; 2016-03-28; Michał Trojnara
Packit 6b81fa
* Merged engine_pkcs11 (Michał Trojnara)
Packit 6b81fa
* Added ECDSA support for OpenSSL < 1.0.2 (Michał Trojnara)
Packit 6b81fa
* Added ECDH key derivation support (Doug Engert and Michał Trojnara)
Packit 6b81fa
* Added support for RSA_NO_PADDING RSA private key decryption, used
Packit 6b81fa
  by OpenSSL for various features including OAEP (Michał Trojnara)
Packit 6b81fa
* Added support for the ANSI X9.31 (RSA_X931_PADDING) RSA padding
Packit 6b81fa
  (Michał Trojnara)
Packit 6b81fa
* Added support for RSA encryption (not only signing) (Michał Trojnara)
Packit 6b81fa
* Added CKA_ALWAYS_AUTHENTICATE support (Michał Trojnara)
Packit 6b81fa
* Fixed double locking the global engine lock (Michał Trojnara)
Packit 6b81fa
* Fixed incorrect errors reported on signing/encryption/decryption
Packit 6b81fa
  (Michał Trojnara)
Packit 6b81fa
* Fixed deadlocks in keys and certificates listing (Brian Hinz)
Packit 6b81fa
* Use PKCS11_MODULE_PATH environment variable (Doug Engert)
Packit 6b81fa
* Added support for building against OpenSSL 1.1.0-dev (Doug Engert)
Packit 6b81fa
* Returned EVP_PKEY objects are no longer "const" (Michał Trojnara)
Packit 6b81fa
* Fixed building against OpenSSL 0.9.8 (Michał Trojnara)
Packit 6b81fa
* Removed support for OpenSSL 0.9.7 (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.3.1; 2016-01-22; Michał Trojnara
Packit 6b81fa
* Added PKCS11_is_logged_in to the API (Mikhail Denisenko)
Packit 6b81fa
* Added PKCS11_enumerate_public_keys to the API (Michał Trojnara)
Packit 6b81fa
* Fixed EVP_PKEY handling of public keys (Michał Trojnara)
Packit 6b81fa
* Added thread safety based on OpenSSL dynamic locks (Michał Trojnara)
Packit 6b81fa
* A private index is allocated for ex_data access (RSA and ECDSA classes)
Packit 6b81fa
  instead of using the reserved index zero (app_data) (Michał Trojnara)
Packit 6b81fa
* Fixes in reinitialization after fork; addresses #39
Packit 6b81fa
  (Michał Trojnara)
Packit 6b81fa
* Improved searching for dlopen() (Christoph Moench-Tegeder)
Packit 6b81fa
* MSVC build fixes (Michał Trojnara)
Packit 6b81fa
* Fixed memory leaks in pkcs11_get_evp_key_rsa() (Michał Trojnara)
Packit 6b81fa
Packit 6b81fa
New in 0.3.0; 2015-10-09; Nikos Mavrogiannopoulos
Packit 6b81fa
* Added small test suite based on softhsm (run on make check)
Packit 6b81fa
* Memory leak fixes (Christian Heimes)
Packit 6b81fa
* On module initialization tell the module to that the OS locking
Packit 6b81fa
  primitives are OK to use (Mike Gerow)
Packit 6b81fa
* Transparently handle applications that fork. That is call C_Initialize()
Packit 6b81fa
  and reopen any handles if a fork is detected.
Packit 6b81fa
* Eliminated any hard coded limits for certificate size (Doug Engert)
Packit 6b81fa
* Added support for ECDSA (Doug Engert)
Packit 6b81fa
* Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt
Packit 6b81fa
  (Stephane Adenot)
Packit 6b81fa
* Eliminated several hard-coded limits in parameter sizes.
Packit 6b81fa
Packit 6b81fa
New in 0.2.8; 2011-04-15; Martin Paljak
Packit 6b81fa
* Bumped soname for PKCS11_token struct size changes (Martin Paljak).
Packit 6b81fa
* Display the number of available slots (Ludovic Rousseau).
Packit 6b81fa
* Add openssl libcrypto to pkg-config private libs list (Kalev Lember).
Packit 6b81fa
* Fix building examples with --no-add-needed which is the default in Fedora
Packit 6b81fa
  (Kalev Lember).
Packit 6b81fa
* Expose more token flags in PKCS11_token structure (Kalev Lember).
Packit 6b81fa
* Check that private data is not NULL in pkcs11_release_slot (Robin Bryce,
Packit 6b81fa
  ticket #137).
Packit 6b81fa
Packit 6b81fa
New in 0.2.7; 2009-10-20; Andreas Jellinghaus
Packit 6b81fa
* If CKR_CRYPTOKI_ALREADY_INITIALIZED is returned from C_Initialize(): ignore. 
Packit 6b81fa
  (Needed for unloaded/reloaded engines e.g. in wpa_supplicant.) By David Smith.
Packit 6b81fa
Packit 6b81fa
New in 0.2.6; 2009-07-22; Andreas Jellinghaus
Packit 6b81fa
* Fix new version: add new symbol to export file
Packit 6b81fa
* fix building on MSVC plattform
Packit 6b81fa
Packit 6b81fa
New in 0.2.5; 2009-06-15; Andreas Jellinghaus
Packit 6b81fa
* Add function to export the slot id (Douglas E. Engert).
Packit 6b81fa
* Increase library version because of the new function.
Packit 6b81fa
Packit 6b81fa
New in 0.2.4; 2008-07-31; Andreas Jellinghaus
Packit 6b81fa
* Build system rewritten (NOTICE: configure options was modified). 
Packit 6b81fa
  The build system can produce outputs for *NIX, cygwin and native
Packit 6b81fa
  windows (using mingw).
Packit 6b81fa
* added PKCS11_CTX_init_args (David Smith).
Packit 6b81fa
* fix segfault in init_args code.
Packit 6b81fa
* implemented PKCS11_private_encrypt (with PKCS11_sign now based on it)
Packit 6b81fa
  (Arnaud Ebalard)
Packit 6b81fa
Packit 6b81fa
New in 0.2.3; 2007-07-11; Andreas Jellinghaus
Packit 6b81fa
* update wiki export script (add images, fix links).
Packit 6b81fa
* replaced rsa header files from rsalabs (official) with scute (open source).
Packit 6b81fa
* allow CKR_USER_ALREADY_LOGGED_IN on C_Login.
Packit 6b81fa
* mark internal functions as static.
Packit 6b81fa
* add code to store public keys and generate keys.