mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -22,18 +22,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
|
#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
||||||
|
|
||||||
#undef MBEDTLS_SSL_ENCRYPT_THEN_MAC
|
#undef MBEDTLS_SSL_ENCRYPT_THEN_MAC
|
||||||
#undef MBEDTLS_SSL_EXTENDED_MASTER_SECRET
|
#undef MBEDTLS_SSL_EXTENDED_MASTER_SECRET
|
||||||
#undef MBEDTLS_SSL_PROTO_TLS1_2
|
#undef MBEDTLS_SSL_PROTO_TLS1_2
|
||||||
|
|
||||||
#if !defined(MBEDTLS_SSL_PROTO_TLS1_3)
|
|
||||||
#define MBEDTLS_SSL_PROTO_TLS1_3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE)
|
|
||||||
#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef MBEDTLS_SSL_PROTO_DTLS
|
#undef MBEDTLS_SSL_PROTO_DTLS
|
||||||
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
||||||
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
||||||
|
Reference in New Issue
Block a user