Home
last modified time | relevance | path

Searched refs:SSL_get_options (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c200 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
389 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
912 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dd1_lib.c183 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
372 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
902 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
H A Dssl_lib.c4705 unsigned long SSL_get_options(const SSL *s) in SSL_get_options() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
20 long SSL_get_options(SSL *ssl);
39 SSL_get_options() returns the options set for B<ssl>.
349 SSL_CTX_get_options() and SSL_get_options() return the current bit mask.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
20 uint64_t SSL_get_options(const SSL *ssl);
39 SSL_get_options() returns the options set for B<ssl>.
428 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map264 SSL_get_options;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map347 SSL_get_options;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions.c932 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name()
985 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
H A Dstatem_srvr.c585 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()
1550 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()
1700 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
H A Dstatem_dtls.c253 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
H A Dextensions_srvr.c1918 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c586 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()
1530 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()
1669 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
H A Dstatem_dtls.c249 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num134 SSL_get_options 135 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num134 SSL_get_options 135 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod657 =item unsigned long B<SSL_get_options>(SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h584 unsigned long SSL_get_options(const SSL *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2954 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod2375 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in579 uint64_t SSL_get_options(const SSL *s);