aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminosgalanakis <30719586+minosgalanakis@users.noreply.github.com>2024-03-26 14:58:02 +0000
committerGitHub <noreply@github.com>2024-03-26 14:58:02 +0000
commit2ca6c285a0dd3f33982dd57299012dacab1ff206 (patch)
tree236a705740939b84ff37d68ae650061dd14c3449
parent7424296082ee19b2cf7a854fe77559edd8c0825d (diff)
parent078f823843ce8cab2447565956f691eb2dbe4006 (diff)
downloadmbedtls-upstream-master.tar.gz
Merge pull request #1215 from Mbed-TLS/mbedtls-3.6.0rc1-prupstream-master
Mbedtls 3.6.0rc1
-rw-r--r--include/mbedtls/mbedtls_config.h3
-rw-r--r--include/psa/crypto_types.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index dfc7b6ec6..35921412c 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -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
diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h
index 31ea68640..c21bad86c 100644
--- a/include/psa/crypto_types.h
+++ b/include/psa/crypto_types.h
@@ -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