OpenSearch/libs
Tim Brooks 927013426a
Read multiple TLS packets in one read call (#41820)
This is related to #27260. Currently we have a single read buffer that
is no larger than a single TLS packet. This prevents us from reading
multiple TLS packets in a single socket read call. This commit modifies
our TLS work to support reading similar to the plaintext case. The data
will be copied to a (potentially) recycled TLS packet-sized buffer for
interaction with the SSLEngine.
2019-05-06 09:51:32 -06:00
..
cli [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
core Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
dissect [Docs] Fix common word repetitions (#39703) 2019-04-25 20:47:47 +02:00
geo Geo: Add GeoJson parser to libs/geo classes (#41575) (#41657) 2019-04-29 19:43:31 -04:00
grok Updates the grok patterns to be consistent with logstash (#27181) 2019-02-05 12:37:02 -06:00
nio Read multiple TLS packets in one read call (#41820) 2019-05-06 09:51:32 -06:00
plugin-classloader [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
secure-sm Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
ssl-config Fix broken test on FIPS for specific seed (#41230) 2019-04-26 15:43:48 +10:00
x-content Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
build.gradle Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00