Home
last modified time | relevance | path

Searched refs:ticket (Results 1 – 25 of 238) sorted by relevance

12345678910

/third_party/openssl/test/ssl-tests/
D06-sni-ticket.conf5 test-0 = 0-sni-session-ticket
6 test-1 = 1-sni-session-ticket
7 test-2 = 2-sni-session-ticket
8 test-3 = 3-sni-session-ticket
9 test-4 = 4-sni-session-ticket
10 test-5 = 5-sni-session-ticket
11 test-6 = 6-sni-session-ticket
12 test-7 = 7-sni-session-ticket
13 test-8 = 8-sni-session-ticket
14 test-9 = 9-sni-session-ticket
[all …]
D27-ticket-appdata.conf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
/third_party/boost/libs/thread/doc/
Dchanges.qbk15 * [@http://svn.boost.org/trac/boost/ticket/3926 #3926] thread_specific_ptr + dlopen library causes …
17 * [@http://svn.boost.org/trac/boost/ticket/10964 #10964] future<future<T>>::unwrap().then() Deadloc…
45 * [@http://svn.boost.org/trac/boost/ticket/3926 #3926] thread_specific_ptr + dlopen library causes …
47 * [@http://svn.boost.org/trac/boost/ticket/10964 #10964] future<future<T>>::unwrap().then() Deadloc…
66 * [@http://svn.boost.org/trac/boost/ticket/3926 #3926] thread_specific_ptr + dlopen library causes …
68 * [@http://svn.boost.org/trac/boost/ticket/10964 #10964] future<future<T>>::unwrap().then() Deadloc…
78 * [@http://svn.boost.org/trac/boost/ticket/12323 #12323] windows - boost/thread/win32/mfc_thread_in…
79 * [@http://svn.boost.org/trac/boost/ticket/12730 #12730] windows - static threads library is incomp…
80 * [@http://svn.boost.org/trac/boost/ticket/12976 #12976] Boost Thread Executors documentation mista…
81 * [@http://svn.boost.org/trac/boost/ticket/12949 #12949] using sleep_for in a thread context withou…
[all …]
/third_party/boost/libs/test/doc/closing_chapters/
Dchange_log.qbk84 # [ticket 11107] A lot of warnings on MSVC due to protected destructor being non-virtual
85 # [ticket 12072] Lots of `C4265` warnings in test when using Visual Studio 2015 (duplicates [ticket
220 # [ticket 7397] Boost.Test, since boost `1.48` is using the deprecated `Boost.Timer` class (solved …
221 # [ticket 9434] error: `namespace boost::timer {}` re-declared as different kind of symbol (solved …
222 # [ticket 13106] `libs/test/tools/console_test_runner` does not compile
223 # [ticket 13418] Request: allow general typelist types in `BOOST_AUTO_TEST_CASE_TEMPLATE()`
249 # [ticket 13380] data-driven tests' join operator `+` corrupts first column (duplicates [ticket 122…
250 # [ticket 13625] Boost.test fail to compile with `-Werror=missing-declarations` on some architectur…
251 # [ticket 13637] Fix for Bug [ticket 12597] causes a problem with `BOOST_TEST_CASE`
272 # [ticket 12095] disabling test with precondition leads to error
[all …]
/third_party/openssl/doc/man3/
DSSL_CTX_set_session_ticket_cb.pod9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data
32 with a session, and placed into a session ticket. Either callback function may
35 B<gen_cb> is the application defined callback invoked when a session ticket is
37 at this time to add application data to the session ticket. The value of B<arg>
41 B<dec_cb> is the application defined callback invoked after session ticket
42 decryption has been attempted and any session ticket application data is
43 available. If ticket decryption was successful then the B<ss> argument contains
45 used to decrypt the session ticket. The B<status> argument is the result of the
46 ticket decryption. See the L<NOTES> section below for further details. The value
52 tickets. It can be called at any time before a session ticket is created to
[all …]
DSSL_CTX_set_tlsext_ticket_key_cb.pod5 SSL_CTX_set_tlsext_ticket_key_cb - set a callback for session ticket processing
25 session when session ticket extension is presented in the TLS hello
30 ticket construction state according to RFC5077 Section 4 such that per session
34 In order to reuse a session, a TLS client must send the a session ticket
35 extension to the server. The client can only send exactly one session ticket.
37 ticket information or it starts a full TLS handshake to create a new session
38 ticket.
43 For new sessions tickets, when the client doesn't present a session ticket, or
44 an attempted retrieval of the ticket failed, or a renew option was indicated,
59 When the client presents a session ticket, the callback function with be called
[all …]
DSSL_SESSION_has_ticket.pod7 - get details about the ticket associated with a session
24 associated with the session ticket.
26 SSL_SESSION_get0_ticket obtains a pointer to the ticket associated with a
27 session. The length of the ticket is written to B<*len>. If B<tick> is non
28 NULL then a pointer to the ticket is written to B<*tick>. The pointer is only
29 valid while the connection is in use. The session (and hence the ticket pointer)
34 SSL_SESSION_has_ticket() returns 1 if session ticket exists or 0 otherwise.
/third_party/boost/libs/regex/doc/
Dhistory.qbk24 …libFuzzer and fix identified issues, see: [@https://svn.boost.org/trac/boost/ticket/12818 #12818].
29 … when parsing certain invalid regexes, see [@https://svn.boost.org/trac/boost/ticket/12222 #12222].
30 * Fix detection of ICU in library build, see [@https://svn.boost.org/trac/boost/ticket/12152 #12152…
31 * Fix bug in case sensitivity change, see [@https://svn.boost.org/trac/boost/ticket/11940 #11940].
32 …`\x{}` expressions (for char32_t etc), see [@https://svn.boost.org/trac/boost/ticket/11988 #11988].
40 * Add support for Perl's backtracking control verbs, see [@https://svn.boost.org/trac/boost/ticket/…
42 …e end when matching \[\[:unicode:\]\], see [@https://svn.boost.org/trac/boost/ticket/11524 #11524].
44 … didn't call reg_free) will now leak. See [@https://svn.boost.org/trac/boost/ticket/11472 #11472].
45 * Make sub_match a valid C++ range type, see [@https://svn.boost.org/trac/boost/ticket/11036 #11036…
49 * Fixed some typos as in [@https://svn.boost.org/trac/boost/ticket/10682 #10682].
[all …]
/third_party/openssl/util/perl/TLSProxy/
DNewSessionTicket.pm33 $self->{ticket} = "";
44 my $ticket = substr($self->data, 6, $ticket_len);
47 $self->ticket($ticket);
58 $data .= pack('n', length($self->ticket));
59 $data .= $self->ticket;
73 sub ticket subroutine
77 $self->{ticket} = shift;
79 return $self->{ticket};
/third_party/boost/libs/math/doc/overview/
Droadmap.qbk120 …the Bessel functions I0, I1, K0 and K1, see [@https://svn.boost.org/trac/boost/ticket/12066 12066].
126 …n of zero polynomial in polynomial.hpp, see [@https://svn.boost.org/trac/boost/ticket/12532 12532].
127 … include in boost/math/tools/tuple.hpp, see [@https://svn.boost.org/trac/boost/ticket/12537 12537].
158 see [@https://svn.boost.org/trac/boost/ticket/11557 11557].
160 the correct values. See [@https://svn.boost.org/trac/boost/ticket/11556 11556].
162 See [@https://svn.boost.org/trac/boost/ticket/11547 11547].
163 …eclspec when building with Oracle C++. See [@https://svn.boost.org/trac/boost/ticket/11546 11546].
164 * Fix corner case bug in root bracketing code, see [@https://svn.boost.org/trac/boost/ticket/11532 …
165 …guments to std::max in Bernoulli code. See [@https://svn.boost.org/trac/boost/ticket/11453 11453].
166 …e possible values for FLT_EVAL_METHOD. See [@https://svn.boost.org/trac/boost/ticket/11429 11429].
[all …]
/third_party/boost/libs/type_traits/doc/
Dhistory.qbk26 * Fix minor issue with mpl compatibility, see [@https://svn.boost.org/trac/boost/ticket/12212 #1221…
27 …is_constructible is fully implemented, see [@https://svn.boost.org/trac/boost/ticket/12003 #12003].
39 * Fix __decay to follow C++11 semantics, see [@https://svn.boost.org/trac/boost/ticket/7760 #7760].
41 see for example [@https://svn.boost.org/trac/boost/ticket/11324 #11324].
45 * Fixed issue with CUDA on Clang compiler see [@https://svn.boost.org/trac/boost/ticket/10694 #1069…
55 * Fixed issues [@https://svn.boost.org/trac/boost/ticket/7317 #7317],
56 [@https://svn.boost.org/trac/boost/ticket/9474 #9474].
71 * Fixed issues [@https://svn.boost.org/trac/boost/ticket/5271 #5271],
72 [@https://svn.boost.org/trac/boost/ticket/4530 #4530].
83 __is_rvalue_reference and __is_lvalue_reference. Fixes [@https://svn.boost.org/trac/boost/ticket/4…
[all …]
/third_party/boost/libs/geometry/doc/
Drelease_notes.qbk203 * [@https://svn.boost.org/trac10/ticket/13386 13386] Workaround for some gcc compilers
204 * [@https://svn.boost.org/trac10/ticket/13381 13381] Compile error with matrix_transformer in Visua…
205 * [@https://svn.boost.org/trac10/ticket/13436 13436] Incorrectness in boost::geometry::model::polyg…
226 * [@https://svn.boost.org/trac10/ticket/12503 12503] Validity of complex polygon
247 * [@https://svn.boost.org/trac/boost/ticket/12410 12410] Lack of support of geographic coordinate s…
248 * [@https://svn.boost.org/trac/boost/ticket/13035 13035] Wrong result of non-cartesian intersection…
249 * [@https://svn.boost.org/trac/boost/ticket/13057 13057] Wrong result of intersects() for linestrin…
285 * [@https://svn.boost.org/trac/boost/ticket/11899 11899] boost::geometry::equals doesn't handle ope…
286 * [@https://svn.boost.org/trac/boost/ticket/11930 11930] Inaccuracy of area::huiller strategy
287 * [@https://svn.boost.org/trac/boost/ticket/11931 11931] Wrong spherical area with pole encircling …
[all …]
/third_party/e2fsprogs/lib/et/test_cases/
Dheimdal.et26 ec GC_TKFIL, "Can't read Kerberos ticket file"
27 ec GC_NOTKT, "Can't find Kerberos ticket or TGT"
32 ec RD_AP_EXP, "Kerberos ticket expired"
33 ec RD_AP_NYV, "Kerberos ticket not yet valid"
35 ec RD_AP_NOT_US, "The kerberos ticket isn't for us"
49 ec GT_PW_NULLTKT, "Null Kerberos ticket returned by KDC"
58 ec AD_NOTGT, "Don't have Kerberos ticket-granting ticket"
60 ec NO_TKT_FIL, "No ticket file found"
61 ec TKT_FIL_ACC, "Couldn't access ticket file"
62 ec TKT_FIL_LCK, "Couldn't lock ticket file"
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp601 U_CAPI char *udbg_knownIssueURLFrom(const char *ticket, char *buf) { in udbg_knownIssueURLFrom() argument
602 if( ticket==NULL ) { in udbg_knownIssueURLFrom()
606 if( !strncmp(ticket, CLDR_TICKET_PREFIX, strlen(CLDR_TICKET_PREFIX)) ) { in udbg_knownIssueURLFrom()
608 strcat( buf, ticket+strlen(CLDR_TICKET_PREFIX) ); in udbg_knownIssueURLFrom()
611 strcat( buf, ticket ); in udbg_knownIssueURLFrom()
627 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
628 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
644 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicke… in add() argument
646 if(fTable.find(ticket) == fTable.end()) { in add()
648 fTable[ticket] = std::map < std::string, std::set < std::string > >(); in add()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
636 std::string ticket(ticketStr); in mapTicketId() local
639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId()
641 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId()
642 } else if(::isdigit(ticket[0])) { in mapTicketId()
644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId()
646 return ticket; in mapTicketId()
651 const std::string ticket = mapTicketId(ticketStr); in add() local
652 if(fTable.find(ticket) == fTable.end()) { in add()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
636 std::string ticket(ticketStr); in mapTicketId() local
639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId()
641 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId()
642 } else if(::isdigit(ticket[0])) { in mapTicketId()
644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId()
646 return ticket; in mapTicketId()
651 const std::string ticket = mapTicketId(ticketStr); in add() local
652 if(fTable.find(ticket) == fTable.end()) { in add()
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.cpp614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
636 std::string ticket(ticketStr); in mapTicketId() local
639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId()
641 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId()
642 } else if(::isdigit(ticket[0])) { in mapTicketId()
644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId()
646 return ticket; in mapTicketId()
651 const std::string ticket = mapTicketId(ticketStr); in add() local
652 if(fTable.find(ticket) == fTable.end()) { in add()
[all …]
/third_party/boost/libs/asio/doc/
Dhistory.qbk666 a linker error when using [^g++] 4.6 ([ticket 13121]).
674 platforms ([ticket 12419]).
691 * Suppressed some spurious unused variable warnings issued by [^gcc] ([ticket
696 deprecated function warning on newest macOS SDK ([ticket 12482]).
702 * Added compatibility with OpenSSL 1.1.0 ([ticket 12238]).
704 `connect_condition` returns an end iterator ([ticket 12354]).
706 ([ticket 12115]).
708 to only bind to 127.0.0.1 if `getsockname` reports 0.0.0.0 ([ticket
711 reported at shutdown, for OpenSSL versions >= 1.0.2 and < 1.1.0 ([ticket
723 ([ticket 11539]).
[all …]
/third_party/boost/libs/bimap/doc/
Drelease_notes.qbk26 * Fixed unused parameter name warnings in Boost.Bimap ([@https://svn.boost.org/trac/boost/ticket/74…
30 …kward compatibility) typedefs to map views ([@https://svn.boost.org/trac/boost/ticket/6031 #6031]).
31 * Removed spurious dependency on Boost.Serialization ([@https://svn.boost.org/trac/boost/ticket/386…
32 * Solved unused constructor parameter warning ([@https://svn.boost.org/trac/boost/ticket/5749 #5749…
35 * Fixed custom allocators ([@https://svn.boost.org/trac/boost/ticket/3665 #3665]).
36 * Fixed count() constness ([@https://svn.boost.org/trac/boost/ticket/2484 #2484]).
/third_party/boost/libs/optional/doc/
D91_relnotes.qbk48 * Fixed [@https://svn.boost.org/trac/boost/ticket/12203 Trac #12203].
49 * Fixed [@https://svn.boost.org/trac/boost/ticket/12563 Trac #12563].
54 * Fixed [@https://svn.boost.org/trac/boost/ticket/12179 Trac #12179].
65 * Documented nested typedefs ([@https://svn.boost.org/trac/boost/ticket/5193 Trac #5193]).
66 …structor SFINAE-friendly, which fixes [@https://svn.boost.org/trac/boost/ticket/12002 Trac #12002]…
67 * Fixed [@https://svn.boost.org/trac/boost/ticket/10445 Trac #10445].
72 …inkage (as any other tag). This fixes [@https://svn.boost.org/trac/boost/ticket/11203 Trac #11203].
78 * Fixed [@https://svn.boost.org/trac/boost/ticket/11241 Trac #11241].
83 …using safe-bool idiom. This addresses [@https://svn.boost.org/trac/boost/ticket/10825 Trac #10825].
85 …CES`. This can be used to work around [@https://svn.boost.org/trac/boost/ticket/10399 Trac #10399].
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dticket_bench.cpp29 auto ticket = queue.take(); in BENCHMARK_DEFINE_F() local
30 marl::schedule([ticket] { in BENCHMARK_DEFINE_F()
31 ticket.wait(); in BENCHMARK_DEFINE_F()
32 ticket.done(); in BENCHMARK_DEFINE_F()
Dticket_test.cpp27 auto ticket = queue.take(); in TEST_P() local
28 marl::schedule([ticket, i, &result, &next] { in TEST_P()
29 ticket.wait(); in TEST_P()
31 ticket.done(); in TEST_P()
/third_party/boost/libs/container_hash/doc/
Dchanges.qbk6 [template ticket[number]'''<ulink url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#…
32 * [@http://svn.boost.org/trac/boost/ticket/952 Ticket 952]:
49 * [@http://svn.boost.org/trac/boost/ticket/1064 Ticket 1064]:
54 * [@http://svn.boost.org/trac/boost/ticket/1509 Ticket 1509]:
66 * [@http://svn.boost.org/trac/boost/ticket/2264 Ticket 2264]:
84 * [@https://svn.boost.org/trac/boost/ticket/2412 Ticket 2412]: Removed deprecated
86 * [@https://svn.boost.org/trac/boost/ticket/2957 Ticket 2957]: Fix configuration
103 * [@https://svn.boost.org/trac/boost/ticket/3866 Ticket 3866]:
107 * [@https://svn.boost.org/trac/boost/ticket/4038 Ticket 4038]:
130 * [@http://svn.boost.org/trac/boost/ticket/6771 Ticket 6771]:
[all …]
/third_party/boost/libs/unordered/doc/
Dchanges.qbk6 [template ticket[number]'''<ulink
7 url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#[number]'''</ulink>''']
53 * [@https://svn.boost.org/trac/boost/ticket/2237 Ticket 2237]:
57 * [@https://svn.boost.org/trac/boost/ticket/1710 Ticket 1710]:
72 * [@https://svn.boost.org/trac/boost/ticket/2756 Ticket 2756]: Avoid a warning
77 * [@https://svn.boost.org/trac/boost/ticket/2975 Ticket 2975]: Fix length of
82 * [@https://svn.boost.org/trac/boost/ticket/2975 Ticket 2975]:
85 * [@https://svn.boost.org/trac/boost/ticket/1978 Ticket 1978]:
87 * [@https://svn.boost.org/trac/boost/ticket/2908 Ticket 2908],
88 [@https://svn.boost.org/trac/boost/ticket/3096 Ticket 3096]:
[all …]
/third_party/nghttp2/doc/bash_completion/
Dnghttpx11ticket-key-file --verify-client-cacert --max-response-header-fields --backend-http2-window-size --…

12345678910