Home
last modified time | relevance | path

Searched refs:tickets (Results 1 – 25 of 60) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_CTX_set_num_tickets.pod9 - control the number of TLSv1.3 session tickets that are issued
23 application and set the number of TLSv1.3 session tickets that will be sent to
28 The default number of tickets is 2. Following a resumption the number of tickets
31 0 then no tickets will be issued for either a normal connection or a resumption.
35 L<SSL_verify_client_post_handshake(3)>. These new tickets will be associated
37 verification status). The number of tickets issued will normally be the same as
40 SSL_verify_client_post_handshake() to update the number of tickets that will be
44 tickets set by a previous call to SSL_CTX_set_num_tickets() or
52 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of tickets
DSSL_CTX_set_options.pod149 session tickets.
156 When using stateless session tickets the server uses a session ticket encryption
163 The TLSv1.3 protocol only supports tickets and does not directly support session
165 and stateless. Stateless tickets work the same way as in TLSv1.2 and below.
166 Stateful tickets mimic the session id behaviour available in TLSv1.2 and below.
169 presents a ticket in the same way as for stateless tickets. The server can then
173 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
174 cause stateless tickets to not be issued. In TLSv1.2 and below this means no
178 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
DSSL_CTX_set_tlsext_ticket_key_cb.pod19 session tickets for the ssl context I<sslctx>. Session tickets, defined in
43 For new sessions tickets, when the client doesn't present a session ticket, or
DSSL_CTX_set_session_ticket_cb.pod52 tickets. It can be called at any time before a session ticket is created to
54 and tickets are created by the handshake, the B<gen_cb> is provided to notify
DSSL_get_session.pod43 sent, or if no session tickets were sent then the session for the current
DSSL_CTX_set_security_level.pod95 tickets are disabled.
/third_party/node/test/parallel/
Dtest-tls-session-cache.js35 doTest({ tickets: false }, function() { property
36 doTest({ tickets: true }, function() { property
37 doTest({ tickets: false, invalidSession: true }, function() { property
107 ].concat(testOptions.tickets ? [] : '-no_ticket');
145 if (testOptions.tickets) {
/third_party/openssl/test/ssl-tests/
D06-sni-ticket.conf.in10 ## Test SNI/Session tickets
20 #Note: MaxProtocol is set to TLSv1.2 as session tickets work differently in
61 # If the client has session tickets disabled, then No support
62 # If the server initial_ctx has session tickets disabled, then No support
63 # If SNI is in use, then if the "switched-to" context has session tickets disabled,
/third_party/boost/libs/spirit/example/lex/
Dexample2.input3 Have you the plane tickets for there and back?
Dword_count.input3 Have you the plane tickets for there and back?
/third_party/boost/libs/spirit/example/lex/static_lexer/
Dword_count.input3 Have you the plane tickets for there and back?
/third_party/mbedtls/tests/
DDescriptions.txt21 covered by compat.sh: session resumption (using session cache or tickets),
/third_party/boost/libs/geometry/doc/
Drelease_notes.qbk283 [*Solved tickets]
304 [*Solved tickets]
322 [*Solved tickets]
340 [*Solved tickets]
368 [*Solved tickets]
410 [*Solved tickets]
444 [*Solved tickets]
500 [*Solved tickets]
547 [*Solved tickets]
593 [*Solved tickets]
[all …]
/third_party/boost/libs/pool/doc/html/
Dstandalone_HTML.manifest38 boost_pool/appendices/tickets.html
/third_party/boost/libs/test/
DCONTRIBUTE.md6 while older tickets may be found in our former bug tracking system at https://svn.boost.org/
/third_party/e2fsprogs/lib/et/test_cases/
Dheimdal.et53 ec INTK_W_NOTALL, "Kerberos error: not all tickets returned"
/third_party/mbedtls/programs/ssl/
Dssl_client2.c494 int tickets; /* enable / disable session tickets */ member
861 opt.tickets = DFL_TICKETS; in main()
1072 opt.tickets = atoi( q ); in main()
1073 if( opt.tickets < 0 || opt.tickets > 2 ) in main()
1860 mbedtls_ssl_conf_session_tickets( &conf, opt.tickets ); in main()
Dssl_server2.c613 int tickets; /* enable / disable session tickets */ member
1539 opt.tickets = DFL_TICKETS; in main()
1908 opt.tickets = atoi( q ); in main()
1909 if( opt.tickets < 0 || opt.tickets > 1 ) in main()
2707 if( opt.tickets == MBEDTLS_SSL_SESSION_TICKETS_ENABLED ) in main()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp141 …static void run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets
DRenderer.cpp482 …::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Qu… in run() argument
490 auto ticket = tickets->take(); in run()
/third_party/boost/libs/ratio/test/
DJamfile.v2129 #test-suite "tickets"
/third_party/node/doc/api/
Dtls.md207 #### Session tickets
216 Resumption using session tickets is becoming commonly supported by many web
220 as for resumption with session tickets. For debugging, if
224 With TLSv1.3, be aware that multiple tickets may be sent by the server,
228 Single process servers need no specific implementation to use session tickets.
229 To use session tickets across server restarts or load balancers, servers must
242 used tickets encrypted with them can be decrypted. They should not be stored
245 If clients advertise support for tickets, the server will send them. The
246 server can disable tickets by supplying
249 Both session identifiers and session tickets timeout, causing the server to
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcard.dart20 /// tickets or listening to the show.](https://flutter.github.io/assets-for-api-docs/assets/materia…
/third_party/boost/libs/circular_buffer/doc/
Dcircular_buffer.qbk498 [section:tickets Trac Tickets]
502 Existing open tickets for this library alone can be viewed
504 Existing tickets for this library - including closed ones - can be viewed
535 [endsect] [/section:tickets Trac Tickets]
/third_party/mbedtls/docs/
Duse-psa-crypto.md105 `ssl_ticket.c` for protecting tickets we issue.

123