Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddtlstest.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/crypto/openssl/ssl/
H A Dd1_lib.c847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/freebsd/crypto/openssl/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()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod144 =item SSL_OP_COOKIE_EXCHANGE
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2321 # ifdef SSL_OP_COOKIE_EXCHANGE
2322 { "SSL_OP_COOKIE_EXCHANGE", SSL_OP_COOKIE_EXCHANGE },
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
H A Dssl.h.in351 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()