Skip to content

Bump sslcontext-kickstart-for-pem from 7.4.11 to 8.1.3

Bumps sslcontext-kickstart-for-pem from 7.4.11 to 8.1.3.

Changelog

Sourced from sslcontext-kickstart-for-pem's changelog.

v8.1.3

  • Added default hostname verifier in HostnameVerifierUtils
  • Marked a method in HostnameVerifierUtils as deprecated
  • Align behaviour of SSLContext, SSLEngine, SSLSocketFactory and SSLServerSocketFactory with custom SSLContext
  • Added Enhanceable HostnameVerifier
  • Improve duplicate checker for InflatableTrustManager

v8.1.2

  • Add support for new Windows KeyStore types
  • Added debug logger when using UnsafeTrustManager
  • Bump dependencies
  • Improve readability of InflatableTrustManager
  • Reduced code duplication
  • Additional methods for KeyStoreUtils
  • Simplify usage of EnhanceableTrustManager and InflatableTrustManager
  • Made CertificateExtractorUtils thread safe
  • Applied sonar recommendations

v8.1.1

  • Bug fix InvalidAlgorithmParameterException: trustAnchors parameter must be non empty for InflatableTrustManager
  • Bug fix InvalidAlgorithmParameterException: trustAnchors parameter must be non empty for CombinableTrustManager

v8.1.0

  • Add support for trusting additional certificates at runtime
  • Bugfix concurrency issue FenixHostnameVerifier
  • Improved generating aliases for certificates
  • Use DefaultClientTlsStrategy with Apache for security purpose

v8.0.0

  • Added support for Java Modules
  • Removed code duplication
  • Disabled filtering duplicate trusted certificates
  • Improved test coverage
  • Fetch Mac OS X trusted certificates without concurrency
  • Removed deprecated methods in CertificateUtils
  • Improved dependency management

v7.5.0

  • Enhanced loading system trusted certificates
  • Added option to disable invalidating caches in SSLFactoryUtils
  • Replaced https://badssl.com integration test with local server
  • Added verbose logging as debug for TrustManager
  • Added verbose logging as debug for KeyManager
  • Renamed internal method names and class names
  • Refactored KeyStoreUtils, PemUtils and CertificateExtractorUtils to make it more readable

... (truncated)

Commits
  • 51ec10a [maven-release-plugin] prepare release v8.1.3
  • f13e4fc Updated docs
  • 4d2ec2a Added enhanceable HostnameVerifier
  • 7fb48cb Merge pull request #361 from Hakky54/dependabot/maven/io.projectreactor.netty...
  • 537a05f Bump reactor-netty from 1.1.8 to 1.1.9
  • 8bff410 Added default hostname verifier
  • 0d61dc4 Added funding page
  • 021d504 Added woj-tek as contributor
  • a97e25e Improved duplicate checker
  • 6729dbf Made class names more consistent to new SSLContext
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports