mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 17:25:38 +00:00
Introduce config option for experimental TLS 1.3 specific features
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
14b8b3cd51
commit
9fc15ea4cc
|
@ -1706,6 +1706,22 @@
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_PROTO_TLS1_2
|
#define MBEDTLS_SSL_PROTO_TLS1_2
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \def MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
||||||
|
*
|
||||||
|
* This is an experimental macro used to selectively enable parts
|
||||||
|
* of the code that solely contribute to the ongoing development of
|
||||||
|
* a prototype implementation for TLS 1.3 and DTLS 1.3 but aren't
|
||||||
|
* used otherwise.
|
||||||
|
*
|
||||||
|
* \warning Features under the control of this macro are experimental
|
||||||
|
* and don't come with any stability guarantees.
|
||||||
|
*
|
||||||
|
* Uncomment this macro to enable experimental and partial
|
||||||
|
* functionality specific to TLS 1.3.
|
||||||
|
*/
|
||||||
|
#define MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_PROTO_DTLS
|
* \def MBEDTLS_SSL_PROTO_DTLS
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue