Home
last modified time | relevance | path

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

/freebsd/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);
38 SSL_CTX_get_options() returns the options set for B<ctx>.
514 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
/freebsd/secure/lib/libssl/
H A DVersion.map86 SSL_CTX_get_options;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c123 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx()
187 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx()
/freebsd/crypto/openssl/util/
H A Dlibssl.num241 SSL_CTX_get_options 242 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dquicapitest.c825 if (!TEST_uint64_t_eq(SSL_CTX_get_options(ctx), UINT64_MAX)) in test_quic_forbidden_options()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md401 | `SSL_CTX_get_options` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h621 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
H A Dssl.h.in598 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod2405 See L<SSL_CTX_get_options(3)>, L<SSL_CTX_set_options(3)>,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6264 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx) in SSL_CTX_get_options() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4204 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_get_options.3