aboutsummaryrefslogtreecommitdiff
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2016-06-01Add final(?) set of copyrights.Rich Salz3-0/+27
Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov1-1/+1
[as it is now quoting $output is not required, but done just in case] Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-20Copyright consolidation: perl filesRich Salz6-6/+42
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-04set exec attribute for .pl filesViktor Szakats2-0/+0
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-04-04fix perl shebangViktor Szakats1-1/+1
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-04-04use whitespace more consistentlyViktor Szakats2-49/+49
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-29Windows build system: fix 32-bit appveyor build.Andy Polyakov1-0/+28
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-24Revert part of applink/Borland commitRich Salz1-1/+10
This allows developer to glue DLL built with VC into their application compiled with Borland C. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-24More Borland removal.Rich Salz1-9/+0
And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-21Windows build system: get uplink right.Andy Polyakov3-29/+6
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-21Remove mk1mf documentationRichard Levitte1-13/+0
Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-21Remove the mk1mf VC-WIN* builds and its supporting scriptsRichard Levitte5-128/+0
The mk1mf build for the VC-WIN* targets is broken and the unified scheme works well enough, so we clean out the old. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-18Remove more unused things.Rich Salz1-57/+0
Moved doc/standards.txt to the web. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-17Remove support for Borland C++Richard Levitte2-7/+0
Borland C++ 4.5 is very old and our "support" for it is already non-existent, we might as well remove it. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-09remove ms/.rnd and add it to .gitignoreViktor Szakats1-0/+0
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte1-0/+5
This gets rid of the BEGINRAW..ENDRAW sections in crypto/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-08Remove some old ms/* filesRich Salz25-1037/+0
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte8-18/+18
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-10ms/uplink-x86.pl: make it work.Andy Polyakov1-2/+2
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-28Fix various windows compilation issuesMatt Caswell2-8/+0
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell3-268/+309
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-3/+6
Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
2014-12-04Remove SSLv2 supportKurt Roeckx2-64/+0
The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-11-28Remove all .cvsignore filesRich Salz1-5/+0
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-02-24ms/do_win64a.bat: forward to NUL, not NUL:.Andy Polyakov1-1/+1
Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov1-1/+2
PR: 2963 and a number of others
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov1-1/+1
path with spaces. PR: 2835
2011-07-13ms/uplink.c: fix Visual Studio 2010 warning.Andy Polyakov1-1/+2
2011-07-03If make clean fails it is not a fatal error.Dr. Stephen Henson1-1/+0
2011-07-02Additional error checking.Dr. Stephen Henson1-0/+2
2011-07-01Delete any EXARG value first.Dr. Stephen Henson1-0/+1
2011-07-01Add no-asm argument to Configure if needed.Dr. Stephen Henson1-1/+2
2011-06-16Option "fipscheck" which checks to see if FIPS is autodetected inDr. Stephen Henson1-1/+1
a build. Use this for WIN32 builds.
2011-06-15Update to mk1mf.pl and ms\do_fips.bat to install relevant files forDr. Stephen Henson1-0/+1
WIN32 FIPS builds.
2011-05-06Fixes for WIN64 FIPS build.Dr. Stephen Henson1-10/+1
2011-05-02Fix do_fips script.Dr. Stephen Henson1-5/+5
2011-04-21Initial do_fips.bat build script for WIN32 fipscanister.Dr. Stephen Henson1-0/+87
2011-02-03Add Windows FIPS build utilities.Dr. Stephen Henson1-0/+65
2010-07-26ms/: update do_win64*.bat and remove redundant mingw32.bat.Andy Polyakov3-94/+4
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson1-2/+2
e_os2.h, this should fix WIN32 compilation issues and hopefully avoid conflicts with other headers which may workaround ssize_t in different ways.
2010-01-15convert to Unix EOL formDr. Stephen Henson17-728/+728
2009-12-27Switch to new uplink assembler.Andy Polyakov3-207/+13
2009-07-24Remove MD2 test from WIN32 as we don't compile it in by default any more.Dr. Stephen Henson1-4/+0
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson1-9/+11
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov1-7/+9
2008-12-10Fix from stable branch.Dr. Stephen Henson1-195/+189
2008-07-22Split ms/uplink.pl to corresponding platform versions.Andy Polyakov4-0/+167
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2-2/+2
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 Henson1-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.