All Versions
60
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 4

  • 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
  • v5.0.0 Changes

    • Construct SSLFactory with either key material or trust material
    • Marked TrustManager as Optional