some of the structure are in the IMPLICIT TAGS module, adapt

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15691 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-21 10:20:16 +00:00
parent 5c6eeaa14d
commit ad8050e056

View File

@@ -161,15 +161,15 @@ OtherName ::= SEQUENCE {
} }
GeneralName ::= CHOICE { GeneralName ::= CHOICE {
otherName [0] OtherName, otherName [0] IMPLICIT OtherName,
rfc822Name [1] IA5String, rfc822Name [1] IMPLICIT IA5String,
dNSName [2] IA5String, dNSName [2] IMPLICIT IA5String,
-- x400Address [3] ORAddress,-- -- x400Address [3] IMPLICIT ORAddress,--
directoryName [4] Name, directoryName [4] IMPLICIT Name,
-- ediPartyName [5] EDIPartyName, -- -- ediPartyName [5] IMPLICIT EDIPartyName, --
uniformResourceIdentifier [6] IA5String, uniformResourceIdentifier [6] IMPLICIT IA5String,
iPAddress [7] OCTET STRING, iPAddress [7] IMPLICIT OCTET STRING,
registeredID [8] OBJECT IDENTIFIER registeredID [8] IMPLICIT OBJECT IDENTIFIER
} }
GeneralNames ::= SEQUENCE -- SIZE (1..MAX) -- OF GeneralName GeneralNames ::= SEQUENCE -- SIZE (1..MAX) -- OF GeneralName
@@ -215,15 +215,15 @@ BaseDistance ::= INTEGER -- (0..MAX) --
GeneralSubtree ::= SEQUENCE { GeneralSubtree ::= SEQUENCE {
base GeneralName, base GeneralName,
minimum [0] BaseDistance OPTIONAL -- DEFAULT 0 --, minimum [0] IMPLICIT BaseDistance OPTIONAL -- DEFAULT 0 --,
maximum [1] BaseDistance OPTIONAL maximum [1] IMPLICIT BaseDistance OPTIONAL
} }
GeneralSubtrees ::= SEQUENCE -- SIZE (1..MAX) -- OF GeneralSubtree GeneralSubtrees ::= SEQUENCE -- SIZE (1..MAX) -- OF GeneralSubtree
NameConstraints ::= SEQUENCE { NameConstraints ::= SEQUENCE {
permittedSubtrees [0] GeneralSubtrees OPTIONAL, permittedSubtrees [0] IMPLICIT GeneralSubtrees OPTIONAL,
excludedSubtrees [1] GeneralSubtrees OPTIONAL excludedSubtrees [1] IMPLICIT GeneralSubtrees OPTIONAL
} }
id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 } id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 }