On Mon, Feb 17, 2014 at 01:44:53AM -0800, Nomad Esst wrote:
> What are the steps to test openssl with s_client and s_server?
> I have create a private key using the following command:
>
> openssl genpkey -algorithm gost2001 -pkeyopt paramset:A -out seckey.pem
This generates a private key.
> Bu
Hi
What are the steps to test openssl with s_client and s_server?
I have create a private key using the following command:
openssl genpkey -algorithm gost2001 -pkeyopt paramset:A -out seckey.pem
But when I try to run the server with the following command:
openssl s_server -accept 443 -cert secke