Re: [openssl-dev] [openssl.org #3715] Possible bug in openssl 64 bit version

2015-02-23 Thread Peter Mosmans
://msdn.microsoft.com/en-us/library/windows/desktop/aa384187%28v=vs.85%29.aspx for more information. Cheers, Peter Mosmans On 24-02-2015 01:16, Tobias Firnges via RT wrote: Hello, I would like you to verify the following issue: You can find the version information in the attached screenshot. - OS

Re: official repository vs forks, and fixes

2014-08-27 Thread Peter Mosmans
and as complex as openssl makes it already prone to versioning errors (eg. fixes implemented in branch X but not in branch Y). I'm eagerly awaiting the 'move' of your forked repo branch to the official repository... I'd say the more branches in the official repo the better! Peter Mosmans On 26-08

official repository vs forks, and fixes

2014-08-26 Thread Peter Mosmans
to be a bit out of date - the last commit is from July 16th. Personally I would consider a bug resolved if it's fixed in the official repository (in the applicable branches), not when it's patched in a forked repo. Thanks, Peter Mosmans

Re: [PATCH] Make openssl 1.0.1 compilable on MinGW

2014-08-11 Thread Peter Mosmans
Hope this helps, Peter Mosmans On 10-08-2014 21:40, Linda Zhang wrote: Hi Support and Gisle, Support wrote: Have you tried running the 'regular' commands ? Perl Configure mingw make depend make make report As far as I know these always work on msys - there is no need to run the ms/mingw32

Re: [openssl.org #3464] openssl s_client waiting for input on Windows

2014-07-19 Thread Peter Mosmans
on line 3370 from master: #if defined(_WIN32) defined(STD_INPUT_HANDLE) The master branch compiles succesfully on Windows using msys/mingw(64), including proper assembly code. Peter Mosmans On 19-7-2014 22:48, Jeff Trawick wrote: On Sat, Jul 19, 2014 at 3:14 AM, Support via RT r

Re: struct _finddatai64_t missinf in apps.c

2014-07-14 Thread Peter Mosmans
your error has already been resolved. Cheers, Peter Mosmans On 14-07-2014 19:41, dcrue...@qualitesys.com wrote: Hello In version openssl-SNAP-20140712 In a windows mingw gcc standard config, struct _finddatai64_t definition is missing in apps.c Didier CRUETTE