diff options
author | tb <> | 2018-11-11 06:58:14 +0000 |
---|---|---|
committer | tb <> | 2018-11-11 06:58:14 +0000 |
commit | a775f57e4c2cdc0d9d374784c2087f09465a8a0b (patch) | |
tree | 8aa335588003f149c9b1aed8ec93190d663b8b94 /src/lib/libssl/Symbols.list | |
parent | 1d52a77751bd718c4bc8afa60ff78c4306636cd9 (diff) | |
download | openbsd-a775f57e4c2cdc0d9d374784c2087f09465a8a0b.tar.gz openbsd-a775f57e4c2cdc0d9d374784c2087f09465a8a0b.tar.bz2 openbsd-a775f57e4c2cdc0d9d374784c2087f09465a8a0b.zip |
Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().
Used by unbound's DNS over TLS implementation to do server name
verification.
ok jsing
Diffstat (limited to 'src/lib/libssl/Symbols.list')
-rw-r--r-- | src/lib/libssl/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libssl/Symbols.list b/src/lib/libssl/Symbols.list index c66024e21d..4508a362d1 100644 --- a/src/lib/libssl/Symbols.list +++ b/src/lib/libssl/Symbols.list | |||
@@ -244,6 +244,7 @@ SSL_rstate_string_long | |||
244 | SSL_select_next_proto | 244 | SSL_select_next_proto |
245 | SSL_set1_groups | 245 | SSL_set1_groups |
246 | SSL_set1_groups_list | 246 | SSL_set1_groups_list |
247 | SSL_set1_host | ||
247 | SSL_set1_param | 248 | SSL_set1_param |
248 | SSL_set_SSL_CTX | 249 | SSL_set_SSL_CTX |
249 | SSL_set_accept_state | 250 | SSL_set_accept_state |