summaryrefslogtreecommitdiffstats
path: root/jrt/tests/com/yahoo/jrt/EchoTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* remove xor crypto engine from JavaHåvard Pettersen2023-01-041-4/+0
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-121-1/+2
| | | | magic conversions.
* Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-201-4/+1
| | | | | Add peerSpec to Target/Connection. Always provide ConnectionAuthContext. Add helper for creating default, all-granting ConnectionAuthContext.
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Include full certificate chain in auth contextBjørn Christian Seime2022-07-151-2/+2
|
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-151-13/+14
| | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-2/+2
|
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-231-2/+2
|
* multi-threaded transport for JRTHåvard Pettersen2019-05-131-2/+2
|
* Add security context to targetBjørn Christian Seime2019-05-061-3/+36
|
* Add calculation of metrics changes since previous snapshotBjørn Christian Seime2019-01-221-3/+4
| | | | | | | | - Move metric diff calculation to TransportMetrics.Snapshot. - Remove TransportMetrics.reset() and use changesSince() instead in EchoTest. - Remove unnecessary volatile modifier on JrtMetrics.previousSnapshot. - Initialize JrtMetrics.previousSnapshot in constructor. - Use separate field declarations for fields in TransportMetrics.Snapshot.
* Make TransportMetrics a singletonBjørn Christian Seime2019-01-221-14/+17
|
* Add metrics for jrt transportBjørn Christian Seime2019-01-081-5/+38
|
* Use TlsContext to construct TlsCryptoEngineBjørn Christian Seime2018-11-281-4/+4
|
* added support for auto-detecting tls for incoming connectionsHåvard Pettersen2018-09-251-1/+3
|
* Rename SslEngine/SslSocket -> TlsCryptoEngine/TlsCryptoSocketBjørn Christian Seime2018-09-031-1/+1
|
* Test SslEngine in EchoTest and SessionTestBjørn Christian Seime2018-09-031-4/+4
|
* also test with xor crypto engineHåvard Pettersen2018-08-301-2/+13
|
* avoid hardcoded port numbers in jrt testsHåvard Pettersen2018-08-061-2/+2
|
* Remove usage of junit.frameworkJon Bratseth2018-04-271-5/+10
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* PublishJon Bratseth2016-06-151-0/+86