Refactored custom trusted CA strategy
The connector no longer stores the final SSLContext, but the trusted X509Certificate object and creates a SSLSocketFactory as required.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## 0.8.0 [unreleased]
|
||||
* **[breaking]** Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to
|
||||
refactoring of the internal SSL handling.
|
||||
* [improvement] `VaultConnector` extends `java.io.Serializable`
|
||||
|
||||
## 0.7.1 [2018-03-17]
|
||||
* [improvement] Added automatic module name for JPMS compatibility
|
||||
* [dependencies] Minor dependency updates
|
||||
|
Reference in New Issue
Block a user