Searched refs:SSL_OP_NO_TICKET (Results 1 – 10 of 10) sorted by relevance
83 CONST(SSL_OP_NO_TICKET); in main()
94 options = SSL_OP_NO_TICKET; in SPDYF_openssl_init()
2235 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags()2237 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()4120 #ifdef SSL_OP_NO_TICKET in tls_global_set_params()4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
1044 if (SSL_get_options(ssl) & SSL_OP_NO_TICKET) { in ext_ticket_add_clienthello()1084 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_parse_serverhello()1108 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_add_serverhello()
439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) && in ssl_get_prev_session()
285 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new()
591 NativeCrypto.SSL_clear_options(sslNativePointer, NativeConstants.SSL_OP_NO_TICKET); in setSSLParameters()
1803 #ifdef SSL_OP_NO_TICKET in ossl_connect_step1()1804 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
550 #define SSL_OP_NO_TICKET 0x00004000L macro
8080 | SSL_OP_NO_TICKET