mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Make oid_get_pk_alg handle EC algorithms
This commit is contained in:
parent
dffba8f63e
commit
5a9b82e234
4 changed files with 30 additions and 2 deletions
|
|
@ -38,6 +38,8 @@ typedef enum {
|
|||
POLARSSL_PK_NONE=0,
|
||||
POLARSSL_PK_RSA,
|
||||
POLARSSL_PK_ECDSA,
|
||||
POLARSSL_PK_ECKEY,
|
||||
POLARSSL_PK_ECKEY_DH,
|
||||
} pk_type_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue