Lines Matching refs:session

127    * Add new accessors to expose the private session-id,
128 session-id length, and ciphersuite-id members of
218 * Fix missing bitflags in SSL session serialization headers. Their absence
653 its session id.
699 * In TLS 1.3, when using a ticket for session resumption, tweak its age
753 * Fix TLS 1.3 session resumption when the established pre-shared key is
755 session where the cipher suite is TLS_AES_256_GCM_SHA384.
864 mechanism (session resumption).
893 calculation that can be used to derive the session secret in TLS 1.2,
960 * Fix TLS 1.3 session resumption. Fixes #6488.
1127 an invalid session id length.
1228 on DTLS 1.2 session resumption. After DTLS 1.2 session resumption with
1351 and mbedtls_ssl_free() would cause an internal session buffer to
1526 * The getter and setter API of the SSL session cache (used for
1527 session-ID based session resumption) has changed to that of
1528 a key-value store with keys being session IDs and values
2654 mbedtls_ssl_session_load() to allow serializing a session, for example to
2655 store it in non-volatile storage, and later using it for TLS session
2901 * Reduce RAM consumption during session renegotiation by not storing
2902 the peer CRT chain and session ticket twice.
2972 * Fix an unsafe bounds check when restoring an SSL session from a ticket.
3129 * Add tests for session resumption in DTLS.
3206 and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
3317 deep copy of the session, and the peer certificate is not lost. Fixes #926.
3528 resumption of the session).
4039 with RFC-5116 and could lead to session key recovery in very long TLS
4242 overflow of the hostname or session ticket. Found by Guido Vranken,
4367 * New server-side implementation of session tickets that rotate keys to
4415 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.
4656 * Add support for Extended Master Secret (draft-ietf-tls-session-hash).
4960 * Fixed bug with session tickets and non-blocking I/O in the unlikely case
5097 * Support for session tickets (RFC 5077)
5311 * Fixed potential memory leak when failing to resume a session
5371 * Fixed memory leak in ssl_free() and ssl_reset() for active session
5386 * The SSL session cache module (ssl_cache) now also retains peer_cert
5475 * Added simple SSL session cache implementation
5490 * Revamped session resumption handling
5519 * Fixed potential memory leak when failing to resume a session
5963 * Fixed ssl_parse_client_hello(): session id and challenge must
6060 * Implemented session resuming and client authentication