summaryrefslogtreecommitdiff
path: root/lib/pkix.asn
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 10:24:05 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 11:36:02 +0200
commite5d851f302b5ec1d1bfbfe7637225334f3f30895 (patch)
tree8f1e78eb4156105a6fe43e4d6bf4ed28fe2b3b47 /lib/pkix.asn
parent8088df5425a68642e70ea41d299e7c915a463056 (diff)
downloadgnutls-e5d851f302b5ec1d1bfbfe7637225334f3f30895.tar.gz
Added code to parse and set PKCS #7 attributes
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r--lib/pkix.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn
index 41ad3ce651..05e3b23041 100644
--- a/lib/pkix.asn
+++ b/lib/pkix.asn
@@ -378,7 +378,7 @@ pkcs-7-SignerInfo ::= SEQUENCE {
signedAttrs [0] IMPLICIT SignedAttributes OPTIONAL,
signatureAlgorithm AlgorithmIdentifier,
signature OCTET STRING,
- unsignedAttrs [1] IMPLICIT ANY OPTIONAL }
+ unsignedAttrs [1] IMPLICIT SignedAttributes OPTIONAL }
SignedAttributes ::= SET SIZE (1..MAX) OF Attribute