summaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/TlsContext.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow SSLContext implementation that supports TLSv1.3+Bjørn Christian Seime2020-01-311-1/+1
|
* Revert "Allow SSLContext implementation that supports TLSv1.3+"Valerij Fredriksen2019-12-091-1/+1
|
* Merge branch 'master' into bjorncs/sslcontext-versionBjørn Christian Seime2019-12-031-2/+2
|\
| * Use JDK8 as build target for security-utilsBjørn Christian Seime2019-12-021-2/+2
| |
* | Allow SSLContext implementation that supports TLSv1.3+Bjørn Christian Seime2019-12-031-1/+1
|/
* Add constant for SSLContext versionBjørn Christian Seime2019-11-251-0/+1
|
* Add helper methods in TlsContext to determine allowed ciphers/protocolsBjørn Christian Seime2019-11-251-5/+38
|
* Remove more cipher suites not supported by Java 11 from set configured for ↵Harald Musum2019-11-211-1/+10
| | | | use by ZooKeeper
* Remove cipher suite not supported by JavaHarald Musum2019-11-201-0/+1
|
* Revert "Bjorncs/jdisc tls13"Bjørn Christian Seime2019-10-041-1/+1
|
* Enable TLSv1.3 for servers/clients based on TlsContextBjørn Christian Seime2019-10-031-1/+1
|
* Change type of constants from list to setBjørn Christian Seime2019-07-031-4/+3
|
* Move constants from DefaultTlsContext to TlsContextBjørn Christian Seime2019-07-031-0/+15
|
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-191-0/+7
| | | | | | | | - Add methods to retrieve underlying SSLContext and SSLParameters - Add createSslEngine() overload with peer host and port - Remove constructor DefaultTlsContext constructor taking path to config file. - Resolve valid ciphers and protcols in constructor. - Use mutual x509 key/trust manager in ReloadingTlsContext
* Revert "Bjorncs/jdisc mixed mode preparations"Arnstein Ressem2019-02-181-7/+0
|
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-141-0/+7
| | | | | | | | - Add methods to retrieve underlying SSLContext and SSLParameters - Add createSslEngine() overload with peer host and port - Remove constructor DefaultTlsContext constructor taking path to config file. - Resolve valid ciphers and protcols in constructor. - Use mutual x509 key/trust manager in ReloadingTlsContext
* Add TlsContext interface with a implementation based on tls optionsBjørn Christian Seime2018-11-281-0/+18