[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IETF-PKIX] More asn1 bugs in Certificate and CRL profile



Policy Constraints is =>

PolicyConstraints ::= SEQUENCE SIZE (1..MAX) OF SEQUENCE {
  requireExplicitPolicy         [0] SkipCerts OPTIONAL,
  inhibitPolicyMapping          [1] SkipCerts OPTIONAL
}

it should be =>

PolicyConstraints ::= SEQUENCE {
  requireExplicitPolicy         [0] SkipCerts OPTIONAL,
  inhibitPolicyMapping          [1] SkipCerts OPTIONAL
}

The 1994 ASN.1 is also incorrect.

Cheers.


--
+----------------------------------------+-------------------------------+
| Dean Povey,                            |  Email: povey@dstc.edu.au     |
| Research Scientist, Security Unit,     |  Phone: +61 7 3864 2799       |
| CRC for Distributed Systems Technology |  Fax:   +61 7 3864 1282       |
+----------------------------------------+-------------------------------+