summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-08-30 14:05:32 +0000
committerTor Brede Vekterli <vekterli@oath.com>2018-08-31 11:46:11 +0000
commitaa114684417f9d0852e479e46d13a1c713412241 (patch)
tree4697699d9acbd7b8d7f98706cc1289d15066f510 /vespalib/CMakeLists.txt
parent610e0406ee5c4e9a9a1f0093ad659fd3d4ff8daa (diff)
Add initial OpenSSL CryptoEngine implementation and key/cert handling
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