Skip to content

Commit 2ca6c28

Browse files
Merge pull request #1215 from Mbed-TLS/mbedtls-3.6.0rc1-pr
Mbedtls 3.6.0rc1
2 parents 7424296 + 078f823 commit 2ca6c28

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

include/mbedtls/mbedtls_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,9 +1744,6 @@
17441744
*
17451745
* Enable support for RFC 8449 record_size_limit extension in SSL (TLS 1.3 only).
17461746
*
1747-
* \warning This extension is currently in development and must NOT be used except
1748-
* for testing purposes.
1749-
*
17501747
* Requires: MBEDTLS_SSL_PROTO_TLS1_3
17511748
*
17521749
* Uncomment this macro to enable support for the record_size_limit extension

include/psa/crypto_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ typedef uint16_t psa_key_derivation_step_t;
469469
* - \c flags: must be 0.
470470
* - \c data: the public exponent, in little-endian order.
471471
* This must be an odd integer and must not be 1.
472-
* Implementations must support 65535, should support 3 and may
472+
* Implementations must support 65537, should support 3 and may
473473
* support other values.
474474
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
475475
* If this is empty or if the custom production parameters are omitted

0 commit comments

Comments
 (0)