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:
2018-10-06 14:24:06 +02:00
parent 13793dc9ce
commit c111a6aff0
4 changed files with 67 additions and 7 deletions

View File

@ -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)