Enforce TLS 1.2 by default with option to override (#22)
The TLS version can be explicitly set in builder or constructor. If not given, the connector will only use 1.2 as Vault does by default, too.
This commit is contained in:
@ -4,6 +4,7 @@ refactoring of the internal SSL handling (#17)
|
||||
* [improvement] `VaultConnector` extends `java.io.Serializable` (#19)
|
||||
* [improvement] Added missing flags to `SealResponse` (#20)
|
||||
* [improvement] Added replication flags to `HealthResponse` (#21)
|
||||
* [improvement] Enforce TLS 1.2 by default with option to override (#22)
|
||||
* [improvement] Build environment and tests now compatible with Java 10
|
||||
* [dependencies] Updated dependencies to fix vulnerabilities (i.e. CVE-2018-7489)
|
||||
* [deprecation] `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API (#18)
|
||||
|
Reference in New Issue
Block a user