Skip to content

Bump sslcontext-kickstart-for-pem from 7.0.2 to 8.1.4

Bumps sslcontext-kickstart-for-pem from 7.0.2 to 8.1.4.

Changelog

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

v8.1.4

  • Bug-fix Filter out unsupported ciphers and protocols

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

... (truncated)

Commits
  • 759470d [maven-release-plugin] prepare release v8.1.4
  • f2899c2 Merge pull request #363 from Hakky54/bug-fix/filter-out-unsupported-ciphers-a...
  • 6d4e94b Added option to filter out not supported ciphers and protocols
  • 49d227b [maven-release-plugin] prepare for next development iteration
  • 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
  • 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