mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Merge pull request #1215 from Mbed-TLS/mbedtls-3.6.0rc1-pr
Mbedtls 3.6.0rc1
This commit is contained in:
commit
2ca6c285a0
@ -1744,9 +1744,6 @@
|
|||||||
*
|
*
|
||||||
* Enable support for RFC 8449 record_size_limit extension in SSL (TLS 1.3 only).
|
* 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
|
* Requires: MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
*
|
*
|
||||||
* Uncomment this macro to enable support for the record_size_limit extension
|
* Uncomment this macro to enable support for the record_size_limit extension
|
||||||
|
@ -469,7 +469,7 @@ typedef uint16_t psa_key_derivation_step_t;
|
|||||||
* - \c flags: must be 0.
|
* - \c flags: must be 0.
|
||||||
* - \c data: the public exponent, in little-endian order.
|
* - \c data: the public exponent, in little-endian order.
|
||||||
* This must be an odd integer and must not be 1.
|
* 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.
|
* support other values.
|
||||||
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
|
* 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
|
* If this is empty or if the custom production parameters are omitted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user