Re: patches for windows

2012-08-13 Thread Mario Brandt
For me the patch works. But I'm not a commiter. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: patches for windows

2012-08-09 Thread Mario Brandt
Could you send unified diff please? Mario On Wed, Aug 8, 2012 at 10:29 PM, Wodarz, Erick erick.wod...@mso.umt.edu wrote: This patch fixes a problem with compiling on Windows for options OPENSSL_USE_IPV6 and a windows requirement of having _WIN32_WINNT being at least 0x0501. Anybody

Re: OpenSSL - 64 bit

2011-12-21 Thread Mario Brandt
Hi 1. I’m working on Windows 7 - 64bit. Do you support this kind of platform? If so, where can I download the relevant files/dll? And how can I set it to the right configuration? on apachehaus.com there is an apache build in 64 bit which also contains the 64 bit OpenSSL compiled with

Re: How to save privkey

2010-11-05 Thread Mario Brandt
I guess you should ask the PHP guys, not here since it is a PHP function. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated

Re: [openssl.org #2349] build problems with 1.0.0a windows 64 bit AMD

2010-09-27 Thread Mario Brandt
Under the normal terminal it works fine with VC9: perl Configure VC-WIN64A --prefix=/Apache22 --openssldir=/Apache22/conf enable-camellia disable-idea ms\do_win64a nmake -f ms\ntdll.mak REM remove idea test nmake -f ms\ntdll.mak test Mario

Compiling error with disable-tlsext OpenSSL 1.0.0a

2010-06-08 Thread Mario Brandt
Hi, I get an compiling error when I use disable-tlsext on windows. perl Configure VC-WIN64A --prefix=/apache22 --openssldir=/apache22/conf enable-camellia disable-idea disable-tlsext ms\do_win64a nmake -f ms\ntdll.mak [...] link /nologo /subsystem:console /opt:ref /debug /dll

Re: VC-WIN64A build (of 1.0.0)

2010-04-13 Thread Mario Brandt
For 64 bit there is no ASM source available. For me it builds fine. perl Configure VC-WIN64A --prefix=/Apache22 --openssldir=/Apache22/conf enable-camellia disable-idea ms\do_win64a nmake -f ms\ntdll.mak REM remove md2 and idea test from ms\test.bat nmake -f ms\ntdll.mak test regards Mario On

Re: VC-WIN64A build (of 1.0.0)

2010-04-13 Thread Mario Brandt
Mario must be referring to 0.9.8. No I use the source from 1.0.0 1.0.0 has assembler support for VC-WIN64A. I wonder! Since in INSTALL.W64 there is written that there isn't ASM code for x64. And in the do_win64i.bat there is the config not to use ASM (no-asm) So does it use the ASM source?