aboutsummaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/TlsCryptoEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Use 'localhost' for TLS hostname validation if spec uses wildcard addressBjørn Christian Seime2020-02-201-1/+2
* Create SSLEngine instance using host and portBjørn Christian Seime2020-02-171-1/+1
* pass connection spec to crypto engineHåvard Pettersen2020-02-121-2/+9
* Require client auth for ssl engines constructed by DefaultTlsContextBjørn Christian Seime2019-02-191-1/+0
* Revert "Bjorncs/jdisc mixed mode preparations"Arnstein Ressem2019-02-181-0/+1
* Require client auth for ssl engines constructed by DefaultTlsContextBjørn Christian Seime2019-02-141-1/+0
* Make TransportMetrics a singletonBjørn Christian Seime2019-01-221-2/+2
* Add metrics for jrt transportBjørn Christian Seime2019-01-081-2/+3
* Close the cryptoengine in order to get to close the tls context.Henning Baldersheim2018-12-031-0/+4
* Use TlsContext to construct TlsCryptoEngineBjørn Christian Seime2018-11-281-23/+5
* Enable PeerAuthorizer in dry-run mode in TlsCryptoSocketBjørn Christian Seime2018-11-271-0/+5
* Use TransportSecurityOptions.BuilderBjørn Christian Seime2018-11-191-10/+5
* Revert "Bjorncs/accepted ciphers"Harald Musum2018-11-071-16/+6
* Allow configuration of accepted ciphersBjørn Christian Seime2018-11-061-6/+16
* Use TlsCryptoEngine if VESPA_TLS_CONFIG_FILE is setBjørn Christian Seime2018-09-101-0/+20
* Rename SslEngine/SslSocket -> TlsCryptoEngine/TlsCryptoSocketBjørn Christian Seime2018-09-031-0/+28