aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/java/com/yahoo/security/tls/DefaultTlsContextTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-2/+2
* Convert security-utils to junit5Bjørn Christian Seime2022-07-271-2/+2
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-3/+0
* Remove 'role' concept from 'authorized-peers'Bjørn Christian Seime2022-07-111-2/+0
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-251-2/+1
* 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