Lines Matching refs:ticket

385    * Switch to milliseconds as the unit for ticket creation and reception time
497 function, needed for TLS 1.3 ticket lifetimes. Alternative implementations
894 * In TLS 1.3, when using a ticket for session resumption, tweak its age
896 ticket timestamps (typically timestamps in milliseconds) compared to the
897 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller
899 reject the ticket. Fix #6623.
1058 The pre-shared keys can be provisioned externally or via the ticket
1060 The ticket mechanism is supported when the configuration option
1231 * Add mbedtls_ssl_ticket_rotate() for external ticket rotation.
3097 the peer CRT chain and session ticket twice.
3167 * Fix an unsafe bounds check when restoring an SSL session from a ticket.
3168 This could lead to a buffer overflow, but only in case ticket authentication
3297 * Fix a bug in the update function for SSL ticket keys which previously
4437 overflow of the hostname or session ticket. Found by Guido Vranken,
5156 send() would return an EAGAIN error when sending the ticket.
5159 * ssl_srv was leaking memory when client presented a timed out ticket
5681 to not match CN if subjectAltName extension is present (Closes ticket #56)
5696 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
5697 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5763 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5783 * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
5803 (Closes ticket #47, found by Hugo Leisink)
5804 * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
5815 (Closes ticket #36)
5817 introspection functions (Closes ticket #40)
5826 encryption and private key for decryption. (Closes ticket #34)
5833 parity bits, to prevent mistakes in copying data. (Closes ticket #33)
5839 management (Closes ticket #44)
5852 ticket #37)
5856 standard 1 byte version sometimes used by Microsoft. (Closes ticket #38)
5858 smaller than the hash length. (Closes ticket #41)
5919 with random data (Fixed ticket #10)
5930 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
5932 * Fixed bug in ssl_write() when flushing old data (Fixed ticket
5941 are now supported as well (Fixes ticket #5)
5947 ticket #13). Also possible to remove PEM support for
5959 to negotiate anonymous connection (Fixes ticket #12,