Thanks, static compilation works fine.

And one remark. This file "engines/ccgost/readme.gost" has an example configuration for GOST engine

   [gost_section]
   engine_id = gost
   dynamic_path = /usr/lib/ssl/engines/libgost.so
   default_algorithms = ALL
   crypt_params = id-Gost28147-89-CryptoPro-A-ParamSet

The last line doesn't work in Linux and Windows. It should read

CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet



Victor B. Wagner пишет:
On 2009.05.05 at 13:47:50 +0200, Dr. Stephen Henson wrote:
Yes it's just a case of hacking util/mkmf.pl and/or some Makefiles. If OpenSSL
is compiled without shared library engines (enable-static-engine) in the
command line you *do* get the GOST engine under VC++.

And I think that static compilation is only case where compiling OpenSSL
with VC++ can be important. Mingw-compiled DLLs are compatible with VC++
compiled applications. But with static libraries situation is slightly
different.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org



--

С уважением,
Андрей Кольцов
программист ОАО "Киберплат"

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to