From 1b3b1743f5da853a43383fd6a32157537d3a739f Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Tue, 26 Mar 2024 11:43:00 +0000 Subject: [PATCH 1/2] Record size limit support is released, so remove warning about only for testing Signed-off-by: Tom Cosgrove --- include/mbedtls/mbedtls_config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index dfc7b6ec6e..35921412c6 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 From f02c6ef86db0ba8ae23c346c57b920fdceb59213 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Tue, 26 Mar 2024 10:33:06 +0000 Subject: [PATCH 2/2] Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 Signed-off-by: Tom Cosgrove --- include/psa/crypto_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h index 31ea686401..c21bad86cc 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