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
d75ba40cc3
commit
b1d4eb16e4
11 changed files with 90 additions and 3 deletions
|
|
@ -254,6 +254,8 @@ int x509_get_name( unsigned char **p, const unsigned char *end,
|
|||
x509_name *cur );
|
||||
int x509_get_alg_null( unsigned char **p, const unsigned char *end,
|
||||
x509_buf *alg );
|
||||
int x509_get_alg( unsigned char **p, const unsigned char *end,
|
||||
x509_buf *alg, x509_buf *params );
|
||||
int x509_get_sig( unsigned char **p, const unsigned char *end, x509_buf *sig );
|
||||
int x509_get_sig_alg( const x509_buf *sig_oid, md_type_t *md_alg,
|
||||
pk_type_t *pk_alg );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue