summaryrefslogtreecommitdiff
path: root/ms
Commit message (Collapse)AuthorAgeFilesLines
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-161-1/+1
| | | | | | | | | | | This reverts commit 75f90688fb2dec0f897cad8be8b92be725c5016b. TerminateProcess is asynchronous, so the code as written in the above commit is not correct (and doesn't even compile at the moment). It is also probably not needed in the speed case. Reverting in order to figure out the correct solution. Reviewed-by: Rich Salz <rsalz@openssl.org>
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-151-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 9c1a9ccf65d0ea1912675d3a622fa8e51b524b9e)
* ms/uplink-x86.pl: make it work.Andy Polyakov2016-02-101-2/+2
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 740b2b9a6cf31b02916a4d18f868e8a95934c083)
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-5/+0
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-223-268/+309
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
| | | | | | | | | | | | | | | Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Conflicts: crypto/bn/bn.h crypto/ec/ec_lcl.h crypto/rsa/rsa.h demos/engines/ibmca/hw_ibmca.c ssl/ssl.h ssl/ssl3.h Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
| | | | | | | | | | | | | | | | | indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* ms/do_win64a.bat: forward to NUL, not NUL:.Andy Polyakov2014-02-241-1/+1
| | | | | | | | Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250 (cherry picked from commit 63aff3001ef6ba2ac376cd3f237fb0d0b3e77f30)
* x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov2013-01-221-1/+2
| | | | PR: 2963 and a number of others
* x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov2012-06-271-1/+1
| | | | | | on path with spaces [from HEAD]. PR: 2835
* Configure, etc.: engage additional assembler modules.Andy Polyakov2011-11-142-7/+17
|
* Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson2011-10-101-2/+2
|
* ms/uplink.c: fix Visual Studio 2010 warning [from HEAD].Andy Polyakov2011-07-131-1/+2
|
* convert to Unix EOL formDr. Stephen Henson2010-01-1517-718/+718
|
* Remove MD2 test from WIN32 tests.Dr. Stephen Henson2009-07-241-4/+0
|
* Prevent warning if WINCE not used.Dr. Stephen Henson2009-04-261-9/+11
|
* PR: 1894Dr. Stephen Henson2009-04-161-1/+1
| | | | | | | Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-7/+9
|
* Fix from stable branch.Dr. Stephen Henson2008-12-101-195/+189
|
* Split ms/uplink.pl to corresponding platform versions.Andy Polyakov2008-07-224-0/+167
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-172-2/+2
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Experimental support for import of more options from ConfigureDr. Stephen Henson2008-01-061-78/+0
| | | | | | | | (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.
* Include Mont asm files in WIN32 build.Dr. Stephen Henson2008-01-051-0/+1
|
* Update WIN32 nasm build to use new asm files.Dr. Stephen Henson2008-01-041-12/+22
|
* Race condition in ms/uplink.c.Andy Polyakov2006-09-181-0/+2
| | | | PR: 1382
* As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.Andy Polyakov2006-09-181-73/+0
|
* Add cpuid code to VC++ build.Dr. Stephen Henson2005-12-062-0/+10
|
* Initial attempt at Whirlpool assembler support on VC++.Dr. Stephen Henson2005-12-062-128/+138
|
* Improve cross-compiler portability of applink.c module and mentionAndy Polyakov2005-11-091-1/+18
| | | | CRYPTO_malloc_init in FAQ.
* Pull up Win64 support from 0.9.8.Andy Polyakov2005-07-052-0/+18
|
* Platform update from 8-stable.Andy Polyakov2005-05-311-6/+6
|
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-1/+1
| | | | | | | 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].
* Keep disclaming 16-bit support.Andy Polyakov2005-05-173-58/+0
|
* mdc2test is not built by default anymore.Andy Polyakov2005-05-171-4/+0
|
* OPENSSL_Applink update.Andy Polyakov2005-05-174-128/+148
|
* Disclaim 16-bit support.Andy Polyakov2005-05-173-15/+0
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-1/+1
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Fix Win32 test-suit.Andy Polyakov2004-12-301-19/+21
|
* Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov2004-05-254-0/+404
| | | | | make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.
* more mingw related cleanups.Ulf Möller2003-02-222-6/+1
|
* add testUlf Möller2003-02-221-0/+4
|
* clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller2003-02-211-7/+2
| | | | conventions.
* WinCE patchesRichard Levitte2002-11-158-0/+508
|
* Make the Windows test scripts consistent in their echoingRichard Levitte2002-11-143-4/+4
|
* Use underscores instead of dashes in temporary file names.Richard Levitte2002-06-272-20/+21
| | | | | This is due to weird Borland compilers. Part of PR 123
* Fix Mingw32 asm build: use the UnixDr. Stephen Henson2002-05-191-1/+2
| | | | | | bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
* Remove temporary filesRichard Levitte2001-11-142-186/+0
|
* Exclude .out filesRichard Levitte2001-11-141-0/+1
|
* It is a good thing to prepare the .def files.Richard Levitte2001-03-152-0/+4
|