- Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion

This commit is contained in:
Paul Bakker 2010-03-17 06:56:01 +00:00
parent 41d13f4af8
commit 27d661657b
3 changed files with 38 additions and 27 deletions

View file

@ -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;
}