- Added support for "pin-source" within PKCS#11 URI (bz#1670026)
- Search objects in all matching tokens (bz#1760751)
- Set flag RSA_FLAG_EXT_PKEY for RSA keys (bz#1760541)
- Fixed various bugs
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
- Require OpenSSL >= 1.0.2
- Fixed missing declaration of ERR_get_CKR_code()
- Add support to use EC keys and tests (#1619184)
- Exposed check_fork() API
- Fixed memory leak of RSA objects in pkcs11_store_key()
- Updated OpenSSL license in eng_front.c
- Fixed build for old C dialects
- Allow engine to use private key without PIN
- Require DEBUG to be defined to print debug messages
- Changed package description (#1614699)
- Support RSA key generation on the token
- RSA-OAEP and RSA-PKCS encryption support
- RSA-PSS signature support
- Support for OpenSSL 1.1.1 beta
- Removed support for OpenSSL 0.9.8
- Various bug fixes and enhancements
Since the development files were not included in the libp11 package
anymore and it is intended to be used only through the pkcs11 engine,
the package was renamed and the subpackage removed.