summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-08 13:31:34 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-08 13:31:37 +0200
commitdc1b2b4bcea4592f4d2042220ee87c894d28482c (patch)
treeb90c4e07d38c6c8a72693e9e1d659d122cb641b2
parentd9fbb6f80abd9680e0812e5808a0637583889c85 (diff)
downloadlibtasn1-dc1b2b4bcea4592f4d2042220ee87c894d28482c.tar.gz
tests: corrected byKey definition
OCSP is defined in an EXPLICIT tags module, and as such we must tag explicitly all of its tags.
-rw-r--r--tests/pkix.asn2
1 files changed, 1 insertions, 1 deletions
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 {