Lines Matching refs:ticket
578 * Switch to milliseconds as the unit for ticket creation and reception time
690 function, needed for TLS 1.3 ticket lifetimes. Alternative implementations
1087 * In TLS 1.3, when using a ticket for session resumption, tweak its age
1089 ticket timestamps (typically timestamps in milliseconds) compared to the
1090 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller
1092 reject the ticket. Fix #6623.
1251 The pre-shared keys can be provisioned externally or via the ticket
1253 The ticket mechanism is supported when the configuration option
1424 * Add mbedtls_ssl_ticket_rotate() for external ticket rotation.
3290 the peer CRT chain and session ticket twice.
3360 * Fix an unsafe bounds check when restoring an SSL session from a ticket.
3361 This could lead to a buffer overflow, but only in case ticket authentication
3490 * Fix a bug in the update function for SSL ticket keys which previously
4630 overflow of the hostname or session ticket. Found by Guido Vranken,
5349 send() would return an EAGAIN error when sending the ticket.
5352 * ssl_srv was leaking memory when client presented a timed out ticket
5874 to not match CN if subjectAltName extension is present (Closes ticket #56)
5889 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
5890 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5956 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5976 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
5996 (Closes ticket #47, found by Hugo Leisink)
5997 * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
6008 (Closes ticket #36)
6010 introspection functions (Closes ticket #40)
6019 encryption and private key for decryption. (Closes ticket #34)
6026 parity bits, to prevent mistakes in copying data. (Closes ticket #33)
6032 management (Closes ticket #44)
6045 ticket #37)
6049 standard 1 byte version sometimes used by Microsoft. (Closes ticket #38)
6051 smaller than the hash length. (Closes ticket #41)
6112 with random data (Fixed ticket #10)
6123 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
6125 * Fixed bug in ssl_write() when flushing old data (Fixed ticket
6134 are now supported as well (Fixes ticket #5)
6140 ticket #13). Also possible to remove PEM support for
6152 to negotiate anonymous connection (Fixes ticket #12,