Skip to content

Release v4.7.0

Compare
Choose a tag to compare
@cipherboy cipherboy released this 09 Jul 12:10
· 499 commits to master since this release

This release features many improvements over the v4.6.x series:

Features:

  • Support for javax.net.ssl interfaces, including SSLContext, SSLEngine, and SSLSocket,
  • 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 TrustManagers and KeyManagers.

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!