OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_NO_TICKET
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/test/
rpktest.c
405
SSL_set_options(serverssl,
SSL_OP_NO_TICKET
);
406
SSL_set_options(clientssl,
SSL_OP_NO_TICKET
);
454
SSL_set_options(serverssl,
SSL_OP_NO_TICKET
);
455
SSL_set_options(clientssl,
SSL_OP_NO_TICKET
);
589
SSL_set_options(clientssl,
SSL_OP_NO_TICKET
);
590
SSL_set_options(serverssl,
SSL_OP_NO_TICKET
);
619
SSL_set_options(serverssl,
SSL_OP_NO_TICKET
);
620
SSL_set_options(clientssl,
SSL_OP_NO_TICKET
);
ssl_old_test.c
1405
SSL_CTX_set_options(c_ctx,
SSL_OP_NO_TICKET
);
1406
SSL_CTX_set_options(s_ctx,
SSL_OP_NO_TICKET
);
sslapitest.c
879
|| !TEST_true(SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
))
2265
SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
);
2491
SSL_CTX_set_options(*sctx,
SSL_OP_NO_TICKET
);
9734
|| !TEST_true(SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
)))
12252
* Test 1: TLSv1.3 (
SSL_OP_NO_TICKET
set)
12253
* Test 2: TLSv1.3 (max_early_data and
SSL_OP_NO_TICKET
set)
12254
* Test 3: TLSv1.3 (
SSL_OP_NO_TICKET
, simultaneous resumes)
12286
* replay protection), or if
SSL_OP_NO_TICKET
is in use
12293
SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
);
/src/external/bsd/ppp/dist/pppd/
tls.c
337
#ifdef
SSL_OP_NO_TICKET
338
|
SSL_OP_NO_TICKET
/src/external/ibm-public/postfix/dist/src/tls/
tls_server.c
387
#endif /* defined(
SSL_OP_NO_TICKET
) &&
544
* Add
SSL_OP_NO_TICKET
when the timeout is zero or library support is
549
&& !(off &
SSL_OP_NO_TICKET
));
589
off |=
SSL_OP_NO_TICKET
;
tls_misc.c
472
#ifndef
SSL_OP_NO_TICKET
473
#define
SSL_OP_NO_TICKET
0
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
378
SSL_FLAG_TBL_INV("SessionTicket",
SSL_OP_NO_TICKET
),
856
{
SSL_OP_NO_TICKET
, 0 }, /* no_ticket */
ssl_local.h
3106
(OSSL_LEGACY_SSL_OPTIONS | OSSL_TLS1_2_OPTIONS | SSL_OP_CIPHER_SERVER_PREFERENCE | SSL_OP_DISABLE_TLSEXT_CA_NAMES | SSL_OP_NO_TX_CERTIFICATE_COMPRESSION | SSL_OP_NO_RX_CERTIFICATE_COMPRESSION | SSL_OP_PRIORITIZE_CHACHA | SSL_OP_NO_QUERY_MTU |
SSL_OP_NO_TICKET
| SSL_OP_NO_ANTI_REPLAY)
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
375
SSL_FLAG_TBL_INV("SessionTicket",
SSL_OP_NO_TICKET
),
777
{
SSL_OP_NO_TICKET
, 0}, /* no_ticket */
ssl_lib.c
3367
ret->options |=
SSL_OP_NO_TICKET
;
3787
* -
SSL_OP_NO_TICKET
is set in which case it is a stateful ticket
3795
|| (s->options &
SSL_OP_NO_TICKET
) != 0))
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
377
SSL_FLAG_TBL_INV("SessionTicket",
SSL_OP_NO_TICKET
),
698
{
SSL_OP_NO_TICKET
, 0}, /* no_ticket */
t1_lib.c
1243
if ((s->options &
SSL_OP_NO_TICKET
))
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions.c
941
int was_ticket = (SSL_get_options(ssl) &
SSL_OP_NO_TICKET
) == 0;
992
&& was_ticket && (SSL_get_options(ssl) &
SSL_OP_NO_TICKET
) != 0) {
extensions_srvr.c
1429
*
SSL_OP_NO_TICKET
is set - we are caching tickets anyway so there
1432
if ((s->options &
SSL_OP_NO_TICKET
) != 0
/src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions.c
939
int was_ticket = (SSL_get_options(s) &
SSL_OP_NO_TICKET
) == 0;
990
&& was_ticket && (SSL_get_options(s) &
SSL_OP_NO_TICKET
) != 0) {
extensions_srvr.c
1107
*
SSL_OP_NO_TICKET
is set - we are caching tickets anyway so there
1110
if ((s->options &
SSL_OP_NO_TICKET
) != 0
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions.c
932
int was_ticket = (SSL_get_options(s) &
SSL_OP_NO_TICKET
) == 0;
985
&& was_ticket && (SSL_get_options(s) &
SSL_OP_NO_TICKET
) != 0) {
extensions_srvr.c
1175
*
SSL_OP_NO_TICKET
is set - we are caching tickets anyway so there
1178
if ((s->options &
SSL_OP_NO_TICKET
) != 0
/src/external/mpl/bind/dist/lib/isc/
tls.c
868
(void)SSL_CTX_set_options(ctx,
SSL_OP_NO_TICKET
);
870
(void)SSL_CTX_clear_options(ctx,
SSL_OP_NO_TICKET
);
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
3112
#ifdef
SSL_OP_NO_TICKET
3114
SSL_set_options(ssl,
SSL_OP_NO_TICKET
);
3116
SSL_clear_options(ssl,
SSL_OP_NO_TICKET
);
3117
#endif /*
SSL_OP_NO_TICKET
*/
5752
#ifdef
SSL_OP_NO_TICKET
5754
SSL_CTX_set_options(ssl_ctx,
SSL_OP_NO_TICKET
);
5756
SSL_CTX_clear_options(ssl_ctx,
SSL_OP_NO_TICKET
);
5757
#endif /*
SSL_OP_NO_TICKET
*/
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
1404
SSL_CTX_set_options(c_ctx,
SSL_OP_NO_TICKET
);
1405
SSL_CTX_set_options(s_ctx,
SSL_OP_NO_TICKET
);
sslapitest.c
863
|| !TEST_true(SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
))
2228
SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
);
2454
SSL_CTX_set_options(*sctx,
SSL_OP_NO_TICKET
);
9046
|| !TEST_true(SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
)))
10649
* Test 1: TLSv1.3 (
SSL_OP_NO_TICKET
set)
10650
* Test 2: TLSv1.3 (max_early_data and
SSL_OP_NO_TICKET
set)
10651
* Test 3: TLSv1.3 (
SSL_OP_NO_TICKET
, simultaneous resumes)
10683
* replay protection), or if
SSL_OP_NO_TICKET
is in use
10690
SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
);
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
1410
SSL_CTX_set_options(c_ctx,
SSL_OP_NO_TICKET
);
1411
SSL_CTX_set_options(s_ctx,
SSL_OP_NO_TICKET
);
sslapitest.c
605
|| !TEST_true(SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
))
1346
SSL_CTX_set_options(sctx,
SSL_OP_NO_TICKET
);
1530
SSL_CTX_set_options(*sctx,
SSL_OP_NO_TICKET
);
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
333
# define
SSL_OP_NO_TICKET
0x00004000U
Completed in 334 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026