Richard Levitte
d2fca2c59a
Small bug fixes.
...
Move the declaration of FIPS_allow_md5() from fips_locl.h to fips.h.
Consequently, util/mkdef.pl doesn't need to look at fips_locl.h any
more.
2004-04-20 10:26:13 +00:00
Richard Levitte
9e9f48f0b1
Don't use global variables. Instead, use a function that returns the
...
proper value.
There are a few more spots where FIPS makes use of global variables.
This is problematic on some non-Unix platforms. I will deal with them
later.
2004-04-16 09:52:50 +00:00
Richard Levitte
93dcdddbfd
Some platforms (Win32, it seems) do not have PATH_MAX, so let's define
...
it with a generic value (1024) if it isn't already defined.
2004-04-15 16:29:44 +00:00
Ben Laurie
0c0bba9776
2-key 3DES KAT.
2004-04-13 19:46:13 +00:00
Ben Laurie
bedc89e7af
Use HMAC instead of straight SHA-1.
2004-04-09 14:55:43 +00:00
Ben Laurie
7575c7e3bb
Test suite plus failure if selftest fails.
2004-01-30 19:22:22 +00:00
Ben Laurie
445aa1c44a
DSA self-test.
2003-09-27 20:07:17 +00:00
Ben Laurie
2343078660
Selftest RSA and some fixes.
2003-09-27 15:54:43 +00:00
Richard Levitte
3b84ce3b6f
Use OPENSSL_FIPS instead of FIPS.
2003-09-25 12:24:52 +00:00
Ben Laurie
c45c8f3f1c
Make TLSv1 work in FIPS mode.
2003-09-13 17:03:54 +00:00
Dr. Stephen Henson
ad6eec30a3
Use BIO_snprintf() instead of snprintf().
...
Update hashes.
2003-09-10 00:44:53 +00:00
Dr. Stephen Henson
a86eff4296
included <string.h> in fips.c to pick up
...
memcmp definition.
update fips_make_sha1 to use fips_err.h
update hashes.
2003-09-08 12:49:08 +00:00
Ben Laurie
b8b47f67d0
Add fingerprint chain and checking.
2003-09-06 13:31:40 +00:00
Dr. Stephen Henson
c1a32376db
Fix signed/unsigned warnings and C++ comments. Update hashes
2003-09-05 13:00:34 +00:00
Ben Laurie
4ccac96346
Automagically seed FIPS PRNG. Add OPENSSL_FIPS flag.
2003-09-04 10:22:13 +00:00
Ben Laurie
1f1bd3a51a
Selftests.
2003-09-04 07:17:43 +00:00
Ben Laurie
75622f1ece
Unfinished FIPS stuff for review/improvement.
2003-07-27 17:00:51 +00:00