aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Recognise fipscheck option and call fipsas for WIN64 builds.Dr. Stephen Henson2011-06-301-0/+1
|
* typoDr. Stephen Henson2011-06-221-1/+1
|
* Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson2011-06-221-2/+3
| | | | | | | | | | | build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
* Strip CRs when installing fips_premain.c Correct compat library ruleDr. Stephen Henson2011-06-181-2/+5
| | | | in FIPS mode.
* Update to mk1mf.pl and ms\do_fips.bat to install relevant files forDr. Stephen Henson2011-06-151-8/+23
| | | | WIN32 FIPS builds.
* Reconise no-ec-nistp224-64-gcc-128 option.Dr. Stephen Henson2011-04-211-0/+1
|
* Make fipscanisteronly auto detect work on WIN32.Dr. Stephen Henson2011-04-211-1/+9
|
* Add SRP support.Ben Laurie2011-03-121-1/+6
|
* Make -DOPENSSL_FIPSSYMS work under WIN32: run perl script whenDr. Stephen Henson2011-02-231-2/+6
| | | | | WIN32 assembly language files are created, add norunasm option to just translate and not run the assembler.
* Make fipscanisteronly work with WIN32 build system.Dr. Stephen Henson2011-02-221-5/+18
|
* Remove duplicate test rule.Dr. Stephen Henson2011-02-221-6/+0
|
* Make no-ec2m work on Win32 build. Add nexprotoneg support too.Dr. Stephen Henson2011-02-121-0/+2
|
* Make Windows build work with GCM.Dr. Stephen Henson2011-02-111-2/+4
|
* Add FIPS support to the WIN32 build system.Dr. Stephen Henson2011-02-031-11/+280
|
* ignore leading null fieldsDr. Stephen Henson2010-12-031-1/+1
|
* make no-gost work on WindowsDr. Stephen Henson2010-09-021-0/+3
|
* Fix WIN32 build system to correctly link ENGINE DLLs contained in aDr. Stephen Henson2010-07-241-1/+16
| | | | directory: currently the GOST ENGINE is the only case.
* Ooops, missing close quoteDr. Stephen Henson2009-09-201-2/+2
|
* add version info for VC-WIN64I tooDr. Stephen Henson2009-09-201-2/+2
|
* PR: 2048Dr. Stephen Henson2009-09-191-2/+3
| | | | | | | Submitted by: john blair <mailtome200420032002@yahoo.com> Approved by: steve@openssl.org Add version info in VC-WIN64A too.
* Update from 1.0.0-stable branch.Dr. Stephen Henson2009-05-061-0/+2
|
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-041-2/+2
|
* Update from 1.0.0-stableDr. Stephen Henson2009-03-311-0/+1
|
* experimental-foo support for mk1mf.pl.Bodo Möller2008-12-021-0/+12
|
* Update from stable-branch.Dr. Stephen Henson2008-11-241-4/+3
|
* mk1mf.pl update from stable branch.Dr. Stephen Henson2008-11-121-1/+4
|
* Update from stable branch.Dr. Stephen Henson2008-05-201-0/+1
|
* Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson2008-04-041-0/+1
| | | | stable branch. Sync and update ordinals.
* Make mk1mf.pl recognize no-cms.Dr. Stephen Henson2008-04-031-0/+2
|
* Automate assembler support for Win64 targets (more work is needed).Andy Polyakov2008-01-131-0/+1
|
* Automate assembler support in mk1mf even further.Andy Polyakov2008-01-111-98/+51
|
* Experimental support for import of more options from ConfigureDr. Stephen Henson2008-01-061-7/+54
| | | | | | | | (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.
* Update WIN32 nasm build to use new asm files.Dr. Stephen Henson2008-01-041-0/+1
|
* Move CHANGES entry. Revert include file install line.Dr. Stephen Henson2008-01-031-1/+1
|
* Netware support.Dr. Stephen Henson2008-01-031-4/+13
| | | | Submitted by: Guenter Knauf <eflash@gmx.net>
* Add quotes to Win32 install directories.Dr. Stephen Henson2008-01-031-22/+22
| | | | Submitted by: Mladen Turk <mturk@apache.org>
* Fix for asm/no-asm on WIN32.Dr. Stephen Henson2007-08-131-1/+1
|
* OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson2007-08-121-0/+2
|
* WIN32 VC++ build fixes.Dr. Stephen Henson2007-07-181-0/+1
|
* Add SEED encryption algorithm.Bodo Möller2007-04-231-4/+6
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Win32 fixes from stable branch.Dr. Stephen Henson2006-11-301-0/+1
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-2/+7
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Install openssl.cnf to OPENSSLDIR in mk1mf.plDr. Stephen Henson2006-05-281-1/+6
|
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
|
* Add cpuid code to VC++ build.Dr. Stephen Henson2005-12-061-0/+8
|
* Don't include zlib header dir if it is not defined.Dr. Stephen Henson2005-12-061-1/+1
|
* Initial attempt at Whirlpool assembler support on VC++.Dr. Stephen Henson2005-12-061-0/+8
|
* Update from 0.9.8-stable.Dr. Stephen Henson2005-12-051-4/+17
|
* Make mk1mf.pl and friends recognize Whirlpool.Dr. Stephen Henson2005-12-051-0/+3
|
* Update from stable branch.Dr. Stephen Henson2005-11-071-4/+35
|