mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
REGTESTS: ssl: adopt tests to OpenSSL-3.0.N
on Ubuntu-22.04 openssl-3.0.5 is shipped which has changed ec curve description to "Server Temp Key: ECDH, secp384r1, 384 bits"
This commit is contained in:
parent
0865160b93
commit
2f2a2884b7
@ -164,5 +164,5 @@ shell {
|
||||
}
|
||||
|
||||
shell {
|
||||
echo "Q" | openssl s_client -unix "${tmpdir}/ssl_P-384.sock" -servername server.ecdsa.com 2>/dev/null| grep "Server Temp Key: ECDH, P-384, 384 bits"
|
||||
echo "Q" | openssl s_client -unix "${tmpdir}/ssl_P-384.sock" -servername server.ecdsa.com 2>/dev/null| grep "Temp Key: ECDH,.+, 384 bits"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user