summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-04-23Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-04-23xts128.c: fix bug introduced in commit#20704. Bug affected encryption ofAndy Polyakov
2011-04-22Return errors instead of aborting when selftest fails.Dr. Stephen Henson
2011-04-22Add XTS test vector support to fipsalgtest.plDr. Stephen Henson
2011-04-22Rewrite OutputValue to avoid use of buffer when printing out hex values.Dr. Stephen Henson
2011-04-21Initial do_fips.bat build script for WIN32 fipscanister.Dr. Stephen Henson
2011-04-21Reconise no-ec-nistp224-64-gcc-128 option.Dr. Stephen Henson
2011-04-21Make fipscanisteronly auto detect work on WIN32.Dr. Stephen Henson
2011-04-21Fix WIN32 warning.Dr. Stephen Henson
2011-04-21Update ordinals.Dr. Stephen Henson
2011-04-21Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson
2011-04-20Update DRBG to use new POST scheme.Dr. Stephen Henson
2011-04-20Add periodic DRBG health checks as required by SP800-90.Dr. Stephen Henson
2011-04-20Add partial GCM tests to fipsalgtest.plDr. Stephen Henson
2011-04-20Add partial DH and ECDH primitives only testing to fipsalgtest.plDr. Stephen Henson
2011-04-20Warn if lines are truncated in algorithm test utilities.Dr. Stephen Henson
2011-04-20xts128.c: minor optimization and clarified prototype.Andy Polyakov
2011-04-19perlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov
2011-04-19Add AES CCM selftest.Dr. Stephen Henson
2011-04-19Use 0 for tbslen to perform strlen.Dr. Stephen Henson
2011-04-18Add fips/cmac directory to WIN32 build.Dr. Stephen Henson
2011-04-18Fix EVP CCM decrypt. Add decrypt support to algorithm test program.Dr. Stephen Henson
2011-04-18Typo.Dr. Stephen Henson
2011-04-18ccm128.c: fix Win32 compiler warning.Andy Polyakov
2011-04-18perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov
2011-04-18ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.Andy Polyakov
2011-04-18Override flag for XTS length limit.Dr. Stephen Henson
2011-04-18CCM encrypt algorithm test support.Dr. Stephen Henson
2011-04-18Initial untested CCM support via EVP.Dr. Stephen Henson
2011-04-18Compile ccm128.c, move some structures to modes_lcl.h add prototypes.Dr. Stephen Henson
2011-04-18Don't need separate tag buffer for GCM mode: use EVP_CIPHER_CTX bufDr. Stephen Henson
2011-04-17Remove shlib_wrap.sh as it is not needed (all algorithm tests areDr. Stephen Henson
2011-04-17Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov
2011-04-16Remove PSS salt length detection hack from fipslagtest.pl by allowing a regexpDr. Stephen Henson
2011-04-16ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.Andy Polyakov
2011-04-15Add "post" option to fips_test_suite to run the POST only and exit.Dr. Stephen Henson
2011-04-15Add length limitation from SP800-38E.Dr. Stephen Henson
2011-04-15Add XTS selftest, include in fips_test_suite.Dr. Stephen Henson
2011-04-15Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.Dr. Stephen Henson
2011-04-14Add new POST support to X9.31 PRNG.Dr. Stephen Henson
2011-04-14Report each cipher used with CMAC tests.Dr. Stephen Henson
2011-04-14Revise fips_test_suite to use table of IDs for human readable strings.Dr. Stephen Henson
2011-04-14Update CMAC, HMAC, GCM to use new POST system.Dr. Stephen Henson
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson
2011-04-13Remove duplicate flag.Dr. Stephen Henson
2011-04-12Use consistent FIPS tarball name.Dr. Stephen Henson
2011-04-12Provisional AES XTS support.Dr. Stephen Henson
2011-04-12Update fips_pkey_signature_test: use fixed string if supplies tbs isDr. Stephen Henson