]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
ASN.1: Define tag value for TIME
authorJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 21:15:02 +0000 (23:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 21:15:55 +0000 (23:15 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/asn1.h

index d64b74c1ba7732b396dc0ef52b4cfb5d9d26ddae..3d291617af6be36f2d8ba084723b109fbebefd3c 100644 (file)
@@ -23,6 +23,7 @@
 #define ASN1_TAG_EMBEDDED_PDV  0x0B /* not yet parsed */
 #define ASN1_TAG_UTF8STRING    0x0C /* not yet parsed */
 #define ANS1_TAG_RELATIVE_OID  0x0D
+#define ASN1_TAG_TIME          0x0E
 #define ASN1_TAG_SEQUENCE      0x10 /* shall be constructed */
 #define ASN1_TAG_SET           0x11
 #define ASN1_TAG_NUMERICSTRING 0x12 /* not yet parsed */