Open KonsKo opened 1 month ago
In the test, we run a command openssl ecparam -name secp192r1 -genkey -noout -out /tmp/host/tempesta.key
openssl ecparam -name secp192r1 -genkey -noout -out /tmp/host/tempesta.key
Openssl returns an error: using curve name prime192v1 instead of secp192r1
using curve name prime192v1 instead of secp192r1
Need to understand the problem and rework the test.
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.