From dc1b2b4bcea4592f4d2042220ee87c894d28482c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 8 Apr 2016 13:31:34 +0200 Subject: tests: corrected byKey definition OCSP is defined in an EXPLICIT tags module, and as such we must tag explicitly all of its tags. --- tests/pkix.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkix.asn b/tests/pkix.asn index 7ce8abe..f5dc6b9 100644 --- a/tests/pkix.asn +++ b/tests/pkix.asn @@ -1256,7 +1256,7 @@ ResponseData ::= SEQUENCE { ResponderID ::= CHOICE { -- Changed to work with the libtasn1 parser. byName [1] EXPLICIT RDNSequence, --Name - byKey [2] OCTET STRING --SHA-1 hash of responder's public key + byKey [2] EXPLICIT OCTET STRING --SHA-1 hash of responder's public key } CertID ::= SEQUENCE { -- cgit v1.2.1