Home
last modified time | relevance | path

Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/crypto/openssl/test/
HDdtlstest.c219 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_dtls_drop_records()
321 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
/freebsd-14-stable/crypto/openssl/ssl/
HDd1_lib.c847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_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()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_options.pod144 =item SSL_OP_COOKIE_EXCHANGE
/freebsd-14-stable/contrib/sendmail/src/
HDreadcf.c2321 # ifdef SSL_OP_COOKIE_EXCHANGE
2322 { "SSL_OP_COOKIE_EXCHANGE", SSL_OP_COOKIE_EXCHANGE },
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
HDssl.h.in351 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/freebsd-14-stable/crypto/openssl/apps/
HDs_server.c2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()