diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-26 21:59:01 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-26 21:59:01 +0000 |
commit | 0dda86b26070c2ded6e9d8ae985539292146c7a4 (patch) | |
tree | 77c0b899cf3f1972e38472c8a2139739df8092b9 /lib/pkix.asn | |
parent | 0c2575a5727ddf32aa597ad1de52941161d9ca90 (diff) | |
download | gnutls-0dda86b26070c2ded6e9d8ae985539292146c7a4.tar.gz |
some cleanups.
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r-- | lib/pkix.asn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn index b11e54da87..8933e7ae2d 100644 --- a/lib/pkix.asn +++ b/lib/pkix.asn @@ -1028,6 +1028,7 @@ pkcs-9-challengePassword ::= CHOICE { printableString PrintableString (SIZE (1..pkcs-9-ub-challengePassword)), utf8String UTF8String (SIZE (1..pkcs-9-ub-challengePassword)) } +pkcs-9-localKeyId ::= OCTET STRING -- PKCS #8 stuff @@ -1162,7 +1163,7 @@ pkcs-12-CRLBag ::= SEQUENCE { -- {OCTET STRING IDENTIFIED BY {pkcs-9-crlTypes 1}} -- DER-encoded X.509 CRL stored in OCTET STRING -pkcs-12-PKCS12Attribute ::= ANY +pkcs-12-PKCS12Attribute ::= Attribute -- PKCS #7 stuff (needed in PKCS 12) |