Andy Polyakov
6c8a3344b6
Bugfix for bn_div_words PPC assembler implementation [from HEAD].
2005-07-03 09:24:35 +00:00
Nils Larsch
e80f233749
initialize newly allocated data
...
PR: 1145
2005-07-01 16:13:06 +00:00
Dr. Stephen Henson
6835cdf3b4
Check PKCS7 structures in PKCS#12 files are of type data.
2005-06-30 11:37:36 +00:00
Richard Levitte
c0c943e82b
asn1parse doesn't support any TXT format, so let's stop pretending
...
it does.
2005-06-28 15:44:15 +00:00
Andy Polyakov
bb67f28a1e
Move fips_test_suite rules from fips/Makefile to test/Makefile.
2005-06-27 22:08:58 +00:00
Andy Polyakov
08f7417a98
Eliminate dependency on UNICODE macro.
2005-06-27 21:14:15 +00:00
Andy Polyakov
84c881d0b5
Fix typos in apps/apps.c.
2005-06-27 16:00:57 +00:00
Andy Polyakov
f25209267f
Update fips_test_suite make rule.
2005-06-26 21:48:19 +00:00
Andy Polyakov
07cc19fcac
Revert RC4 parameters on IA64 from back-ported ones to original to preserve
...
binary compatibility.
PR: 1114
2005-06-26 17:24:48 +00:00
Andy Polyakov
34aca2b6b6
IA64 RC4 update from HEAD [see commentary in HEAD for details].
...
PR: 1114
2005-06-26 16:25:25 +00:00
Dr. Stephen Henson
67dbe90856
Add Argen root CAs.
2005-06-24 10:52:18 +00:00
Richard Levitte
4a29c4e39f
Someone did some cutting and pasting and didn't quite finish the job :-).
...
Notified by Steffen Pankratz <kratz00@gmx.de>
2005-06-24 05:13:13 +00:00
Richard Levitte
0902926150
Change dir_ctrl to check for the environment variable before using the default
...
directory instead of the other way around.
PR: 1131
2005-06-23 21:15:06 +00:00
Dr. Stephen Henson
15d95d5f92
OID database had a NULL entry for NID 666. Add a real OID in its place.
2005-06-22 17:24:32 +00:00
Richard Levitte
0116eae43e
Do no try to pretend we're at the end of anything unless we're at the end
...
of a 4-character block.
2005-06-20 22:11:21 +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
722a5c5ade
Add crypto/bn/bn_prime.h to the collection of generated files. In the
...
update target, place the dependency on depend last, so all necessary files
are generated *before* the dependencies are figured out.
PR: 1121
2005-06-20 04:29:54 +00:00
Richard Levitte
2788e3983e
With DJGPP, it seems like the return code from grep, even when in the
...
middle of a pipe, is noted. Counter that by forcing a true return code
when the return code has no importance.
PR: 1085
2005-06-19 20:31:22 +00:00
Richard Levitte
5ba3ebb593
Undefine DECRANDOM before redefining it.
...
PR: 1110
2005-06-19 20:20:29 +00:00
Richard Levitte
2b19ce86dc
Don't put C++ comments in a C file.
2005-06-19 20:00:47 +00:00
Richard Levitte
140e5c3f3b
Add better documentation on how id_function() should be defined and what
...
issues there are.
PR: 1096
2005-06-18 05:52:20 +00:00
Richard Levitte
77bc62c3a7
Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.
...
That should solve the issues with propagating it through the Makefiles.
PR: 1110
2005-06-18 04:42:29 +00:00
Richard Levitte
42f335ca0e
Only define ZLIB_SHARED if it hasn't already been defined (on the command
...
line, for example).
PR: 1112
2005-06-18 04:32:18 +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
Nils Larsch
06e12403e0
clear dso pointer in case of an error
...
PR: 816
2005-06-17 21:14:35 +00:00
Nils Larsch
03b3a0d022
update for the cswift engine:
...
- fix the problem described in bug report 825
- fix a segfault when the engine fails to initialize
- let the engine switch to software when keysize > 2048
PR: 825, 826
Submitted by: Frédéric Giudicelli
2005-06-17 20:26:07 +00:00
Richard Levitte
f840728f43
Do not undefine _XOPEN_SOURCE. This is currently experimental, and
...
will be firmed up as soon as it's been verified not to break anything.
2005-06-16 22:21:39 +00:00
Andy Polyakov
30fc34625c
Make sure detached fingerprints are installed [as well as minor cygwin
...
and hpux updates].
2005-06-14 12:29:34 +00:00
Andy Polyakov
18f3210a35
Make human-readable error messages more human-friendly.
2005-06-14 12:18:47 +00:00
Nils Larsch
82da9623bf
update FAQ
2005-06-13 08:38:29 +00:00
Richard Levitte
7c0341dbc4
Show what the offending target was.
...
PR: 1108
2005-06-13 02:38:07 +00:00
Ben Laurie
7450139b8b
Default sensibly when in FIPS mode.
2005-06-10 20:49:10 +00:00
Nils Larsch
e85e5ca5ec
- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return an
...
error if the cipher list is empty
- fix last commit in ssl_create_cipher_list
- clean up ssl_create_cipher_list
2005-06-10 20:00:39 +00:00
Dr. Stephen Henson
67cdaca99d
Remove CRs from files.
2005-06-10 00:41:25 +00:00
Andy Polyakov
b00f715c96
Eliminate gcc -pedantic warnings.
2005-06-09 21:37:30 +00:00
Andy Polyakov
098927c384
Allow for dso load by explicit path on HP-UX.
2005-06-09 20:47:41 +00:00
Nils Larsch
0eb8e0058c
use "=" instead of "|=", fix typo
2005-06-08 22:24:27 +00:00
Richard Levitte
56c55b0655
Avoid endless loops. Really, we were using the same variable for two
...
different conditions...
2005-06-08 21:59:51 +00:00
Andy Polyakov
e17d60d5fb
Fix couple gcc 4 warnings, reformat comment.
2005-06-08 21:27:34 +00:00
Nils Larsch
e32b08abc3
ssl_create_cipher_list should return an error if no cipher could be
...
collected (see SSL_CTX_set_cipher_list manpage). Fix handling of
"cipher1+cipher2" expressions in ssl_cipher_process_rulestr.
PR: 836 + 1005
2005-06-08 21:16:32 +00:00
Andy Polyakov
2776beb91a
Mask new fips_*vs test programs in non-fips builds.
2005-06-07 19:56:52 +00:00
Andy Polyakov
dca20343e0
Simplify ssltest compile rule.
2005-06-07 16:36:52 +00:00
Andy Polyakov
e99f6700e1
Simplified shortcut from FIPS_mode_set.
2005-06-07 16:36:21 +00:00
Andy Polyakov
3da3c85a3f
Fix typos and add missing lines in Makefile.
2005-06-07 14:08:54 +00:00
Andy Polyakov
d58d546e2d
Initial support for DSO FIPS fingerprinting.
2005-06-07 12:39:27 +00:00
Andy Polyakov
780b97aba6
Ad-hoc DSO_pathbyaddr for selected platforms from HEAD in FIPS context.
2005-06-07 10:49:35 +00:00
Andy Polyakov
e0ec2d772c
Set OPENSSL_PIC flags for shared builds [from HEAD].
2005-06-07 10:48:24 +00:00
Dr. Stephen Henson
5fbf6769fc
Update from head.
2005-06-06 22:42:35 +00:00
Dr. Stephen Henson
7bf79446c8
Delete test error print.
2005-06-06 18:05:00 +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