summaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/DefaultTlsContext.java
Commit message (Expand)AuthorAgeFilesLines
* Use JDK8 as build target for security-utilsBjørn Christian Seime2019-12-021-4/+4
* Add helper methods in TlsContext to determine allowed ciphers/protocolsBjørn Christian Seime2019-11-251-21/+11
* Make peer authentication in TlsContext configurableBjørn Christian Seime2019-07-031-6/+22
* Remove ciphers from DefaultTlsContext public constructorsBjørn Christian Seime2019-07-031-6/+8
* Change type of constants from list to setBjørn Christian Seime2019-07-031-3/+3
* Move constants from DefaultTlsContext to TlsContextBjørn Christian Seime2019-07-031-13/+0
* Override default hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2019-02-221-2/+5
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-191-37/+54
* Require client auth for ssl engines constructed by DefaultTlsContextBjørn Christian Seime2019-02-191-0/+1
* Revert "Bjorncs/jdisc mixed mode preparations"Arnstein Ressem2019-02-181-54/+36
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-141-37/+54
* Require client auth for ssl engines constructed by DefaultTlsContextBjørn Christian Seime2019-02-141-0/+1
* Fix typoBjørn Christian Seime2019-02-011-1/+1
* Restrict enabled protocolsBjørn Christian Seime2019-02-011-0/+16
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-231-8/+15
* Add TLSv1.3 cipher suites to whitelistBjørn Christian Seime2019-01-231-1/+4
* Fix spelling error ('suits' -> 'suites')Bjørn Christian Seime2018-12-051-7/+7
* Remove whitelisting of AES-CBC ciphersBjørn Christian Seime2018-12-051-5/+1
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-051-7/+8
* Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-051-0/+101