You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses Copilot review feedback:
- gen-certs.py's verify() now checks trusted-ca.pem for critical
basicConstraints/keyUsage and absence of AKI/SAN, matching the
checks already done for ca.pem, so a future regen that drops these
extensions fails loudly instead of silently breaking CA-bundle tests.
- README.md reworded to remove the apparent contradiction between the
"Certificate details" and "Background" sections about which Python
version enables X509_STRICT mode vs. which tightens it further.
0 commit comments