Searched refs:SSL_CTX_get_options (Results 1 – 2 of 2) sorted by relevance
5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_get_options, SSL_get_options - manipulate SSL engine …14 long SSL_CTX_get_options(SSL_CTX *ctx);25 SSL_CTX_get_options() returns the options set for B<ctx>.211 SSL_CTX_get_options() and SSL_get_options() return the current bitmask.
554 #define SSL_CTX_get_options(ctx) \ macro