Richard Levitte
1ce9c76f8e
More files to ignore.
2003-09-08 11:37:31 +00:00
Richard Levitte
19c8d4a5f8
Ignore the directory rsp (introduced when running tests).
2003-09-08 11:36:32 +00:00
Richard Levitte
e7d580a924
Some more files to ignore.
2003-09-08 11:35:23 +00:00
Richard Levitte
1f8e046af9
Since fips_err is really just used as a header by fips_err_wrapper.c,
...
let's change it's suffix from .c to .h. This also avoids some
otherwise very mysterious (and probably sensible from a historical
point of view :-)) name changes done by mk1mf.pl.
2003-09-08 11:33:07 +00:00
Richard Levitte
7e1ef2d62a
When building the FIPS test binaries, also build the corresponding
...
fingerprints.
2003-09-08 10:00:23 +00:00
Richard Levitte
ccf61c87fe
Remove some unneeded space.
2003-09-08 09:59:43 +00:00
Richard Levitte
6d02c53762
Use $(TOP) instead of ../.. as much as possible.
2003-09-08 09:59:11 +00:00
Richard Levitte
dac0d334ad
Because of changes in Makefile.ssl, the files got reordered.
2003-09-08 09:57:57 +00:00
Richard Levitte
f63ff4a1a3
Produce libcrypto.sha1 directly after building the libraries.
...
Otherwise, the test target will fail because libcrypto.sha1 is missing
or not up to date.
2003-09-08 09:57:27 +00:00
Richard Levitte
9ef37a8dc9
make update.
2003-09-08 09:17:36 +00:00
Richard Levitte
fbb40083c1
fips_err.c doesn't belong with the headers.
2003-09-08 09:17:13 +00:00
Richard Levitte
549d89f7ed
Include all the fips directories.
2003-09-08 09:16:39 +00:00
Richard Levitte
5db9e7bec8
Handle the "fips" option.
2003-09-08 09:16:17 +00:00
Ben Laurie
104f570c73
Missing file.
2003-09-07 11:13:54 +00:00
Ben Laurie
e1015c1fe7
Samples.
2003-09-07 10:59:34 +00:00
Ben Laurie
97e62d5554
Add samples.
2003-09-07 10:53:13 +00:00
Dr. Stephen Henson
9aca5b2259
Fix signed/unsigned warning.
2003-09-06 16:57:16 +00:00
Ben Laurie
b8b47f67d0
Add fingerprint chain and checking.
2003-09-06 13:31:40 +00:00
Ben Laurie
b5da126b21
Make the problem clearer.
2003-09-06 10:41:27 +00:00
Richard Levitte
a7d64957b9
Include e_os.h to get the proper definition of OPENSSL_UNISTD, and use
...
that macro.
It's possible that OPENSSL_UNISTD_IO should be used instead of
OPENSSL_UNISTD, for the MSDOS case...
2003-09-05 14:09:40 +00:00
Richard Levitte
f743ef233a
make update
2003-09-05 13:41:04 +00:00
Richard Levitte
79176d6053
ALWAYS check the standalone source.
...
make update.
2003-09-05 13:37:28 +00:00
Richard Levitte
e726e5f170
Make sure the compilation of the FIPS stuff goes through even in
...
non-FIPS mode.
Update the appropriate fingerprints accordingly.
(something is weird, someone else was working on the same stuff, and
removed fips_sha1_selftest.c from fips/sha1/standalone.sha1...)
2003-09-05 13:26:52 +00:00
Dr. Stephen Henson
c1a32376db
Fix signed/unsigned warnings and C++ comments. Update hashes
2003-09-05 13:00:34 +00:00
Richard Levitte
6b211d8cd2
Include string.h and stdlib.h where needed, to avoid warnings about
...
strlen(), memcmp(), exit() and others to be used without a proper
declaration.
Update the appropriate fingerprints accordingly.
2003-09-05 12:22:21 +00:00
Ben Laurie
f3bda010df
Missing files.
2003-09-04 16:46:42 +00:00
Bodo Möller
a907751350
certain changes have to be listed twice in this file because OpenSSL
...
0.9.6h forked into 0.9.6i and 0.9.7 ...
2003-09-04 12:52:56 +00:00
Ben Laurie
4ccac96346
Automagically seed FIPS PRNG. Add OPENSSL_FIPS flag.
2003-09-04 10:22:13 +00:00
Ben Laurie
4ef3352608
-DFIPS may be the last thing on the line.
2003-09-04 09:04:24 +00:00
Ben Laurie
1f1bd3a51a
Selftests.
2003-09-04 07:17:43 +00:00
Dr. Stephen Henson
560dfd2a02
New -ignore_err option in ocsp application to stop the server
...
exiting on the first error in a request.
2003-09-03 23:56:01 +00:00
Dr. Stephen Henson
14f3d7c5cc
Only accept a client certificate if the server requests
...
one, as required by SSL/TLS specs.
2003-09-03 23:47:34 +00:00
Ben Laurie
b2293a6cc6
DSA stuff and tests.
2003-09-03 14:11:33 +00:00
Ben Laurie
766332ac11
More test vectors.
2003-08-31 09:50:11 +00:00
Ben Laurie
51f7c5a6ea
Add test.
2003-08-31 08:52:39 +00:00
Ben Laurie
fc0376e257
Handle 3DES tests.
2003-08-30 17:28:08 +00:00
Ben Laurie
51c568b309
Add 3-DES CFB-r mode (no test vectors yet).
2003-08-30 15:50:26 +00:00
Ben Laurie
2b3784c235
Updated test vectors (probably incorrect, but who am I to question?).
2003-08-30 15:35:37 +00:00
Ben Laurie
2e9f3c4636
Oops. Need to allocate extra buffer.
2003-08-30 14:49:08 +00:00
Ben Laurie
aac3861773
Build the test program when needed.
2003-08-30 13:19:03 +00:00
Ben Laurie
e0162fa745
Remove unused functions/data.
2003-08-29 18:58:03 +00:00
Dr. Stephen Henson
510dc1ecd0
outlen should be int * in out_utf8.
2003-08-21 12:32:12 +00:00
Bodo Möller
563c05e2dc
fix out-of-bounds check in lock_dbg_cb (was too lose to detect all
...
invalid cases)
PR: 674
2003-08-14 10:33:56 +00:00
Richard Levitte
a8e3195083
Undo the change that left LD_LIBRARY_PATH unchanged. The errors I saw
...
weren't due to that, but to a change on the SCO machines I used for
testing, where my $PATH was suddenly incorrect.
2003-08-14 07:02:27 +00:00
Bodo Möller
643ecd2ed6
make sure no error is left in the queue that is intentionally ignored
2003-08-11 18:56:22 +00:00
Richard Levitte
4435349cc6
Make sure the order matches the command line in Makefile.ssl.
2003-08-11 10:31:21 +00:00
Richard Levitte
ec47bb7c81
- Add a configuration keyword "fips" to compile with FIPS
...
implementations.
- Reorder the build so the standalone FIPS SHA1 checker is built
first.
- Add necessary defines to avoid symbol clashes between FIPS and
non-FIPS implementations.
- Change necessary signatures.
- Correct bugs in FIPS build Makefiles.
- make update
2003-08-11 10:24:52 +00:00
cvs2svn
bf50d5b4ac
This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-
...
0_9_7-stable'.
2003-08-08 10:08:15 +00:00
Richard Levitte
94a1183fab
Avoid clashing with the regular DES functions when not compiling with
...
-DFIPS. This is basically only visible when building with shared
library supoort...
2003-08-08 10:08:14 +00:00
Richard Levitte
88401ed449
Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:
...
1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error.
2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot,
not CloseHandle.
2003-08-07 11:57:42 +00:00