This release features many improvements over the `v4.6.x` series:
Features:
- Support for `javax.net.ssl` interfaces, including `SSLContext`, [`SSLEngine`](https://github.com/dogtagpki/jss/blob/master/docs/usage/jssengine.md), and `SSLSocket`,
- Support for loading JSS via the `java.security` [provider list](https://github.com/dogtagpki/jss/blob/master/docs/usage/jssprovider.md),
- Support for newer NSS versions which replace `_NETSCAPE_` PKCS11 constants with `_NSS_` versions,
- Support for RSA/PSS signatures (thanks jmagne!),
- Additional support for `TrustManager`s and `KeyManager`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!