Re: Testing openssl with s_server and s_client

2014-02-17 Thread Viktor Dukhovni
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

Testing openssl with s_server and s_client

2014-02-17 Thread Nomad Esst
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