diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-02-19-15-21-14.bpo-36037.75wG9_.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-02-19-15-21-14.bpo-36037.75wG9_.rst b/Misc/NEWS.d/next/Tests/2019-02-19-15-21-14.bpo-36037.75wG9_.rst new file mode 100644 index 0000000..dbc0fa2 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-02-19-15-21-14.bpo-36037.75wG9_.rst @@ -0,0 +1,3 @@ +Fix test_ssl for strict OpenSSL configuration like RHEL8 strict crypto policy. +Use older TLS version for minimum TLS version of the server SSL context if +needed, to test TLS version older than default minimum TLS version. |