HTTPS-only mode (is briefly mentioned and I recommend to LWN readers)
HTTPS-only mode (is briefly mentioned and I recommend to LWN readers)
Posted Jun 13, 2024 22:19 UTC (Thu) by intgr (subscriber, #39733)In reply to: HTTPS-only mode (is briefly mentioned and I recommend to LWN readers) by Cyberax
Parent article: Firefox 127.0 released
I believe this is not correct. Every extension (such as Name Constraints) in a cert has a boolean flag called "critical".
Non-critical extensions may be ignored by implementations if they are not recognized (fail open). But the presence of unrecognized critical extensions will make the cert immediately invalid (fail closed).
It's up to the parent CA to mark the constraints as critical.
Of course there may be implementations that interpret Name Constraints incorrectly but that's another matter.
Posted Jun 13, 2024 22:41 UTC (Thu)
by Cyberax (✭ supporter ✭, #52523)
[Link]
Proper modern implementation of restrictions would need to include something that poisons certificate validation for incorrect implementations.
HTTPS-only mode (is briefly mentioned and I recommend to LWN readers)
