Dr. Stephen Henson
|
045b2809f8
|
Asm build portability.
Don't use Win32 specific options in mk1mf.pl to build assembly language
files.
|
2013-04-08 14:53:54 +01:00 |
|
Ben Laurie
|
29d422e2a0
|
Make sure all tests are actually run, plus some fixups for things that
turn out to be made somewhere by existing Makefiles.
|
2013-04-07 16:52:54 +01:00 |
|
Ben Laurie
|
a7f5cd7fd5
|
Use original alltests target for definitive test list.
|
2013-04-06 20:42:38 +01:00 |
|
Ben Laurie
|
afdf366921
|
Missing semicolon.
|
2013-04-06 16:17:14 +01:00 |
|
Dr. Stephen Henson
|
fed45e1879
|
Fix non-copy builds.
Only use -MMD and .sinclude in copy builds: other platforms don't
support them.
|
2013-04-06 16:05:23 +01:00 |
|
Ben Laurie
|
d07201a2bb
|
Missing file.
|
2013-04-06 15:25:43 +01:00 |
|
Ben Laurie
|
1a70fe953a
|
Merge, go back to copy-if-different.
|
2013-04-06 15:15:11 +01:00 |
|
Ben Laurie
|
ea4507ee1c
|
Fix test_ss.
|
2013-04-06 15:13:12 +01:00 |
|
Ben Laurie
|
4b9af0a101
|
Add new asm target.
|
2013-04-06 15:13:12 +01:00 |
|
Ben Laurie
|
e92ce4e35b
|
Show start/end of tests.
|
2013-04-06 15:13:12 +01:00 |
|
Ben Laurie
|
f5cd3db541
|
Make session ID test work.
|
2013-04-06 15:13:12 +01:00 |
|
Ben Laurie
|
15e5f592c1
|
Make S/MIME test work.
|
2013-04-06 15:13:11 +01:00 |
|
Ben Laurie
|
509a83dd36
|
Make RSA test work.
|
2013-04-06 15:13:11 +01:00 |
|
Ben Laurie
|
8c7f5f3bec
|
Make PKCS#7 test work.
|
2013-04-06 15:13:11 +01:00 |
|
Ben Laurie
|
188f6443ae
|
Make OCSP test work.
|
2013-04-06 15:13:11 +01:00 |
|
Ben Laurie
|
3675fb882c
|
More progress towards working tests.
|
2013-04-06 15:13:11 +01:00 |
|
Ben Laurie
|
3b4d86bff5
|
Get closer to a working single Makefile with test support.
|
2013-04-06 15:11:11 +01:00 |
|
Dr. Stephen Henson
|
3fce3f6b2b
|
Use $(PERL) when calling scripts in mk1mf.pl
|
2013-04-03 22:38:18 +01:00 |
|
Ben Laurie
|
897dfd4eaa
|
Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.
|
2013-03-05 05:55:19 +00:00 |
|
Ben Laurie
|
feb4c32786
|
Remove unused variable.
|
2013-03-04 22:48:38 +00:00 |
|
Ben Laurie
|
63d86d067a
|
Actually comment out the cpuid asm!
|
2013-03-04 20:31:59 +00:00 |
|
Ben Laurie
|
35ced1f705
|
Merge branch 'master' of openssl.net:openssl
Conflicts:
util/mk1mf.pl
|
2013-03-04 20:26:17 +00:00 |
|
Dr. Stephen Henson
|
71a16946dc
|
Fix WIN32 build.
Make assembly language handling conditional on the "copy" platform
as Windows does its own thing here.
|
2013-03-04 19:21:32 +00:00 |
|
Ben Laurie
|
654d227a86
|
Only copy headers if they've changed.
|
2013-03-04 16:56:18 +00:00 |
|
Ben Laurie
|
2f297fce73
|
Don't make CPUID stuff twice.
|
2013-03-04 16:10:47 +00:00 |
|
Ben Laurie
|
656829b78f
|
Handle assembler files.
|
2013-03-04 14:31:19 +00:00 |
|
Ben Laurie
|
7b0d591dc3
|
Allow variables to be overridden on the command line.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
7bbb8c5620
|
Take the first definition of a variable.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
d0aeeee176
|
Use "copy" instead of "auto".
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
afc1b1eab7
|
Remove pointless diagnostic.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
5108690f19
|
Preserve the C compiler.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
3c76bcded0
|
Inherit CFLAGS when plaform is "auto".
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
45ba475b81
|
Remove empty command.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
7067cbc8b5
|
Spelling.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
f990fae812
|
Add dependency on destination directory.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
a32d9eaf07
|
Spelling.
|
2013-03-04 14:31:18 +00:00 |
|
Ben Laurie
|
f953c2d039
|
Add reallyclean target.
|
2013-03-04 14:31:18 +00:00 |
|
Dr. Stephen Henson
|
8109e8305b
|
Add ordinal for CRYPTO_memcmp: since this will affect multiple
branches it needs to be in a "gap".
(cherry picked from commit 81ce0e14e7 )
|
2013-02-06 14:19:08 +00:00 |
|
Dr. Stephen Henson
|
498e89fe9d
|
fix domd
|
2013-01-23 00:43:09 +00:00 |
|
Andy Polyakov
|
a006fef78e
|
Improve WINCE support.
Submitted by: Pierre Delaage
|
2013-01-19 21:23:13 +01:00 |
|
Ben Laurie
|
a6bbbf2ff5
|
Make "make depend" work on MacOS out of the box.
|
2013-01-19 14:14:30 +00:00 |
|
Andy Polyakov
|
fb0a520897
|
util/pl/VC-32.pl fix typo.
|
2012-12-18 18:07:20 +00:00 |
|
Andy Polyakov
|
668bcfd5ca
|
util/pl/VC-32.pl: refresh, switch to ws2, add crypt32, fix typo (based on
suggestions from Pierre Delaage).
|
2012-12-18 09:42:31 +00:00 |
|
Andy Polyakov
|
8774f78d1b
|
VC-32.pl: fix typo.
Submitted by: Pierre Delaage
|
2012-12-16 19:39:24 +00:00 |
|
Andy Polyakov
|
1e98169086
|
mk1mf.pl: correct flags.
|
2012-10-29 22:23:58 +00:00 |
|
Andy Polyakov
|
536a16435b
|
util/fipslink.pl: further adjustments.
|
2012-10-27 23:36:43 +00:00 |
|
Andy Polyakov
|
7f5bf370db
|
util/fipslink.pl: fix typo.
|
2012-10-27 21:21:09 +00:00 |
|
Andy Polyakov
|
fe5772e9d0
|
util/fipslink.pl: allow for single-step link.
|
2012-10-27 21:16:45 +00:00 |
|
Andy Polyakov
|
8be18f3459
|
util/pl/VC-32.pl: make fipscanister.lib universally usable.
|
2012-10-27 21:16:00 +00:00 |
|
Dr. Stephen Henson
|
6a45ea4f88
|
use correct year automatically
|
2012-10-22 13:02:42 +00:00 |
|