summaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/TlsCryptoSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Start off with at least 64k buffer size.Henning Baldersheim2019-10-171-2/+2
* Ensure that we have enough space also for handshake.Henning Baldersheim2019-10-171-0/+2
* Revert "Bjorncs/jdisc tls13"Bjørn Christian Seime2019-10-041-0/+3
* Allow post-handshake messagesBjørn Christian Seime2019-10-041-3/+0
* Rename 'securityContext' to 'getSecurityContext'. Add default implementationBjørn Christian Seime2019-05-061-1/+1
* Add security context to targetBjørn Christian Seime2019-05-061-0/+22
* Fix bug where authorization result was never assignedBjørn Christian Seime2019-02-181-1/+1
* Do heavy computation work as an explicit handshake stepBjørn Christian Seime2019-02-181-12/+23
* Make TransportMetrics a singletonBjørn Christian Seime2019-01-221-3/+2
* Add metrics for jrt transportBjørn Christian Seime2019-01-081-42/+62
* Store authorization result in TlsCryptoSocketBjørn Christian Seime2019-01-081-1/+10
* Verify handshake is complete in write() + flush()Bjørn Christian Seime2018-11-051-0/+2
* Add more debug logging to TlsCryptoSocketBjørn Christian Seime2018-11-051-0/+4
* added support for auto-detecting tls for incoming connectionsHåvard Pettersen2018-09-251-0/+5
* Use drain() to unwrap multiple frames before reading from networkBjørn Christian Seime2018-09-041-1/+1
* Use com.yahoo.jrt.Buffer to simplify buffer managementBjørn Christian Seime2018-09-041-31/+25
* Rewrite wrap+unwrap to remove use of magic return valuesBjørn Christian Seime2018-09-041-47/+71
* Rename SslEngine/SslSocket -> TlsCryptoEngine/TlsCryptoSocketBjørn Christian Seime2018-09-031-0/+235