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

Re: Adding my own algorithm into openssl

2014-02-09 Thread Nomad Esst
>(though this will change a bit in GOST 2012). > > > > > > > > > > > > >De: "Nomad Esst" >À: openssl-users@openssl.org >Envoyé: Dimanche 9 Février 2014 11:51:42 >Objet: Re: Adding my own algorithm into o

Re: Adding my own algorithm into openssl

2014-02-08 Thread Nomad Esst
ces than should be patched for it though not all may be >necessary to patch for your purpose. > > > > > > > >On Sun, Feb 9, 2014 at 11:13 AM, Nomad Esst wrote: > >Thanks for your useful reply. >>It seems that gost is loaded into openssl successfully. I use

Re: Adding my own algorithm into openssl

2014-02-08 Thread Nomad Esst
see the list of gost algorithms. >gost89 and gost89-cnt are the cipher algorithms. > > > >On Sun, Feb 9, 2014 at 10:27 AM, Nomad Esst wrote: > >Thanks. >>I have some problems using gost as engine. I followed the instructions as >>mentioned in readme file. But I can&

Re: Adding my own algorithm into openssl

2014-02-08 Thread Nomad Esst
gost engine as example. > > > >On Sat, Feb 8, 2014 at 12:24 PM, Nomad Esst wrote: > >Hi >>I'm new here and I know what I'm going to ask is some kind of a frequent >>question and has been asked many times but please help me with that since I >>don't

Adding my own algorithm into openssl

2014-02-08 Thread Nomad Esst
Hi I'm new here and I know what I'm going to ask is some kind of a frequent question and has been asked many times but please help me with that since I don't really get a clean solution on how "add a custom algorithm/engine into openssl". According to some google searches I have added a simple e