mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Basic parsing of certs signed with RSASSA-PSS
This commit is contained in:
parent
1ebc0c592c
commit
59a75d5b9d
11 changed files with 90 additions and 3 deletions
|
|
@ -99,6 +99,7 @@ typedef enum {
|
|||
POLARSSL_PK_ECKEY_DH,
|
||||
POLARSSL_PK_ECDSA,
|
||||
POLARSSL_PK_RSA_ALT,
|
||||
POLARSSL_PK_RSASSA_PSS,
|
||||
} pk_type_t;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue