Lines Matching refs:record

267    * Add support for record size limit extension as defined by RFC 8449
1425 connection identifier in encrypted record headers. Fix #5872.
1429 * Fix record sizes larger than 16384 being sometimes accepted despite being
1680 * Drop support for TLS record-level compression (MBEDTLS_ZLIB_SUPPORT).
1865 CBC record splitting, fallback SCSV, and the ability to configure
2437 * In (D)TLS record decryption, when using a CBC ciphersuites without the
2564 * Fix issue with a detected HW accelerated record error not being exposed
2610 fit into the record buffer. Previously, such extensions were silently
2853 an incoming record is valid, authentic and has not been seen before. This
2981 to the DTLS record header. This identifier can be used to associated an
2982 incoming record with the correct connection data even after the peer has
3301 * Fix a bug in the record decryption routine ssl_decrypt_buf()
3407 * Fix a miscalculation of the maximum record expansion in
3458 previous entry) by using a cache attack targeting the SSL input record
3504 such a message was wrongly reported as an invalid record and therefore lead
3654 * Fix invalid buffer sizes passed to zlib during record compression and
3742 * Deprecate support for record compression (configuration option
3940 * Add size-checks for record and handshake message content, securing
4191 would compare 64 bits of the record counter instead of 48 bits as indicated
4381 datagram if a single record in a datagram is unexpected, instead only
4382 drop the record and look at subsequent records (if any are present) in
4858 * Support for 1/n-1 record splitting, a countermeasure against BEAST.