aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-10-12 14:45:40 +0000
committerTor Brede Vekterli <vekterli@oath.com>2018-10-15 13:23:11 +0000
commit0cca964deebf35edf2d918dbcebff4bf33f36ccd (patch)
tree1a37fb5b007782932dba3a1fee2883bf2fb662f7 /vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt
parentc8e17ae332cae0ddeaf50a60eaf1ba5a7dc589b3 (diff)
Add support for custom certificate verification callbacks
Specified as part of `TransportSecurityOptions` and will default to a callback accepting all pre-verified certificates if not given. Callback is provided with certificate subject Common Name and DNS Subject Alternate Name entries.
Diffstat (limited to 'vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt')
-rw-r--r--vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt b/vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt
index 87b7cff1c13..8fd92220abb 100644
--- a/vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/net/tls/CMakeLists.txt
@@ -6,6 +6,7 @@ vespa_add_library(vespalib_vespalib_net_tls OBJECT
crypto_exception.cpp
maybe_tls_crypto_engine.cpp
maybe_tls_crypto_socket.cpp
+ peer_credentials.cpp
protocol_snooping.cpp
tls_context.cpp
tls_crypto_engine.cpp