summaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/ReloadingTlsContext.java
Commit message (Expand)AuthorAgeFilesLines
* Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-031-183/+0
* Remove ciphers from DefaultTlsContext public constructorsBjørn Christian Seime2019-07-031-1/+3
* Change type of constants from list to setBjørn Christian Seime2019-07-031-1/+2
* Stop reload task when there are no external references to the managersBjørn Christian Seime2019-03-011-18/+56
* Add withCertificateEntries() to KeyStoreBuilderBjørn Christian Seime2019-02-251-8/+3
* Override default hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2019-02-221-1/+3
* Fix spelling errorsBjørn Christian Seime2019-02-191-1/+1
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-191-12/+86
* Revert "Bjorncs/jdisc mixed mode preparations"Arnstein Ressem2019-02-181-86/+12
* Fix spelling errorsBjørn Christian Seime2019-02-181-1/+1
* Misc changes to TlsContext and its implementationsBjørn Christian Seime2019-02-141-12/+86
* Use AuthorizationMode to configure behaviour of PeerAuthorizerTrustManagerBjørn Christian Seime2018-12-051-4/+2
* Split ConfigFileManagedTlsContext into ReloadingTlsContext and DefaultTlsContextBjørn Christian Seime2018-12-051-0/+73