summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/java/com/yahoo/security/tls/DefaultTlsContextTest.java
Commit message (Expand)AuthorAgeFilesLines
* Override hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2020-02-171-1/+3
* 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
* Make peer authentication in TlsContext configurableBjørn Christian Seime2019-07-031-1/+1
* Remove ciphers from DefaultTlsContext public constructorsBjørn Christian Seime2019-07-031-2/+1
* Change type of constants from list to setBjørn Christian Seime2019-07-031-2/+2
* Move constants from DefaultTlsContext to TlsContextBjørn Christian Seime2019-07-031-1/+1
* Remove throw declaration of unused exceptionBjørn Christian Seime2019-02-011-2/+1
* Restrict enabled protocolsBjørn Christian Seime2019-02-011-1/+5
* Use 'prime256v1' curve for EC keysBjørn Christian Seime2019-01-231-4/+4
* Allow configuration of accepted ciphersBjørn Christian Seime2019-01-231-1/+2
* Fix spelling error ('suits' -> 'suites')Bjørn Christian Seime2018-12-051-1/+1
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-051-2/+1
* Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-051-0/+59