mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Add note on inner plaintext parsing to ssl_transform documentation
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
581bc1b908
commit
7d343ecf06
@ -554,6 +554,10 @@ typedef struct mbedtls_ssl_hs_buffer mbedtls_ssl_hs_buffer;
|
|||||||
* time with the 8-byte record sequence number, without prepending the
|
* time with the 8-byte record sequence number, without prepending the
|
||||||
* latter to the encrypted record.
|
* latter to the encrypted record.
|
||||||
*
|
*
|
||||||
|
* Additionally, DTLS 1.2 + CID as well as TLS 1.3 use an inner plaintext
|
||||||
|
* which allows to add flexible length padding and to hide a record's true
|
||||||
|
* content type.
|
||||||
|
*
|
||||||
* In addition to type and version, the following parameters are relevant:
|
* In addition to type and version, the following parameters are relevant:
|
||||||
* - The symmetric cipher algorithm to be used.
|
* - The symmetric cipher algorithm to be used.
|
||||||
* - The (static) encryption/decryption keys for the cipher.
|
* - The (static) encryption/decryption keys for the cipher.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user