summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-09-05 11:10:30 +0200
committerTor Brede Vekterli <vekterli@oath.com>2018-09-05 12:07:40 +0000
commit690060d5c6be51d6a1ca43fd1c30d241722c7b4c (patch)
treea97d5b26ac01da46279c786ac2056034dade7e5b /vespalib/CMakeLists.txt
parent28d30783fd56eff725e457de13f2d4ef350b6f44 (diff)
The current implementation is known to be sub-optimal due to requiring
memory copies in and out of OpenSSL's working BIOs for every encode and decode. Codec design is also up for change, depending on how well it fits with crypto socket integration.
Diffstat (limited to 'vespalib/CMakeLists.txt')
-rw-r--r--vespalib/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index 33553da9422..a4b3f1e643c 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -56,6 +56,7 @@ vespa_define_module(
src/tests/net/send_fd
src/tests/net/socket
src/tests/net/socket_spec
+ src/tests/net/tls/openssl_impl
src/tests/objects/nbostream
src/tests/optimized
src/tests/printable
@@ -118,6 +119,8 @@ vespa_define_module(
src/vespa/vespalib/io
src/vespa/vespalib/locale
src/vespa/vespalib/net
+ src/vespa/vespalib/net/tls
+ src/vespa/vespalib/net/tls/impl
src/vespa/vespalib/objects
src/vespa/vespalib/stllike
src/vespa/vespalib/test