On Thu, Apr 08, 2010, Valery Blazhnov wrote:

> I got an error using ccgost engine to generate MAC value with command:
>
> openssl dgst -mac gost-mac -binary -macopt 
> hexkey:313233343536373839303132333453637383930313233343536373839303132 -out 
> mac.bin data.bin
>
> Error setting context
> 1424:error:060A109E:digital envelope routines:DO_SIGVER_INIT:no default 
> digest:.\crypto\evp\m_sigver.c:84
>
> That command worked well with OpenSSL 1.0.0 beta 4 and 5. What is wrong 
> now?
>

At one point looking up the digest for the undefined NID (NID_undef) worked
which was causing problems elsewhere. When this was fixed it broke GOST MAC
which was setting NID_undef for the default digest.

Now fixed, see:

http://cvs.openssl.org/chngview?cn=19540

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to