aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-05-06Fix selftest.OpenSSL-fips-0_9_7-stableBen Laurie2-10/+6
2004-05-06Recent changes from 0.9.7-stable.Richard Levitte3-3/+21
2004-04-30Final(?) version of test suite.Ben Laurie1-14/+73
2004-04-29Recent changes from 0.9.7-stable.Richard Levitte7-12/+70
2004-04-28P, not T.Ben Laurie1-1/+1
2004-04-28Fix self-test.Ben Laurie2-1/+5
2004-04-27Finish moving FIPS_allow_md5().Ben Laurie11-63/+65
2004-04-22Update from main branch.Dr. Stephen Henson1-0/+1
2004-04-21Recent changes from 0.9.7-stable.Richard Levitte1-3/+2
2004-04-20Another small bug fix. Notified by cipo <cseplo_l@netlock.net>Richard Levitte1-1/+4
2004-04-20Small bug fixes.Richard Levitte5-5/+15
2004-04-20Recent changes from 0.9.7-stable.Richard Levitte1-1/+3
2004-04-16Tests have shown that setargv.obj isn't really needed (at least as farRichard Levitte3-3/+3
2004-04-16make updateRichard Levitte1-0/+5
2004-04-16Don't use global variables. Instead, use a function that returns theRichard Levitte6-8/+28
2004-04-16Wrap with a check for OPENSSL_FIPS. We need that to have mkdef.plRichard Levitte1-0/+11
2004-04-16Add the first half of the C++ protection :-).Richard Levitte1-0/+5
2004-04-15Add fips_rand.h among the header files to look at.Richard Levitte1-2/+3
2004-04-15Fix sign vs. unsigned warning.Richard Levitte1-1/+1
2004-04-15Make sure mkdef.pl is called with optional "fips" as well.Richard Levitte4-14/+14
2004-04-15make updateRichard Levitte1-0/+14
2004-04-15Look at a few FIPS-related headers and process FIPS-related symbolsRichard Levitte1-1/+7
2004-04-15Make the Windows/DOS build system understand "fips".Richard Levitte12-31/+39
2004-04-15make updateRichard Levitte1-2/+2
2004-04-15Now that we look in fips/rsa, there's no need to erroneously excludeRichard Levitte1-4/+1
2004-04-15Include fips/rsa among the directories to look in.Richard Levitte1-0/+1
2004-04-15make updateRichard Levitte1-1/+1
2004-04-15make updateRichard Levitte4-30/+61
2004-04-15Some platforms (Win32, it seems) do not have PATH_MAX, so let's defineRichard Levitte2-1/+5
2004-04-15Recognise the "platform" OPENSSL_FIPS.Richard Levitte1-1/+4
2004-04-15Use OPENSSL_FIPS instead of just FIPS.Richard Levitte1-1/+1
2004-04-15Make fips_gettime work on Win32 (lets hope the Win32 function we useRichard Levitte2-8/+33
2004-04-15Include string.h to get a proper declaration of memcmp()Richard Levitte4-2/+4
2004-04-15Make sure this script works with shared library builds as well.Richard Levitte1-1/+5
2004-04-15Allow the possibility to say no-fips, and make Ben build his debugRichard Levitte1-3/+5
2004-04-14Add corruptors so KATs can be made to fail.Ben Laurie13-11/+42
2004-04-132-key 3DES KAT.Ben Laurie4-3/+47
2004-04-13Add some root CAs.Dr. Stephen Henson0-0/+0
2004-04-13This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn5-0/+126
2004-04-13This commit was manufactured by cvs2svn to create branchcvs2svn6-0/+224
2004-04-13Add some root CAs.Dr. Stephen Henson5-0/+126
2004-04-11Fingerprint SHA-1 asm.Ben Laurie4-3/+5
2004-04-11Add SHA-1 assembler.Ben Laurie8-14/+1584
2004-04-11Remove crib and sabotage.Ben Laurie2-19/+5
2004-04-09Fix memory leak.Dr. Stephen Henson1-0/+3
2004-04-09Stop warnings:Dr. Stephen Henson3-16/+21
2004-04-09Add x86 assembler.Ben Laurie8-11/+2720
2004-04-09Use HMAC instead of straight SHA-1.Ben Laurie15-63/+135
2004-04-09Don't make, $(MAKE).Ben Laurie1-1/+1
2004-04-04Do HMAC.Ben Laurie1-9/+26