All Versions
51
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v6.0.0 Changes
- ๐ฆ Renamed package from nl.altindag.sslcontext to nl.altindag.ssl
- โ Added UnsafeTrustManager into the TrustManagerUtils
- โ Removed deprecated methods
- ๐ Renamed ApacheSslContextUtils to Apache4SslUtils
- โ Added Apache5SslUtils
- ๐ Renamed NettySslContextUtils to NettySslUtils
- ๐ Renamed JettySslContextUtils to JettySslUtils
- โ Added option to create X509ExtendedKeyManager from PEM as String
- โ Added option to create X509ExtendedTrustManager from PEM as String
-
v5.4.0 Changes
- Ability to wrap old X509KeyManager into X509ExtendedKeyManager
- Ability to wrap old X509TrustManager into X509ExtendedTrustManager
- โ Added CertificateUtils
- ๐ Support for custom Security Provider and SSLContext protocol
- ๐ Marked ApacheSslContextUtils#toLayeredConnectionSocketFactory deprecated
-
v5.3.0 Changes
- โ Added wrapped class for SSLServerSocketFactory and SSLSocketFactory
- Enriched SSLFactory with SSLServerSocketFactory and SSLSocketFactory
-
v5.2.4 Changes
- Disabled lazy initialization of list of protocols and ciphers
-
v5.2.3 Changes
- ๐ Support for custom list of ciphers and protocols
-
v5.2.2 Changes
- ๐ Improved the algorithm for parsing PEM formatted private key
-
v5.2.1 Changes
- โ Added support for parsing different types of PEM formatted private keys
-
v5.2.0 Changes
- ๐ Support for loading PEM formatted ssl materials for SSLFactory
- ๐ With support for private key, certificate chain and trusted certificates
-
v5.1.0 Changes
- ๐ Support for loading Windows and Mac OS X trusted certificates
-
v5.0.1 Changes
- โ Added option to build SSLFactory with KeyStore for trust material without supplying password