commit | 9120018f3df6563920b1cafc60146e795d998818 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 18 21:26:15 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 18 21:26:15 2010 +0000 |
tree | e2458ae7eb6061291a45a9579ba5bc1cee45feca | |
parent | 9caf2d2d38835cf3d53954d4ce64dea09b9f12d0 [diff] |
- Added support for GeneralizedTime in X509 certificates
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index fbb1b67..808f6de 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h
@@ -92,6 +92,7 @@ #define ASN1_T61_STRING 0x14 #define ASN1_IA5_STRING 0x16 #define ASN1_UTC_TIME 0x17 +#define ASN1_GENERALIZED_TIME 0x18 #define ASN1_UNIVERSAL_STRING 0x1C #define ASN1_BMP_STRING 0x1E #define ASN1_PRIMITIVE 0x00