From 429f725d9b9ac49e27310040661c9f8db81e8e96 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 13 Mar 2021 23:15:02 +0200 Subject: [PATCH] ASN.1: Define tag value for TIME Signed-off-by: Jouni Malinen --- src/tls/asn1.h | 1 + 1 file changed, 1 insertion(+) 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 */