summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-09-24 12:38:32 +0000
committerTor Brede Vekterli <vekterli@oath.com>2018-09-25 11:13:41 +0000
commitbcfae9e52bb65ca165fb659971a0c6e4c0a0a3cc (patch)
treec959d6ea66288dae5bf4ff23d443cae1135f318a /vespalib/CMakeLists.txt
parentd5102b3ab354b56ba150613e225d70f23ab2bbb7 (diff)
Add functionality for detecting whether a client is using TLS or not
Inspects first 8 bytes of a client's initial data stream to determine if it's (with very high confidence) a TLS ClientHello message.
Diffstat (limited to 'vespalib/CMakeLists.txt')
-rw-r--r--vespalib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index b32c875cb26..3918c72e81a 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -59,6 +59,7 @@ vespa_define_module(
src/tests/net/socket_spec
src/tests/net/tls/direct_buffer_bio
src/tests/net/tls/openssl_impl
+ src/tests/net/tls/protocol_snooping
src/tests/net/tls/transport_options
src/tests/objects/nbostream
src/tests/optimized