From: Jouni Malinen Date: Sat, 13 Mar 2021 21:15:02 +0000 (+0200) Subject: ASN.1: Define tag value for TIME X-Git-Tag: hostap_2_10~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429f725d9b9ac49e27310040661c9f8db81e8e96;p=thirdparty%2Fhostap.git ASN.1: Define tag value for TIME Signed-off-by: Jouni Malinen --- diff --git a/src/tls/asn1.h b/src/tls/asn1.h index d64b74c1b..3d291617a 100644 --- a/src/tls/asn1.h +++ b/src/tls/asn1.h @@ -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 */