Release v4.7.0
This release features many improvements over the v4.6.x
series:
Features:
- Support for
javax.net.ssl
interfaces, includingSSLContext
,SSLEngine
, andSSLSocket
, - Support for loading JSS via the
java.security
provider list, - Support for newer NSS versions which replace
_NETSCAPE_
PKCS#11 constants with_NSS_
versions, - Support for RSA/PSS signatures (thanks @jmagne!),
- Additional support for
TrustManager
s andKeyManager
s.
Bug fixes:
- Various memory leak fixes (thanks @ZuluForce!),
- Stable ordering of extensions in a
netscape.security
certificate (thanks @ladycfu!), - Fix various issues with Base64 decoding related to removal of the
apache-commons-codec
dependency,
Thank you to everyone who contributed to this release!