Lines Matching refs:ticket

621    * Switch to milliseconds as the unit for ticket creation and reception time
733 function, needed for TLS 1.3 ticket lifetimes. Alternative implementations
1130 * In TLS 1.3, when using a ticket for session resumption, tweak its age
1132 ticket timestamps (typically timestamps in milliseconds) compared to the
1133 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller
1135 reject the ticket. Fix #6623.
1294 The pre-shared keys can be provisioned externally or via the ticket
1296 The ticket mechanism is supported when the configuration option
1467 * Add mbedtls_ssl_ticket_rotate() for external ticket rotation.
3333 the peer CRT chain and session ticket twice.
3403 * Fix an unsafe bounds check when restoring an SSL session from a ticket.
3404 This could lead to a buffer overflow, but only in case ticket authentication
3533 * Fix a bug in the update function for SSL ticket keys which previously
4673 overflow of the hostname or session ticket. Found by Guido Vranken,
5392 send() would return an EAGAIN error when sending the ticket.
5395 * ssl_srv was leaking memory when client presented a timed out ticket
5917 to not match CN if subjectAltName extension is present (Closes ticket #56)
5932 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
5933 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5999 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
6019 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
6039 (Closes ticket #47, found by Hugo Leisink)
6040 * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
6051 (Closes ticket #36)
6053 introspection functions (Closes ticket #40)
6062 encryption and private key for decryption. (Closes ticket #34)
6069 parity bits, to prevent mistakes in copying data. (Closes ticket #33)
6075 management (Closes ticket #44)
6088 ticket #37)
6092 standard 1 byte version sometimes used by Microsoft. (Closes ticket #38)
6094 smaller than the hash length. (Closes ticket #41)
6155 with random data (Fixed ticket #10)
6166 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
6168 * Fixed bug in ssl_write() when flushing old data (Fixed ticket
6177 are now supported as well (Fixes ticket #5)
6183 ticket #13). Also possible to remove PEM support for
6195 to negotiate anonymous connection (Fixes ticket #12,