diff options
author | Simon Warta <[email protected]> | 2015-08-08 18:54:48 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-08-11 10:50:14 +0200 |
commit | 3b0ab51f41325a20ba0b8113418d9d916d8e2857 (patch) | |
tree | 05ffa5624f8aff7d1df750aa3d8416414a1b84e9 /src/lib/asn1/asn1_obj.h | |
parent | ee415570876d8d91e99bab7dc7a14209419a93af (diff) |
Sometimes we don't know the input format. But it is one of two
Diffstat (limited to 'src/lib/asn1/asn1_obj.h')
-rw-r--r-- | src/lib/asn1/asn1_obj.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/asn1/asn1_obj.h b/src/lib/asn1/asn1_obj.h index 46707e23a..f68ef675e 100644 --- a/src/lib/asn1/asn1_obj.h +++ b/src/lib/asn1/asn1_obj.h @@ -47,8 +47,9 @@ enum ASN1_Tag { VISIBLE_STRING = 0x1A, BMP_STRING = 0x1E, - UTC_TIME = 0x17, - GENERALIZED_TIME = 0x18, + UTC_TIME = 0x17, + GENERALIZED_TIME = 0x18, + UTC_OR_GENERALIZED_TIME = 0x19, NO_OBJECT = 0xFF00, DIRECTORY_STRING = 0xFF01 |