Thanks for your useful reply. It seems that gost is loaded into openssl successfully. I used the command you mentioned and the output was correct. I'm planning to write my own engine but first I want to establish a secure connection between s_server and s_client involving gost engine in order to get more familiar with gost as a written engine. What should I do?
On Sunday, February 9, 2014 10:38 AM, Dmitry Belyavsky <[email protected]> wrote: Hello! > > >You should call, for example, theĀ > > >openssl engine -c gostĀ > > >command. > > >If engine is loaded, you 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 <[email protected]> wrote: > >Thanks. >>I have some problems using gost as engine. I followed the instructions as >>mentioned in readme file. But I can't see the ciphers in the list. What else >>should I do? >> >> >> >> >>On Saturday, February 8, 2014 5:06 PM, Dmitry Belyavsky <[email protected]> >>wrote: >> >>Hello! >>> >>> >>>You can take the ccgost engine as example. >>> >>> >>> >>>On Sat, Feb 8, 2014 at 12:24 PM, Nomad Esst <[email protected]> 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 really get a clean solution on how "add a custom algorithm/engine >>>>into openssl". >>>>According to some google searches I have added a simple engine but It does >>>>not do anything. It's just an engine which can be load into openssl. How >>>>can complete this engine and add some encryption algorithm? >>>> >>>>Thanks in advance. >>>> >>>> >>>> >>> >>> >>> >>>-- >>>SY, Dmitry Belyavsky >>> >>> > > > >-- >SY, Dmitry Belyavsky > >
