diff options
author | Kazuki Yamaguchi <k@rhe.jp> | 2016-04-10 06:18:50 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-11 15:59:04 +0200 |
commit | 9d5ac9532c58c8b2d10d5e8ee8029dcb40aecfbe (patch) | |
tree | 95112041d4a08b98e0f390c0d14d7e4f1a8aa021 /util/libssl.num | |
parent | Fix the no-posix-io option (diff) | |
download | openssl-9d5ac9532c58c8b2d10d5e8ee8029dcb40aecfbe.tar.xz openssl-9d5ac9532c58c8b2d10d5e8ee8029dcb40aecfbe.zip |
Add SSL_CTX_get_ciphers()
Add an accessor for SSL_CTX.
Since libssl was made opaque, there is no way for users to access the
cipher_list, while users can set the cipher_list by
SSL_CTX_set_cipher_list().
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 950ca03913..74f2c8aa8d 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -392,3 +392,4 @@ SSL_CTX_set0_ctlog_store 391 1_1_0 EXIST::FUNCTION:CT SSL_CTX_get0_ctlog_store 392 1_1_0 EXIST::FUNCTION:CT SSL_enable_ct 393 1_1_0 EXIST::FUNCTION:CT SSL_CTX_enable_ct 394 1_1_0 EXIST::FUNCTION:CT +SSL_CTX_get_ciphers 395 1_1_0 EXIST::FUNCTION |