Add back SIZE limitations.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21396 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -169,7 +169,7 @@ Extension ::= SEQUENCE {
|
||||
extnValue OCTET STRING
|
||||
}
|
||||
|
||||
Extensions ::= SEQUENCE OF Extension -- SIZE (1..MAX)
|
||||
Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
|
||||
|
||||
TBSCertificate ::= SEQUENCE {
|
||||
version [0] Version OPTIONAL, -- EXPLICIT nnn DEFAULT 1,
|
||||
@@ -232,7 +232,7 @@ GeneralName ::= CHOICE {
|
||||
registeredID [8] IMPLICIT OBJECT IDENTIFIER
|
||||
}
|
||||
|
||||
GeneralNames ::= SEQUENCE -- SIZE (1..MAX) -- OF GeneralName
|
||||
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
|
||||
|
||||
id-x509-ce-keyUsage OBJECT IDENTIFIER ::= { id-x509-ce 15 }
|
||||
|
||||
@@ -320,7 +320,7 @@ DistributionPointReasonFlags ::= BIT STRING {
|
||||
}
|
||||
|
||||
DistributionPointName ::= CHOICE {
|
||||
fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE -- SIZE (1..MAX) -- OF GeneralName,
|
||||
fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
|
||||
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
|
||||
}
|
||||
|
||||
@@ -330,7 +330,7 @@ DistributionPoint ::= SEQUENCE {
|
||||
cRLIssuer [2] IMPLICIT heim_any -- GeneralNames -- OPTIONAL
|
||||
}
|
||||
|
||||
CRLDistributionPoints ::= SEQUENCE -- SIZE (1..MAX) -- OF DistributionPoint
|
||||
CRLDistributionPoints ::= SEQUENCE SIZE (1..MAX) OF DistributionPoint
|
||||
|
||||
|
||||
-- rfc3279
|
||||
@@ -458,7 +458,7 @@ AccessDescription ::= SEQUENCE {
|
||||
accessLocation GeneralName
|
||||
}
|
||||
|
||||
AuthorityInfoAccessSyntax ::= SEQUENCE -- SIZE (1..MAX) -- OF AccessDescription
|
||||
AuthorityInfoAccessSyntax ::= SEQUENCE SIZE (1..MAX) OF AccessDescription
|
||||
|
||||
-- RFC 3820 Proxy Certificate Profile
|
||||
|
||||
|
Reference in New Issue
Block a user