Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDd1_lib.c549 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in dtls1_listen()
HDd1_srvr.c342 if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) in IMPLEMENT_dtls1_meth_func()
HDs3_srvr.c978 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in ssl3_get_client_hello()
1077 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && cookie_len > 0) { in ssl3_get_client_hello()
HDssl.h614 # define SSL_OP_COOKIE_EXCHANGE 0x00002000L macro
/NextBSD/crypto/openssl/apps/
HDs_server.c2250 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()