Add SSL_CTX_get_ciphers()
authorKazuki Yamaguchi <k@rhe.jp>
Sun, 10 Apr 2016 04:18:50 +0000 (13:18 +0900)
committerRich Salz <rsalz@openssl.org>
Mon, 11 Apr 2016 13:59:04 +0000 (09:59 -0400)
commit9d5ac9532c58c8b2d10d5e8ee8029dcb40aecfbe
tree95112041d4a08b98e0f390c0d14d7e4f1a8aa021
parent3012e650398a83e72f3ce63c3803e06765dae735
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>
doc/ssl/SSL_get_ciphers.pod
doc/ssl/ssl.pod
include/openssl/ssl.h
ssl/ssl_lib.c
util/libssl.num