Hi Victor,
> Really, there is a problem with digest commands. For instance I never
> was able to make md_gost94 digest work as digest command, not as option
> to dgst command. 
works for me (1.0.0-stable snapshot); it seems the syntax is:
openssl dgst -<digest> file
or
openssl <digest> file
f.e.:
./openssl md_gost94 openssl
md_gost94(openssl)=
1f4e2ca3d0ef0bbf54528acad3d462205dfef7056e389a37d28b2e22649a1f70
or:
./openssl dgst -md_gost94 openssl
md_gost94(openssl)=
1f4e2ca3d0ef0bbf54528acad3d462205dfef7056e389a37d28b2e22649a1f70

but:
./openssl dgst command
command: No such file or directory

so seems without a valid digest parameter openssl directly looks for a
file, and uses md5 digest:
./openssl dgst openssl
MD5(openssl)= dfb6bf0c6d61643e06e3c48a1573d4b9

Günter.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to