httpie-cli/tests/client_certs
matthewhughes934 10246366da
Quieten ssl tests (#952)
* Add skip when required TLS version unsupported

Allow tests to skip, rather than fail from SSL errors with unsupported
TLS version, e.g. if Openssl is configured with MinProtocol higher than
the version being tested.

* Regenerate test certificate and key

Regenerate these with more secure settings for the sake of future
proofing, regenerate the key using RSA 4096 and sign the certificate
with SHA512.

This fixes test failures in tests/test_ssl.py when the user's OpenSSL
security level is set to a value greater than 1 and resolves issue #948

* Suppress SSL warnings in no verify tests
2020-08-06 22:24:03 +02:00
..
client.crt Quieten ssl tests (#952) 2020-08-06 22:24:03 +02:00
client.key Quieten ssl tests (#952) 2020-08-06 22:24:03 +02:00
client.pem Quieten ssl tests (#952) 2020-08-06 22:24:03 +02:00