diff options
| author | tb <> | 2021-03-31 16:55:04 +0000 |
|---|---|---|
| committer | tb <> | 2021-03-31 16:55:04 +0000 |
| commit | 7fcc209f873298a3fdfca1cf35f200611e8ce880 (patch) | |
| tree | d1076bc4210ddf21ee6041a55bb1ca7e006df6a9 /src/lib/libssl/Symbols.list | |
| parent | fa683c80831795d038ff524b5d2d3fbf5773e3c0 (diff) | |
| download | openbsd-7fcc209f873298a3fdfca1cf35f200611e8ce880.tar.gz openbsd-7fcc209f873298a3fdfca1cf35f200611e8ce880.tar.bz2 openbsd-7fcc209f873298a3fdfca1cf35f200611e8ce880.zip | |
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
ok bcook inoguchi jsing
Diffstat (limited to 'src/lib/libssl/Symbols.list')
| -rw-r--r-- | src/lib/libssl/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libssl/Symbols.list b/src/lib/libssl/Symbols.list index f857ecb262..9234cf6e51 100644 --- a/src/lib/libssl/Symbols.list +++ b/src/lib/libssl/Symbols.list | |||
| @@ -196,6 +196,7 @@ SSL_get0_alpn_selected | |||
| 196 | SSL_get0_chain_certs | 196 | SSL_get0_chain_certs |
| 197 | SSL_get0_next_proto_negotiated | 197 | SSL_get0_next_proto_negotiated |
| 198 | SSL_get0_param | 198 | SSL_get0_param |
| 199 | SSL_get0_peername | ||
| 199 | SSL_get1_session | 200 | SSL_get1_session |
| 200 | SSL_get1_supported_ciphers | 201 | SSL_get1_supported_ciphers |
| 201 | SSL_get_SSL_CTX | 202 | SSL_get_SSL_CTX |
| @@ -274,6 +275,7 @@ SSL_set_debug | |||
| 274 | SSL_set_ex_data | 275 | SSL_set_ex_data |
| 275 | SSL_set_fd | 276 | SSL_set_fd |
| 276 | SSL_set_generate_session_id | 277 | SSL_set_generate_session_id |
| 278 | SSL_set_hostflags | ||
| 277 | SSL_set_info_callback | 279 | SSL_set_info_callback |
| 278 | SSL_set_max_proto_version | 280 | SSL_set_max_proto_version |
| 279 | SSL_set_min_proto_version | 281 | SSL_set_min_proto_version |
