Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: compatibility with OpenSSL 3.2.0
OpenSSL 3.2.0 generates X.509v3 certificates by default. These certificates, even self-signed, cannot sign other certificates unless "CA:TRUE" is explicitly set in the basicConstraints extension. As a result, tests attempting this are currently failing. Fix is to provide "CA:TRUE" in the basicConstraints for self-signed root certificates used in "openssl ca" commands. Closes: nginx#1202 Tested-by: Andrew Clayton <[email protected]> Reviewed-by: Andrew Clayton <[email protected]>
- Loading branch information