aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/TlsContext.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Enable TLSv1.3 for Vespa mTLSBjørn Christian Seime2023-07-201-10/+7
|
* Revert "Enable TLSv1.3 for Vespa mTLS"Henning Baldersheim2023-03-251-7/+10
|
* Enable TLSv1.3 for Vespa mTLSBjørn Christian Seime2023-03-241-10/+7
|
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-091-1/+22
|
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol ↵Andreas Eriksen2023-01-061-22/+1
| | | | versions" (#25436)
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-061-1/+22
|
* Disable ciphers that are only supported by some JDK-11 versionsBjørn Christian Seime2021-11-091-4/+5
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-3/+5
| | | | These types are often accidentally imported, and the JDK8 replacement is typically a one-liner.
* Disable TLSV1.3Bjørn Christian Seime2021-02-241-1/+2
|
* Allow TLSv1.3Bjørn Christian Seime2021-02-181-1/+1
|
* 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