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