Dr. Stephen Henson
85ca1d2c86
Update/hack mkdef.pl to recognize and add SHA2 algorithms when OPENSSL_FIPS
...
is defined.
2006-02-04 23:05:40 +00:00
Dr. Stephen Henson
b1971b067a
Use getcwd() because it works under MSYS but pwd
doesn't.
2006-02-03 23:55:26 +00:00
Dr. Stephen Henson
172bb3734a
Update some scripts to use fips-1.0
2006-01-30 18:51:36 +00:00
Dr. Stephen Henson
1ce2fb42de
Backport of changes to support later versions of VC++.
2006-01-30 13:14:20 +00:00
Dr. Stephen Henson
fbe6969a0d
Update to VC++ static build.
2006-01-28 13:33:31 +00:00
Dr. Stephen Henson
f6bbb5b67d
FIPS related updates for Windows build. Only build fipscanister.o from the
...
GMAKE target. Use precompiled fipscanister.o from other targets.
Update fipslink.pl script to check fipscanister.o and fips_premain.c hashes.
2006-01-26 17:34:57 +00:00
Dr. Stephen Henson
c9f4204ae8
Make sure stanadlong SHA1 checker is built.
2006-01-25 13:40:55 +00:00
Dr. Stephen Henson
29c18b0112
Add VC++ using GNU (or other U*ix like make) target for mk1mf.pl
...
Autodetect VC++ in config script and generate Makefile
Add source hash checking to mk1mf.pl for VC++.
2006-01-25 13:26:11 +00:00
Dr. Stephen Henson
e2e28a6bb6
Fix static VC++ build for FIPS.
2006-01-22 00:04:39 +00:00
Dr. Stephen Henson
5a175fe228
Update to VC++ in-core fingerprinting support.
2006-01-21 22:14:07 +00:00
Dr. Stephen Henson
15a6cf7d14
Support for VC++ build with in-core hashing.
2006-01-21 21:28:26 +00:00
Dr. Stephen Henson
2d96867e30
Backport of zlib fixes to 0.9.7.
2005-12-10 13:36:13 +00:00
Andy Polyakov
bffe708e47
util/pl/OS2-EMX.pl sync [from HEAD].
...
Submitted by: Stefan Neis, Brian Havard
2005-10-19 18:38:50 +00:00
Andy Polyakov
10f8acdf4c
BC-32.pl updates [from HEAD].
...
Submitted by: Old Wolf, Jon Bright
2005-09-20 07:14:38 +00:00
Andy Polyakov
cd029eb6f0
Proper solution to nasm compilation problems in Borland context.
2005-09-20 06:21:39 +00:00
Andy Polyakov
f6fefec921
Visual Studio 2005 workaround from HEAD.
...
PR: 1183
2005-09-19 14:45:20 +00:00
Richard Levitte
d01f1d89e3
Check for 'usage' and 'Usage'.
...
Submitted by Tim Rice <tim@multitalents.net>. His comment is:
I noticed "make report" didn't show the cc version on most of
my System V platforms. This patch corrects this.
2005-06-20 20:45:44 +00:00
Richard Levitte
43b30bf2c8
Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line.
...
PR: 1113
2005-06-18 04:27:11 +00:00
Richard Levitte
bdee60fc1a
Skipping all tests just because one algorithm is disabled seems a bit harsch.
...
PR: 1089
2005-06-06 08:38:13 +00:00
Dr. Stephen Henson
26655341fc
Update symbols. Add #ifdef OPENSSL_FIPS in various places.
2005-06-02 00:09:25 +00:00
Dr. Stephen Henson
4bd7bc97e8
make update
2005-05-29 12:30:21 +00:00
Andy Polyakov
713407a5c7
fips/sha1 -> fips/sha remains.
2005-05-26 23:09:02 +00:00
Andy Polyakov
e609c04994
Rename fips/sha1 to fips/sha.
2005-05-26 21:29:10 +00:00
Andy Polyakov
150ebacd8a
SHA-XXX are available in FIPS context only in 0.9.7.
2005-05-17 06:57:14 +00:00
Dr. Stephen Henson
63453c025f
Remove redundant test. Add new SHAXXX algorithms to mkdef.pl, update
...
symbol info.
2005-05-16 17:52:32 +00:00
Bodo Möller
ecb1445ce2
Implement fixed-window exponentiation to mitigate hyper-threading
...
timing attacks.
BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for
RSA/DSA/DH private key computations unless
RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/
DH_FLAG_NO_EXP_CONSTTIME is set.
Submitted by: Matthew D Wood
Reviewed by: Bodo Moeller
2005-05-16 01:26:08 +00:00
Bodo Möller
973fbfe3a3
make update
2005-05-11 17:49:50 +00:00
Dr. Stephen Henson
9dc4f157bc
Fix mk1mf.pl and avoid warning in VC++.
2005-05-03 22:14:07 +00:00
Dr. Stephen Henson
6eb4958989
Recognize zlib and krb5 options in mk1mf.pl
2005-04-24 02:14:25 +00:00
Dr. Stephen Henson
132f25950b
Update libeay.num
2005-04-22 13:21:37 +00:00
Dr. Stephen Henson
d9536ccffa
Fix from HEAD.
2005-04-20 17:06:20 +00:00
Dr. Stephen Henson
37ce8cffcc
Ignore zlib related options in mk1mf.pl
2005-04-20 16:27:57 +00:00
Dr. Stephen Henson
76693ca0a3
Fix from HEAD.
2005-04-20 00:00:23 +00:00
Andy Polyakov
0ef4ec4fd4
Complete the transition C-code hashes.
2005-04-19 15:17:30 +00:00
Andy Polyakov
f868b61376
Maintain fingerprint hashes as C source.
2005-04-19 15:11:59 +00:00
Dr. Stephen Henson
f1429a972f
Return 0 for successful hash check.
2005-04-17 22:21:10 +00:00
Dr. Stephen Henson
48d0ba4a1e
Modify checkhash.pl so it can be run standalone or included as a funtion
...
in another perl script.
2005-04-17 12:37:08 +00:00
Dr. Stephen Henson
0e23faec0a
Include user32.lib to import MessageBoxIndirect
2005-04-17 12:35:57 +00:00
Dr. Stephen Henson
b219bb8f62
Perl script that checks or rebuilds FIPS hash files. This works on
...
both Unix and Windows.
Merge all FIPS hash files into a single hash file fips/fips.sha1
2005-04-14 20:44:06 +00:00
Dr. Stephen Henson
96534114a3
Include error library value in C error source files instead of fixing up
...
at runtime.
2005-04-12 13:30:45 +00:00
Richard Levitte
93aeac64ce
Merge RFC3820 source into mainstream 0.9.7-stable.
2005-04-11 15:03:37 +00:00
cvs2svn
0231911dec
This commit was manufactured by cvs2svn to create branch
...
'OpenSSL_0_9_7-stable'.
2005-04-11 14:17:08 +00:00
Richard Levitte
4bb61becbb
Add emacs cache files to .cvsignore.
2005-04-11 14:17:07 +00:00
Ben Laurie
20a3439ea9
Take account of Makefile.ssl removal.
2005-03-30 14:44:50 +00:00
Andy Polyakov
b7fd453675
Make util/shlib_wrap.sh [Open]BSD-friendly. [from HEAD].
2005-02-06 13:16:42 +00:00
Andy Polyakov
de4ab1e629
Make util/shlib_wrap.sh [Open]BSD-friendly.
2005-02-06 13:15:21 +00:00
Dr. Stephen Henson
8aa36bcac9
In mkdef.pl ignore trailing whitespace in #ifdef lines
2005-02-05 17:22:14 +00:00
Dr. Stephen Henson
bb987c73a9
In mkdef.pl ignore trailing whitespace in #ifdef lines
2005-02-05 17:19:23 +00:00
Andy Polyakov
62d27939c2
Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms
...
and SafeDllSearchMode in Windows.
Submitted by: Richard Levitte
2005-02-01 23:48:37 +00:00
Andy Polyakov
dbaa6f91aa
Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms
...
and SafeDllSearchMode in Windows.
2005-02-01 23:45:42 +00:00