Skip to content

Commit

Permalink
[nrf fromlist] Removed trailing whitespaces.
Browse files Browse the repository at this point in the history
Upstream PR: Mbed-TLS/mbedtls#5061

Jira: NCSDK-16493

Signed-off-by: Pete Skeggs <peter.skeggs@nordicsemi.no>
  • Loading branch information
Hannes Tschofenig authored and plskeggs committed Aug 17, 2022
1 parent 07a4aee commit 3e1fa4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/ssl_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int ssl_parse_inner_plaintext( unsigned char const *content,
* size = 13 + 1 + CID-length
*
* More information about the CID usage:
*
*
* Per Section 5.3 of draft-ietf-tls-dtls-connection-id-05 the
* size of the additional data structure is calculated as:
*
Expand All @@ -415,7 +415,7 @@ static int ssl_parse_inner_plaintext( unsigned char const *content,
* 2: length_of_DTLSInnerPlaintext
*
* Per RFC 9146 the size of the add_data structure is calculated as:
*
*
* additional_data =
* 8: seq_num_placeholder +
* 1: tls12_cid +
Expand All @@ -441,7 +441,7 @@ static void ssl_extract_add_data_from_record( unsigned char* add_data,
* This implementations also considers the use of a legacy version of the
* CID specification published in draft-ietf-tls-dtls-connection-id-05,
* which is used in deployments.
*
*
* We will distinguish between the non-CID and the CID cases below.
*
* --- Non-CID cases ---
Expand Down

0 comments on commit 3e1fa4e

Please sign in to comment.