Commit much improved ASN.1 compiler from joda-choice-branch.
Highlighs for the compiler is support for CHOICE and in general better support for tags. This compiler support most of what is needed for PK-INIT, LDAP, X.509, PKCS-12 and many other protocols. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15617 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
22
lib/asn1/pkcs9.asn1
Normal file
22
lib/asn1/pkcs9.asn1
Normal file
@@ -0,0 +1,22 @@
|
||||
-- $Id$ --
|
||||
|
||||
PKCS9 DEFINITIONS ::=
|
||||
|
||||
BEGIN
|
||||
|
||||
-- The PFX PDU
|
||||
|
||||
id-pkcs-9 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840)
|
||||
rsadsi(113549) pkcs(1) pkcs-9(9) }
|
||||
|
||||
id-pkcs-9-at-friendlyName OBJECT IDENTIFIER ::= {id-pkcs-9 20}
|
||||
id-pkcs-9-at-localKeyId OBJECT IDENTIFIER ::= {id-pkcs-9 21}
|
||||
id-pkcs-9-at-certTypes OBJECT IDENTIFIER ::= {id-pkcs-9 22}
|
||||
id-pkcs-9-at-certTypes-x509 OBJECT IDENTIFIER ::= {id-pkcs-9-at-certTypes 1}
|
||||
|
||||
PKCS9-BMPString ::= BMPString
|
||||
|
||||
PKCS9-friendlyName ::= SET OF PKCS9-BMPString
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user