summaryrefslogtreecommitdiffstats
path: root/fips
AgeCommit message (Expand)Author
2011-03-25Allow setting of get_entropy and get_nonce callbacks outside test mode.Dr. Stephen Henson
2011-03-25Add .cvsignoreDr. Stephen Henson
2011-03-25Remove unused function.Dr. Stephen Henson
2011-03-25Fix compiler warnings.Dr. Stephen Henson
2011-03-25* fips/cmac/fips_cmac_selftest.c: Because the examples in SP_800-38BRichard Levitte
2011-03-25* fips/fipsalgtest.pl: Test the testvectors for all the CMAC ciphersRichard Levitte
2011-03-25* fips/cmac/fips_cmactest.c: Some say TDEA, others say TDES. SupportRichard Levitte
2011-03-25* fips/cmac/fips_cmactest.c: Changed to accept all the ciphers weRichard Levitte
2011-03-24make updateRichard Levitte
2011-03-24Implement FIPS CMAC.Richard Levitte
2011-03-24Implement FIPS CMAC.Richard Levitte
2011-03-21Free DRBG context in self tests.Dr. Stephen Henson
2011-03-18Typo.Dr. Stephen Henson
2011-03-17Implement continuous RNG test for SP800-90 DRBGs.Dr. Stephen Henson
2011-03-17Implement health checks needed by SP800-90.Dr. Stephen Henson
2011-03-16Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.Dr. Stephen Henson
2011-03-11Check requested security strength in DRBG. Add function to retrieve theDr. Stephen Henson
2011-03-10Make no-ec2m work again.Dr. Stephen Henson
2011-03-09Add a few more symbol renames.Dr. Stephen Henson
2011-03-09Add ECDH to validated module.Dr. Stephen Henson
2011-03-09Enter FIPS mode in fips_dhvs. Support file I/O in fips_ecdsavs.Dr. Stephen Henson
2011-03-09Update fips_dhvs to handle functional test by generating keys.Dr. Stephen Henson
2011-03-08Typo.Dr. Stephen Henson
2011-03-08New initial DH algorithm test driver.Dr. Stephen Henson
2011-03-08Add meaningful error codes to DRBG.Dr. Stephen Henson
2011-03-08Add file I/O to fips_drbgvs program.Dr. Stephen Henson
2011-03-08Support I/O with files in new fips_gcmtest program.Dr. Stephen Henson
2011-03-08Remove redirection from fipsalgtest.pl script.Dr. Stephen Henson
2011-03-08Remove need for redirection on RNG and DSS algorithm test programs: someDr. Stephen Henson
2011-03-07Uninstantiate and free functions for DRBG.Dr. Stephen Henson
2011-03-06Fix couple of bugs in CTR DRBG implementation.Dr. Stephen Henson
2011-03-06Updates to DRBG: fix bugs in infrastructure. Add initial experimentalDr. Stephen Henson
2011-03-04Initial, provisional, subject to wholesale change, untested, probablyDr. Stephen Henson
2011-02-23Stop warnings.Dr. Stephen Henson
2011-02-23Add DllMain to fips symbols: will need to call this in FIPS capable OpenSSL.Dr. Stephen Henson
2011-02-23Add new symbols to fipssyms.hDr. Stephen Henson
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-21Remove unnecessary dependencies.Dr. Stephen Henson
2011-02-21x509v3.h header file not needed in fips algorithm test utilities.Dr. Stephen Henson
2011-02-18add ECDSA POSTDr. Stephen Henson
2011-02-18AES GCM selftests.Dr. Stephen Henson
2011-02-17Correct fipssyms.h for more assembly language symbols.Dr. Stephen Henson
2011-02-17Remove debugging command.Dr. Stephen Henson
2011-02-16Experimental FIPS symbol renaming.Dr. Stephen Henson
2011-02-15Add pairwise consistency test to EC.Dr. Stephen Henson
2011-02-15Use SHA-256 in fips_test_suite.Dr. Stephen Henson
2011-02-15Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson
2011-02-15Ignore final '\n' when checking if hex line length is odd.Dr. Stephen Henson
2011-02-15Add support for SigGen and KeyPair tests.Dr. Stephen Henson