mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-26 11:57:22 +00:00
The basicConstraints extension contains only an INTEGER. According to RFC 5280, this should be cA=FALSE and a pathLenConstraint value which is effectively ignored. But Mbed TLS parses it as cA=TRUE if the integer value is nonzero. This certificate is syntactically valid, but RFC 5280 forbids CAs from emitting it. Compliant X.509 parsers treat it as cA=FALSE. Signed-off-by: Gilles Peskine <[email protected]>
347 B
347 B