- Corrected parsing of UTCTime dates before 1990 and after 1950

- Support more exotic OID's when parsing certificates
 - Support more exotic name representations when parsing certificates
 - Replaced the expired test certificates
This commit is contained in:
Paul Bakker 2011-02-20 10:40:16 +00:00
parent a9507c063b
commit 400ff6f0fd
72 changed files with 2227 additions and 2638 deletions

View file

@ -149,7 +149,8 @@
#define OID_PKCS1 "\x2A\x86\x48\x86\xF7\x0D\x01\x01"
#define OID_PKCS1_RSA OID_PKCS1 "\x01"
#define OID_PKCS1_RSA_SHA OID_PKCS1 "\x05"
#define OID_RSA_SHA_OBS "\x2B\x0E\x03\x02\x1D"
#define OID_PKCS9 "\x2A\x86\x48\x86\xF7\x0D\x01\x09"
#define OID_PKCS9_EMAIL OID_PKCS9 "\x01"