Commit graph

7669 commits

Author SHA1 Message Date
Dr. Stephen Henson
ff81ee92cb Tidy up fipsalgtest.pl and add initial support for generation. 2007-12-24 17:45:08 +00:00
Dr. Stephen Henson
87863a0cd4 Update algorithm sanity checks to support KeyPair test. 2007-12-23 20:32:06 +00:00
Dr. Stephen Henson
012d1c8dd9 Add more tree sanity checks. Make sure verifies must produce at least one
successful output. Fix typos.
2007-12-23 14:20:50 +00:00
Dr. Stephen Henson
86fbdae6e8 Fix camellia to use extra argument in IMPLEMENT_CFBR. 2007-12-23 13:50:22 +00:00
Dr. Stephen Henson
e0c5f4e438 Update from stable branch. 2007-12-23 13:48:39 +00:00
Dr. Stephen Henson
d946944dbd Initial Win32 support in fipsalgtest.pl 2007-12-23 00:53:55 +00:00
Dr. Stephen Henson
ddc3e0dd03 Fix fips_dssvs usage message.
Preliminary fipsalgtest.pl script. This will ultimately automatically run
algorithm tests against a known good test set or alternatively generate output
for an algorithm test.

Partly works only on Linux at present.
2007-12-22 19:31:06 +00:00
Dr. Stephen Henson
fbe1fcccdc Avoid warning. 2007-12-21 01:35:14 +00:00
Dr. Stephen Henson
4578122b60 Update docs. 2007-12-16 23:32:10 +00:00
Dr. Stephen Henson
e361b2ff2e Update README. 2007-12-16 18:47:08 +00:00
Dr. Stephen Henson
57362da5ab Typo. 2007-12-16 18:36:12 +00:00
Dr. Stephen Henson
002104370a Update FIPS build instructions. 2007-12-16 18:02:17 +00:00
Dr. Stephen Henson
fda62b13d4 Updates from 0.9.8-stable. 2007-12-16 17:10:11 +00:00
Dr. Stephen Henson
a7fdb764c5 Make ordinals consistent with 0.9.8-stable 2007-12-16 13:22:39 +00:00
Dr. Stephen Henson
3b2e785e50 Make test utilities build in non-FIPS compiles. 2007-12-15 01:40:47 +00:00
Dr. Stephen Henson
280bc44730 Fix shadow warning from 0.9.8-stable. 2007-12-14 19:45:28 +00:00
Dr. Stephen Henson
9e1468e482 Avoid warnings. 2007-12-14 18:11:11 +00:00
Dr. Stephen Henson
b3307eae6d Update default flags. 2007-12-14 18:10:54 +00:00
Dr. Stephen Henson
19cf9463e7 When fipscanister is external ensure it is included in libcrypto.a 2007-12-14 13:53:32 +00:00
Dr. Stephen Henson
2dd4c4b430 Update README.FIPS to reflect changes. 2007-12-14 01:43:41 +00:00
Dr. Stephen Henson
86160f3c41 Use 1.2 module FIPS install location by default. 2007-12-14 01:35:15 +00:00
Dr. Stephen Henson
0633bca11c Updates from 0.9.8-stable 2007-12-14 01:16:16 +00:00
Dr. Stephen Henson
97c9cf71aa Uses correct value for $fipslibdir 2007-11-09 12:11:25 +00:00
Dr. Stephen Henson
a0dc48e7db Use fips/ not fips-1.0/ for fips directory. 2007-11-09 01:41:24 +00:00
Dr. Stephen Henson
22f6a2b271 Make salt detection more robust. 2007-11-09 01:16:14 +00:00
Dr. Stephen Henson
a3a426cfb5 Update mkfipsscr.pl to perform some sanity checks on testvector tree. 2007-11-08 18:01:06 +00:00
Andy Polyakov
93d4d2b900 Commit #16325 fixed one thing but broke DH with certain moduli [from HEAD]. 2007-11-03 20:10:10 +00:00
Dr. Stephen Henson
2f9048b8a1 Disable CFB1 tests. 2007-10-05 17:35:26 +00:00
Dr. Stephen Henson
d73ed541db Fix bug in DSA parameter generation code which stopped it copying a
generated random seed to the supplied seed parameter.
2007-10-05 13:14:55 +00:00
Dr. Stephen Henson
e6e5592a50 Make mkfipsscr.pl options consistent across platforms. 2007-09-22 12:43:13 +00:00
Dr. Stephen Henson
663bbb6367 Change rsp filename to WIN32 format if needed. 2007-09-21 18:05:25 +00:00
Dr. Stephen Henson
98ced05c56 New --rspdir option to mkfipsscr.pl to specify alternate output directory.
Modify fips_aesavs and fips_desmovs to support an optional output filename
with -f option.
2007-09-21 18:00:24 +00:00
Dr. Stephen Henson
5b75e1cff4 Update TABLE 2007-09-19 00:10:03 +00:00
Dr. Stephen Henson
f36a8c2060 Include some fixes from 0.9.8-stable branch. 2007-09-19 00:02:49 +00:00
Andy Polyakov
90ac9ec264 BSD run-time linkers apparently demand RPATH on .so objects [from HEAD].
PR: 1381
2007-09-16 18:44:35 +00:00
Dr. Stephen Henson
fe5c4c885b Exit dsa test program if key gen error. 2007-09-12 21:35:39 +00:00
Dr. Stephen Henson
1950e8acea Add more failure testing FIPS functions, for continuous RNG, pairwise RSA/DSA.
Update fips_test_suite to use them and convert AES, DES3 and SHAx to use EVP.
2007-09-12 17:46:08 +00:00
Dr. Stephen Henson
437bafa5cc Update mkfipsscr.pl to handle CFB1 mode. 2007-09-07 11:24:25 +00:00
Andy Polyakov
7c78f06301 Remove [BL]_ENDIAN from no-asm builds. 2007-08-29 18:51:14 +00:00
Andy Polyakov
b27278d0cf Last change inadvertently disabled x86[_64] assembler in Windows build. 2007-08-27 20:02:23 +00:00
Andy Polyakov
24a69a8196 Disable non-x86[_64] assembler modules. 2007-08-27 16:26:37 +00:00
Andy Polyakov
b3049d696b shlib_wrap update [from HEAD]. 2007-08-27 08:57:59 +00:00
Andy Polyakov
77b265f48c Framework update. 2007-08-26 14:57:42 +00:00
Andy Polyakov
735b9eeed5 IRIX and Tru64 platform updates [from HEAD]. 2007-08-26 14:57:10 +00:00
Andy Polyakov
67c31c4b61 Short circuit ranlib in trap handler. 2007-08-26 08:51:23 +00:00
Andy Polyakov
0406ce2646 Engage x86_64 assembler in Win64 build. 2007-08-23 12:13:55 +00:00
Andy Polyakov
76108ba7eb Updates from HEAD. 2007-08-23 12:04:42 +00:00
Andy Polyakov
4d27e3d339 Make tesfipsssl pass. 2007-08-21 15:26:51 +00:00
Andy Polyakov
7d59e441ca Avoid BN_CTX_free(uninitialized pointer). 2007-08-21 14:44:13 +00:00
Dr. Stephen Henson
3e3c47d5d5 Update fips_dsatest to use 1024 bit key. 2007-08-21 12:57:06 +00:00