aboutsummaryrefslogtreecommitdiffstats
path: root/fips
Commit message (Expand)AuthorAgeFilesLines
* For FIPS algorithm test utilities use our own version of strcasecmp andDr. Stephen Henson2011-05-013-30/+61
* Some changes to support VxWorks in the validted module.Dr. Stephen Henson2011-05-012-2/+19
* Update symbol translation table.Dr. Stephen Henson2011-05-011-0/+16
* Don't assume version of rm supports -rf: use RM instead.Dr. Stephen Henson2011-04-281-1/+1
* Stop warnings about undefined _exit on Android.Dr. Stephen Henson2011-04-283-7/+24
* Recognise invalid enable/disable options.Dr. Stephen Henson2011-04-241-3/+9
* Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson2011-04-231-1/+4
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+9
* Return errors instead of aborting when selftest fails.Dr. Stephen Henson2011-04-221-0/+2
* Add XTS test vector support to fipsalgtest.plDr. Stephen Henson2011-04-221-0/+12
* Rewrite OutputValue to avoid use of buffer when printing out hex values.Dr. Stephen Henson2011-04-222-41/+14
* Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson2011-04-218-12/+74
* Update DRBG to use new POST scheme.Dr. Stephen Henson2011-04-202-13/+39
* Add periodic DRBG health checks as required by SP800-90.Dr. Stephen Henson2011-04-204-0/+35
* Add partial GCM tests to fipsalgtest.plDr. Stephen Henson2011-04-201-0/+14
* Add partial DH and ECDH primitives only testing to fipsalgtest.plDr. Stephen Henson2011-04-201-1/+25
* Warn if lines are truncated in algorithm test utilities.Dr. Stephen Henson2011-04-203-5/+52
* Add AES CCM selftest.Dr. Stephen Henson2011-04-194-0/+108
* Fix EVP CCM decrypt. Add decrypt support to algorithm test program.Dr. Stephen Henson2011-04-181-11/+59
* CCM encrypt algorithm test support.Dr. Stephen Henson2011-04-181-3/+117
* Remove shlib_wrap.sh as it is not needed (all algorithm tests areDr. Stephen Henson2011-04-171-40/+98
* Remove PSS salt length detection hack from fipslagtest.pl by allowing a regexpDr. Stephen Henson2011-04-161-36/+46
* Add "post" option to fips_test_suite to run the POST only and exit.Dr. Stephen Henson2011-04-151-0/+2
* Add XTS selftest, include in fips_test_suite.Dr. Stephen Henson2011-04-155-5/+78
* Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.Dr. Stephen Henson2011-04-151-1/+81
* Add new POST support to X9.31 PRNG.Dr. Stephen Henson2011-04-143-18/+26
* Report each cipher used with CMAC tests.Dr. Stephen Henson2011-04-143-20/+52
* Revise fips_test_suite to use table of IDs for human readable strings.Dr. Stephen Henson2011-04-143-60/+67
* Update CMAC, HMAC, GCM to use new POST system.Dr. Stephen Henson2011-04-146-66/+121
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-148-76/+10
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-1412-241/+668
* Use consistent FIPS tarball name.Dr. Stephen Henson2011-04-121-0/+3
* Update fips_pkey_signature_test: use fixed string if supplies tbs isDr. Stephen Henson2011-04-124-59/+94
* Complete rewrite of FIPS_selftest_dsa(). Use hardcoded 2048 bit DSA keyDr. Stephen Henson2011-04-121-136/+157
* Update RSA selftest code to use a 2048 bit RSA and only a single KATDr. Stephen Henson2011-04-123-345/+172
* Fix memory leaks: uninstantiate DRBG during health checks. Cleanup md_ctxDr. Stephen Henson2011-04-123-0/+18
* Stop warning and fix memory leaks.Dr. Stephen Henson2011-04-121-5/+8
* Update ECDSA selftest to use hard coded private keys. Include tests forDr. Stephen Henson2011-04-121-45/+140
* Update fips_premain.c fingerprint.Dr. Stephen Henson2011-04-121-1/+1
* Update copyright year.Dr. Stephen Henson2011-04-111-4/+7
* Set length to 41 (40 hex characters + null).Dr. Stephen Henson2011-04-111-1/+1
* Typo: fix duplicate call.Dr. Stephen Henson2011-04-101-2/+0
* Add error for health check failure.Dr. Stephen Henson2011-04-092-96/+86
* Before initalising a live DRBG (i.e. not in test mode) run a complete healthDr. Stephen Henson2011-04-091-0/+12
* New function to return security strength of PRNG.Dr. Stephen Henson2011-04-092-0/+24
* Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson2011-04-062-9/+10
* Update fipssyms.h to keep all symbols in FIPS,fips namespace.Dr. Stephen Henson2011-04-055-25/+17
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-0510-70/+164
* Rename deprecated FIPS_rand functions to FIPS_x931. These shouldn't beDr. Stephen Henson2011-04-058-62/+62
* Set error code is additional data callback fails.Dr. Stephen Henson2011-04-042-2/+4