tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 5 forks source link

Rework `tls.test_tls_cert.InvalidKeyWithGoodCert.test` #700

Open KonsKo opened 1 month ago

KonsKo commented 1 month ago

In the test, we run a command openssl ecparam -name secp192r1 -genkey -noout -out /tmp/host/tempesta.key

Openssl returns an error: using curve name prime192v1 instead of secp192r1

Need to understand the problem and rework the test.