Home
last modified time | relevance | path

Searched refs:SSL_CTX_get_options (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
19 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
37 SSL_CTX_get_options() returns the options set for B<ctx>.
428 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map86 SSL_CTX_get_options;
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dhandshake.c122 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx()
186 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx()
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num241 SSL_CTX_get_options 242 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
H A Dssl.h.in578 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c4967 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx) in SSL_CTX_get_options() function
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2374 See L<SSL_CTX_get_options(3)>, L<SSL_CTX_set_options(3)>,
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3821 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_get_options.3