summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)Author
2014-02-24ms/do_win64a.bat: forward to NUL, not NUL:.Andy Polyakov
Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250 (cherry picked from commit 63aff3001ef6ba2ac376cd3f237fb0d0b3e77f30)
2013-01-22x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov
PR: 2963 and a number of others
2012-06-27x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov
on path with spaces [from HEAD]. PR: 2835
2011-11-14Configure, etc.: engage additional assembler modules.Andy Polyakov
2011-10-10Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson
2011-07-13ms/uplink.c: fix Visual Studio 2010 warning [from HEAD].Andy Polyakov
2010-01-15convert to Unix EOL formDr. Stephen Henson
2009-07-24Remove MD2 test from WIN32 tests.Dr. Stephen Henson
2009-04-26Prevent warning if WINCE not used.Dr. Stephen Henson
2009-04-16PR: 1894Dr. Stephen Henson
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-12-10Fix from stable branch.Dr. Stephen Henson
2008-07-22Split ms/uplink.pl to corresponding platform versions.Andy Polyakov
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-01-06Experimental support for import of more options from ConfigureDr. Stephen Henson
(via top level Makefile) into mk1mf builds. This avoids the need to duplicate the CFLAG handling and can auto build assembly language source files from perl scripts. Extend VC-WIN32 Configure entry to include new options.
2008-01-05Include Mont asm files in WIN32 build.Dr. Stephen Henson
2008-01-04Update WIN32 nasm build to use new asm files.Dr. Stephen Henson
2006-09-18Race condition in ms/uplink.c.Andy Polyakov
PR: 1382
2006-09-18As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.Andy Polyakov
2005-12-06Add cpuid code to VC++ build.Dr. Stephen Henson
2005-12-06Initial attempt at Whirlpool assembler support on VC++.Dr. Stephen Henson
2005-11-09Improve cross-compiler portability of applink.c module and mentionAndy Polyakov
CRYPTO_malloc_init in FAQ.
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov
2005-05-31Platform update from 8-stable.Andy Polyakov
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
2005-05-17Keep disclaming 16-bit support.Andy Polyakov
2005-05-17mdc2test is not built by default anymore.Andy Polyakov
2005-05-17OPENSSL_Applink update.Andy Polyakov
2005-05-17Disclaim 16-bit support.Andy Polyakov
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
2004-12-30Fix Win32 test-suit.Andy Polyakov
2004-05-25Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov
make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.
2003-02-22more mingw related cleanups.Ulf Möller
2003-02-22add testUlf Möller
2003-02-21clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller
conventions.
2002-11-15WinCE patchesRichard Levitte
2002-11-14Make the Windows test scripts consistent in their echoingRichard Levitte
2002-06-27Use underscores instead of dashes in temporary file names.Richard Levitte
This is due to weird Borland compilers. Part of PR 123
2002-05-19Fix Mingw32 asm build: use the UnixDr. Stephen Henson
bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
2001-11-14Remove temporary filesRichard Levitte
2001-11-14Exclude .out filesRichard Levitte
2001-03-15It is a good thing to prepare the .def files.Richard Levitte
2001-03-13We need to build MINFO.Richard Levitte
2000-12-20Stop build when an error occurs.Ulf Möller
"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
2000-11-20'echo on' works better all over than 'echo=on'. We had the sameRichard Levitte
problem in some other file, but I can't recall which.
2000-09-25echo=off works on NT, but not on W2K.Richard Levitte
2000-09-23Workaround for tlhelp32.h: place the missing header file in outincUlf Möller
2000-09-23tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)Ulf Möller
2000-03-10Don't generate asm files for no-asm.Ulf Möller