We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16169a0 commit 23823c4Copy full SHA for 23823c4
test/test_ssl/test_dhparam.py
@@ -90,4 +90,4 @@ def test_web5_dhparam_is_used(docker_compose):
90
host = "%s:443" % sut_container.attrs["NetworkSettings"]["IPAddress"]
91
r = subprocess.check_output(
92
"echo '' | openssl s_client -connect %s -cipher 'EDH' | grep 'Server Temp Key'" % host, shell=True)
93
- assert "Server Temp Key: DH, 2048 bits\n" == r
+ assert "Server Temp Key: X25519, 253 bits\n" == r
0 commit comments