File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1744
1744
*
1745
1745
* Enable support for RFC 8449 record_size_limit extension in SSL (TLS 1.3 only).
1746
1746
*
1747
- * \warning This extension is currently in development and must NOT be used except
1748
- * for testing purposes.
1749
- *
1750
1747
* Requires: MBEDTLS_SSL_PROTO_TLS1_3
1751
1748
*
1752
1749
* Uncomment this macro to enable support for the record_size_limit extension
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ typedef uint16_t psa_key_derivation_step_t;
469
469
* - \c flags: must be 0.
470
470
* - \c data: the public exponent, in little-endian order.
471
471
* 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
473
473
* support other values.
474
474
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
475
475
* If this is empty or if the custom production parameters are omitted
You can’t perform that action at this time.
0 commit comments