Lines Matching refs:session
113 * Fix TLS 1.3 client build and runtime when support for session tickets is
321 * Add new accessors to expose the private session-id,
322 session-id length, and ciphersuite-id members of
413 * Fix missing bitflags in SSL session serialization headers. Their absence
848 its session id.
894 * In TLS 1.3, when using a ticket for session resumption, tweak its age
948 * Fix TLS 1.3 session resumption when the established pre-shared key is
950 session where the cipher suite is TLS_AES_256_GCM_SHA384.
1059 mechanism (session resumption).
1088 calculation that can be used to derive the session secret in TLS 1.2,
1155 * Fix TLS 1.3 session resumption. Fixes #6488.
1322 an invalid session id length.
1423 on DTLS 1.2 session resumption. After DTLS 1.2 session resumption with
1546 and mbedtls_ssl_free() would cause an internal session buffer to
1721 * The getter and setter API of the SSL session cache (used for
1722 session-ID based session resumption) has changed to that of
1723 a key-value store with keys being session IDs and values
2849 mbedtls_ssl_session_load() to allow serializing a session, for example to
2850 store it in non-volatile storage, and later using it for TLS session
3096 * Reduce RAM consumption during session renegotiation by not storing
3097 the peer CRT chain and session ticket twice.
3167 * Fix an unsafe bounds check when restoring an SSL session from a ticket.
3324 * Add tests for session resumption in DTLS.
3401 and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
3512 deep copy of the session, and the peer certificate is not lost. Fixes #926.
3723 resumption of the session).
4234 with RFC-5116 and could lead to session key recovery in very long TLS
4437 overflow of the hostname or session ticket. Found by Guido Vranken,
4562 * New server-side implementation of session tickets that rotate keys to
4610 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.
4851 * Add support for Extended Master Secret (draft-ietf-tls-session-hash).
5155 * Fixed bug with session tickets and non-blocking I/O in the unlikely case
5292 * Support for session tickets (RFC 5077)
5506 * Fixed potential memory leak when failing to resume a session
5566 * Fixed memory leak in ssl_free() and ssl_reset() for active session
5581 * The SSL session cache module (ssl_cache) now also retains peer_cert
5670 * Added simple SSL session cache implementation
5685 * Revamped session resumption handling
5714 * Fixed potential memory leak when failing to resume a session
6158 * Fixed ssl_parse_client_hello(): session id and challenge must
6255 * Implemented session resuming and client authentication