mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-10 00:45:40 +00:00
Enable new configs in baremetal config
Enable MBEDTLS_SSL_SESSION_CACHE and MBEDTLS_SESSION_RESUMPTION in baremetal config.
This commit is contained in:
parent
59bd12bf14
commit
085e8a507e
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@
|
|||
#define MBEDTLS_SSL_TLS_C
|
||||
#define MBEDTLS_SSL_PROTO_TLS1_2
|
||||
#define MBEDTLS_SSL_EXTENDED_MASTER_SECRET
|
||||
#define MBEDTLS_SSL_SESSION_CACHE
|
||||
#define MBEDTLS_SSL_SESSION_RESUMPTION
|
||||
#define MBEDTLS_SSL_COOKIE_C
|
||||
#define MBEDTLS_SSL_PROTO_DTLS
|
||||
#define MBEDTLS_SSL_PROTO_NO_TLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue