CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/26 05:29:27
Modified files:
lib/libcrypto/x509: x509_constraints.c
regress/lib/libcrypto/x509: constraints.c
Log message:
Fix URI name constraints, allow for URI's with no host part.
Such uri's must be parsed and allowed, but then should
fail if a name constraint is present.
Adds regress testing for this same case.
fixes https://github.com/libressl-portable/openbsd/issues/131
ok tb@
