Is it really possible to generate gost-mac using ccgost engine?

2010-11-12 Thread Andrey Kulikov
Hello, I've got a problem with calculating gost-mac using Openssl 1.0.0a May be problem with cmd options, but I was unable to find out how to get it work Trying to generate gost-mac. Example from documentation (engines/ccgost/README.gost) Calculation of GOST 28147 MAC

Re: Is it really possible to generate gost-mac using ccgost engine?

2010-11-12 Thread Valery Blazhnov
This command works with ccgost engine: openssl dgst -mac gost-mac -binary -macopt hexkey:3132333435363738393031323334353637383930313233343536373839303132 -out mac.bin data.bin 10.11.2010 2:07, Andrey Kulikov пишет: Hello, I've got a problem with calculating gost-mac using Openssl 1.0.0a

Re: Is it really possible to generate gost-mac using ccgost engine?

2010-11-12 Thread Andrey Kulikov
On 12 November 2010 19:26, Valery Blazhnov vblazh...@lissi.ru wrote:  This command works with ccgost engine: openssl dgst -mac gost-mac -binary -macopt hexkey:3132333435363738393031323334353637383930313233343536373839303132 -out mac.bin data.bin What openssl version do you use? I use 1.0.0a,