Open woodruffw opened 9 months ago
We need a test case for DoS in name constraint handling: https://github.com/openssl/openssl/pull/4393
We need a test case for DoS in name constraint handling: openssl/openssl#4393
Opened #204 for these. Will investigate why OpenSSL appears to pass its own DoS test.
1 is old and not super well organized, so I'm copying things that haven't yet been done into this new issue.
RFC 5280
namedCurve
format (see #173).foo
(leading period is valid in URI constraints and others, but not in DNS constraints) (#207)1950 <= validity < 2050
should beUTCTime
validity < 1950 || validity >= 2050
should beGeneralizedTime
CABF
Subject.commonName
MUST contain exactly one entry that is one of the values contained in thesubjectAltName
extension, and MUST be encoded as followsIPv4Address
per RFC 3986 S. 3.2.2dNSName
entry fromsubjectAltName
; P-labels must not be converted to their Unicode representation.extKeyUsage
is required in subscriber certificates, and MUST containid-kp-serverAuth
(MAY containid-kp-clientAuth
), and MUST NOT contain any otherid-kp-*
,anyExtendedKeyUsage
, or the Precertificate Signing Certificate OID (1.3.6.1.4.1.11129.2.4.4)Regressions
General
Client verification
*@example.com
email NC as a literal email address with an inbox of*
, not as a wildcard pattern forexample.com
.Other test suites