Commit df6ac7e2 authored by Christian Heimes's avatar Christian Heimes Committed by Miss Islington (bot)

bpo-38275: Skip ssl tests for disabled versions (GH-16386)



test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto
policy and run-time settings are recognized and tests for disabled versions
are skipped.
Signed-off-by: default avatarChristian Heimes <christian@python.org>



https://bugs.python.org/issue38275
parent 64b4a3a2
This diff is collapsed.
test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto
policy and run-time settings are recognized and tests for disabled versions
are skipped. Tests also accept more TLS minimum_versions for platforms that
override OpenSSL's default with strict settings.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment