Recent Commits to requests

  • 16/02/2025 21:41

    Regenerate test certificates

    Regenerate test certificates
    
    Created using the following command with OpenSSL 3.4.0:
    
        for cert in expired mtls valid/server; do
            make -C tests/certs/$cert clean all
        done
  • 16/02/2025 21:39

    Add CA constraint to test CA

    Add CA constraint to test CA
    
    Otherwise recent versions of OpenSSL reject it as an invalid CA
    certificate (at least once the test certificates are regenerated).
    
    Fixes: #6896

Log in