Searched refs:SSL_OP_NO_TICKET (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_server.c287 #if defined(SSL_OP_NO_TICKET) \
454 * Add SSL_OP_NO_TICKET when the timeout is zero or library support is
458 #ifdef SSL_OP_NO_TICKET
460 ticketable = (scache_timeout > 0 && !(off & SSL_OP_NO_TICKET));
465 off |= SSL_OP_NO_TICKET;
H A Dtls_misc.c350 #ifndef SSL_OP_NO_TICKET
351 #define SSL_OP_NO_TICKET 0 macro
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_lib.c204 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
326 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
754 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
1000 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl.h517 #define SSL_OP_NO_TICKET 0x00004000L macro
H A Dssl_lib.c1585 ret->options |= SSL_OP_NO_TICKET;
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1615 #ifdef SSL_OP_NO_TICKET
1616 ctx_options |= SSL_OP_NO_TICKET;
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_client.c530 { off|=SSL_OP_NO_TICKET; }
H A Ds_server.c1009 { off|=SSL_OP_NO_TICKET; }
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl.h517 #define SSL_OP_NO_TICKET 0x00004000L macro
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c2223 #if defined(SSL_OP_NO_TICKET)

Completed in 172 milliseconds