You config file is incorrect.
It should looks something like this:

==========================
openssl_conf = openssl_def

[openssl_def]
engines = engine_section

[engine_section]
gost = gost_section

==========================

On 19 September 2011 12:31, Peter Volkov <p...@gentoo.org> wrote:
> Hi! I'm trying to enable GOST ciphers in openssl-1.0.0e and so far I
> failed. What I've done so far:
>
> 1. built openssl with "./config shared zlib enable-rfc3779
> --prefix=/tmp/gost-ssl-new"
> 2. updated config file as described in README.gost.
>
> I've straced openssl run and I'm sure it reads my configuration file
> (attached to this mail) and I'm sure there
> is /tmp/gost-ssl-new/lib/engines/libgost.so. But nevertheless openssl
> does not open this binary (conclusions from strace) and no GOST ciphers
> available. I've tried to do exactly same steps installing openssl system
> wide (prefix=/usr) but still no luck. Could you help me to understand
> what am I doing wrong? Is there any way to debug what openssl loads from
> configuration file and how it parses that?
>
> Thank you in advance for any pointers,
> --
> Peter.
>
>
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to