Skip to content

Commit

Permalink
Merge pull request #1215 from Mbed-TLS/mbedtls-3.6.0rc1-pr
Browse files Browse the repository at this point in the history
Mbedtls 3.6.0rc1
  • Loading branch information
minosgalanakis authored Mar 26, 2024
2 parents 7424296 + 078f823 commit 2ca6c28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions include/mbedtls/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1744,9 +1744,6 @@
*
* Enable support for RFC 8449 record_size_limit extension in SSL (TLS 1.3 only).
*
* \warning This extension is currently in development and must NOT be used except
* for testing purposes.
*
* Requires: MBEDTLS_SSL_PROTO_TLS1_3
*
* Uncomment this macro to enable support for the record_size_limit extension
Expand Down
2 changes: 1 addition & 1 deletion include/psa/crypto_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ typedef uint16_t psa_key_derivation_step_t;
* - \c flags: must be 0.
* - \c data: the public exponent, in little-endian order.
* This must be an odd integer and must not be 1.
* Implementations must support 65535, should support 3 and may
* Implementations must support 65537, should support 3 and may
* support other values.
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
* If this is empty or if the custom production parameters are omitted
Expand Down

0 comments on commit 2ca6c28

Please sign in to comment.