Re: [openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-30 Thread Libor Krystek via RT
I added file crypto/cms/cms_lcl.h intovariable $crypto in source file util/mkdef.pl:339. Then I called the following commands: perl util/mkdef.pl crypto update perl Configure enable-md2 VC-WIN32 ms\do_nasm nmake -f ms\ntdll_ica.mak with this result: link /nologo /subsystem:console /opt:ref

[openssl.org #3369] 1.0.1g / Windows / patch - missing ZLIB define in cms_lcl.h

2014-05-29 Thread Libor Krystek via RT
Hello, I am sending patch that we have applied to the distribution of OpenSSL. Regards Libor Krystek diff -uNr openssl-1.0.1g/crypto/cms/cms_lcl.h openssl-1.0.1g-ICA/crypto/cms/cms_lcl.h --- openssl-1.0.1g/crypto/cms/cms_lcl.h 2014-03-17 17:14:20.0 +0100 +++

[openssl.org #3370] 1.0.1g / Windows / patch - wrong OPENSSL_EC_NISTP_64_GCC_128 definition in ec_lcl.h

2014-05-29 Thread Libor Krystek via RT
Hello, I am sending next patch that we have applied to the distribution of OpenSSL. Regards Libor Krystek diff -uNr openssl-1.0.1g/crypto/ec/ec_lcl.h openssl-1.0.1g-ICA/crypto/ec/ec_lcl.h --- openssl-1.0.1g/crypto/ec/ec_lcl.h 2014-03-17 17:14:20.0 +0100 +++

[openssl.org #3366] 1.0.1g / Windows Linux / 2 enhancement requests 2 patches

2014-05-28 Thread Libor Krystek via RT
Hello, I am sending changes that we have applied to the distribution of OpenSSL. Enhancements are: - engines/e_capi.c - Adding SHA2 to capi engine. - crypto/x509v3/v3_lib.c - Prioritizing user X509V3_EXT_METHODover standard X509V3_EXT_METHOD, which allow us to extend display of

[openssl.org #1936] enhancement request - X509V3_EXT_get_nid

2009-05-25 Thread Libor Krystek via RT
Hi, I need to use a bit different definition of one of existing extension methods. I have done it by putting the changed method in ext_list by function X509V3_EXT_add. Unfortunately I have found that function X509V3_EXT_get_nid seeks through standard_exts first and only then through ext_list,