2019-10-22 06:28:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 22 04:23:31 UTC 2019 - Jason Sikes <jsikes@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.4.10:
|
|
|
|
|
|
|
|
* Added EC signing through EVP API
|
|
|
|
* Added an empty EC private key required by OpenSSL 1.1.1
|
|
|
|
* Stored additional certificate attributes
|
|
|
|
* Engine allowed to use private keys without a PIN
|
|
|
|
* Lazy binding used as a workaround for buggy modules
|
|
|
|
* MinGW build fixes and documentation
|
|
|
|
* LibreSSL 2.8.3 build fixes
|
|
|
|
* Error handling fixes
|
|
|
|
|
2019-03-15 23:01:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 12 16:15:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Add p11-kit-devel to BuildRequires (boo#1122413)
|
|
|
|
|
2019-01-30 23:18:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 29 22:44:39 UTC 2019 - Stanislav Brabec <sbrabec@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.4.9:
|
|
|
|
* Fix EVP_PKEY ENGINE reference count with the EC
|
|
|
|
EVP_PKEY_METHOD.
|
|
|
|
* Fix a leak of RSA object in pkcs11_store_key()
|
|
|
|
* Add atfork checks for RSA and EC_KEY method
|
|
|
|
* RSA key generation on the token
|
|
|
|
* PSS signature support
|
|
|
|
* RSA-OAEP and RSA-PKCS encryption support
|
|
|
|
* Engine no longer set as default for all methods
|
|
|
|
* Add PKCS11_remove_key and PKCS11_remove_certificate
|
|
|
|
* Add PKCS11_find_next_token interface
|
|
|
|
* Add support for OpenSSL 1.1.1 beta
|
|
|
|
* Remove support for OpenSSL 0.9.8
|
|
|
|
* Case insensitive PKCS#11 URI scheme
|
|
|
|
* Testing framework improvements
|
|
|
|
* Coverity scanning and defect fixes
|
|
|
|
* Backward compatibility for new error handling introduced
|
|
|
|
in libp11 0.4.7
|
|
|
|
* Memory leak fixes
|
|
|
|
* Add an integer overflow protection
|
|
|
|
* Several bugfixes
|
|
|
|
|
2018-01-31 12:40:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 17 11:31:42 UTC 2018 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Conditionalize libname to libp11-2 for suse_version < 1500 (using
|
|
|
|
openssl 1.0) / libp11-3 for suse_version >= 1500 (using
|
|
|
|
openssl 1.1).
|
|
|
|
- Create baselibs.conf dynamically, since the library name can be
|
|
|
|
different. Drop the static baselibs.conf.
|
|
|
|
|
2017-07-21 14:03:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 19 12:41:16 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Remove --with-pic which is only for static libs.
|
|
|
|
|
2017-07-18 15:29:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 17 09:18:06 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version update to 0.4.7:
|
|
|
|
* Added OpenSSL-style engine error reporting (Michał Trojnara)
|
|
|
|
* Added the FORCE_LOGIN engine ctrl command (Michał Trojnara)
|
|
|
|
* Implemented the QUIET engine ctrl command (Michał Trojnara)
|
|
|
|
* Modified CKU_CONTEXT_SPECIFIC PIN requests to be based
|
|
|
|
on the CKA_ALWAYS_AUTHENTICATE attribute rather than the
|
|
|
|
CKR_USER_NOT_LOGGED_IN error (Michał Trojnara)
|
|
|
|
* Fixed printing hex values (Michał Trojnara)
|
|
|
|
* Fixed build error with OPENSSL_NO_EC (Kai Kang)
|
|
|
|
|
2017-06-30 14:22:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 23 14:52:22 UTC 2017 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to verion 0.4.6
|
|
|
|
* For full list of changes since version 0.3.0 see NEWS
|
|
|
|
- Create openssl-engine-libp11 subpackage
|
|
|
|
- Add gpg signature
|
|
|
|
|
2015-12-28 13:46:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 2 00:18:59 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.3.0
|
|
|
|
* Added small test suite based on softhsm (run on make check)
|
|
|
|
* Memory leak fixes
|
|
|
|
* On module initialization tell the module that the OS locking
|
|
|
|
primitives are OK to use
|
|
|
|
* Transparently handle applications that fork. That is call C_Initialize()
|
|
|
|
and reopen any handles if a fork is detected.
|
|
|
|
* Eliminated any hard coded limits for certificate size
|
|
|
|
* Added support for ECDSA
|
|
|
|
* Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt
|
|
|
|
* Eliminated several hard-coded limits in parameter sizes.
|
|
|
|
- Update project and download Urls
|
|
|
|
|
2012-07-10 16:57:37 +02:00
|
|
|
-------------------------------------------------------------------
|
2012-09-25 17:14:27 +02:00
|
|
|
Tue Sep 25 17:00:26 CEST 2012 - sbrabec@suse.cz
|
2012-07-10 16:57:37 +02:00
|
|
|
|
|
|
|
- Update to version 0.2.8:
|
|
|
|
* Bumped soname for PKCS11_token struct size changes.
|
|
|
|
* Display the number of available slots.
|
|
|
|
* Expose more token flags in PKCS11_token structure.
|
|
|
|
* Check that private data is not NULL in pkcs11_release_slot.
|
|
|
|
|
2011-11-20 08:15:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 20 06:13:41 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
|
2011-02-15 17:01:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 11 18:46:59 CET 2011 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Updated to version 0.2.7:
|
|
|
|
* Ignore CKR_CRYPTOKI_ALREADY_INITIALIZED while initializing.
|
|
|
|
|
2010-02-24 02:17:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 1 11:47:39 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Package baselibs.conf
|
|
|
|
|
2009-08-07 22:30:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 5 14:05:01 CEST 2009 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Updated to version 0.2.6:
|
|
|
|
* Add new symbol to export file.
|
|
|
|
* Add function to export the slot id.
|
|
|
|
* Increase library version because of the new function.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 8 18:44:53 CEST 2009 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Don't call autoreconf on older products.
|
|
|
|
|
2008-09-02 18:12:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 2 18:04:03 CEST 2008 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Call autoreconf to build correctly with new libtool.
|
|
|
|
|
2008-09-02 12:09:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 2 11:39:55 CEST 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- fix build, doxygen required.
|
|
|
|
- kill ".la" files and static libraries
|
|
|
|
- fix -devel package requires
|
|
|
|
|
2008-09-01 15:38:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 19 14:53:13 CEST 2008 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Updated to version 0.2.4:
|
|
|
|
* Build system rewritten
|
|
|
|
* added PKCS11_CTX_init_args
|
|
|
|
* fix segfault in init_args code
|
|
|
|
* implemented PKCS11_private_encrypt
|
|
|
|
- Fixed incorrect API.
|
|
|
|
- Fixed x86_64 issues.
|
|
|
|
|
2007-07-30 00:53:51 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-04-10 14:31:46 +02:00
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-07-30 00:53:51 +02:00
|
|
|
Mon Jul 30 00:53:34 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- provide old name
|
|
|
|
|
2007-07-27 01:57:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 25 16:40:27 CEST 2007 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Updated to version 0.2.3:
|
|
|
|
* update wiki export script.
|
|
|
|
* replaced rsa header files from rsalabs (official) with scute
|
|
|
|
(open source).
|
|
|
|
* allow CKR_USER_ALREADY_LOGGED_IN on C_Login.
|
|
|
|
* mark internal functions as static.
|
|
|
|
* add code to store public keys and generate keys.
|
|
|
|
- Name package according to shared library packaging policy.
|
|
|
|
|
2007-03-30 01:51:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 30 01:45:07 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- added zlib-devel to buildreq
|
|
|
|
|
2007-01-16 00:22:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 3 17:50:13 CEST 2006 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Updated to version 0.2.2:
|
|
|
|
* bug fixes
|
|
|
|
* code cleanup
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 12 17:17:16 CEST 2006 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- New SuSE package, version 0.2.1.
|
|
|
|
|