mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Basic parsing of certs signed with RSASSA-PSS
This commit is contained in:
parent
d75ba40cc3
commit
b1d4eb16e4
11 changed files with 90 additions and 3 deletions
|
|
@ -327,6 +327,10 @@ static const oid_sig_alg_t oid_sig_alg[] =
|
|||
{ ADD_LEN( OID_ECDSA_SHA512 ), "ecdsa-with-SHA512", "ECDSA with SHA512" },
|
||||
POLARSSL_MD_SHA512, POLARSSL_PK_ECDSA,
|
||||
},
|
||||
{
|
||||
{ ADD_LEN( OID_RSASSA_PSS ), "RSASSA-PSS", "RSASSA-PSS" },
|
||||
POLARSSL_MD_NONE, POLARSSL_PK_RSASSA_PSS,
|
||||
},
|
||||
{
|
||||
{ NULL, 0, NULL, NULL },
|
||||
0, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue