HomeSort by: relevance | last modified time | path
    Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
dtlstest.c 219 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
321 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/apache2/openssl/dist/test/
dtlstest.c 214 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
317 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/bsd/openssl.old/dist/test/
dtlstest.c 276 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c 804 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE);
ssl_local.h 3102 (SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS | SSL_OP_ALLOW_CLIENT_RENEGOTIATION | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION | SSL_OP_NO_COMPRESSION | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_DTLSv1 | SSL_OP_NO_DTLSv1_2 | SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION | SSL_OP_CISCO_ANYCONNECT | SSL_OP_NO_RENEGOTIATION | SSL_OP_NO_EXTENDED_MASTER_SECRET | SSL_OP_NO_ENCRYPT_THEN_MAC | SSL_OP_COOKIE_EXCHANGE | SSL_OP_LEGACY_SERVER_CONNECT | SSL_OP_IGNORE_UNEXPECTED_EOF)
  /src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c 847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c 837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_srvr.c 586 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) {
1530 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) {
1669 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_srvr.c 585 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) {
1550 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) {
1700 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) {
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_srvr.c 649 && (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE)) {
1660 if (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE) {
1793 if (SSL_get_options(ssl) & SSL_OP_COOKIE_EXCHANGE) {
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 2358 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 351 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 358 #define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13)
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 2639 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);

Completed in 94 milliseconds