mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-11 01:15:06 +00:00
Add generic write_supported-groups_ext
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
b47d0f893e
commit
ba07342cd6
3 changed files with 169 additions and 17 deletions
|
|
@ -191,6 +191,7 @@
|
|||
|
||||
/* Elliptic Curve Groups (ECDHE) */
|
||||
#define MBEDTLS_SSL_IANA_TLS_GROUP_NONE 0
|
||||
#define MBEDTLS_SSL_IANA_TLS_GROUP_SECT163K1 0x0001 /* RFC 4492 */
|
||||
#define MBEDTLS_SSL_IANA_TLS_GROUP_SECP192K1 0x0012
|
||||
#define MBEDTLS_SSL_IANA_TLS_GROUP_SECP192R1 0x0013
|
||||
#define MBEDTLS_SSL_IANA_TLS_GROUP_SECP224K1 0x0014
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue