mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion
This commit is contained in:
parent
41d13f4af8
commit
27d661657b
3 changed files with 38 additions and 27 deletions
|
|
@ -180,6 +180,7 @@ typedef struct _x509_cert
|
|||
|
||||
x509_buf sig_oid2;
|
||||
x509_buf sig;
|
||||
int sig_alg;
|
||||
|
||||
struct _x509_cert *next;
|
||||
}
|
||||
|
|
@ -220,6 +221,7 @@ typedef struct _x509_crl
|
|||
|
||||
x509_buf sig_oid2;
|
||||
x509_buf sig;
|
||||
int sig_alg;
|
||||
|
||||
struct _x509_crl *next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue