summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-02Fix do_fips script.Dr. Stephen Henson
2011-05-02Use faster curves for ECDSA self test.Dr. Stephen Henson
2011-05-02Use more portable clock_gettime() for fips_test_suite timing.Dr. Stephen Henson
2011-05-01Stop warning in VxWorks.Dr. Stephen Henson
2011-05-01Quick hack to time POST.Dr. Stephen Henson
2011-05-01Two more symbol renames.Dr. Stephen Henson
2011-05-01Handle multiple CPUID_OBJ correctly.Dr. Stephen Henson
2011-05-01Rename some more symbols.Dr. Stephen Henson
2011-05-01Include crypto.h in ppccap.cDr. Stephen Henson
2011-05-01Add ppc_cap.c to restricted tarball.Dr. Stephen Henson
2011-05-01For FIPS algorithm test utilities use our own version of strcasecmp andDr. Stephen Henson
2011-05-01Some changes to support VxWorks in the validted module.Dr. Stephen Henson
2011-05-01Disable SHA256 if not supported.Dr. Stephen Henson
2011-05-01Update symbol translation table.Dr. Stephen Henson
2011-04-30no need to include memory.hDr. Stephen Henson
2011-04-29Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson
2011-04-29Initial "opaque SSL" framework. If an application definesDr. Stephen Henson
2011-04-28Don't assume version of rm supports -rf: use RM instead.Dr. Stephen Henson
2011-04-28Stop warnings about undefined _exit on Android.Dr. Stephen Henson
2011-04-24Fix warning.Dr. Stephen Henson
2011-04-24Recognise invalid enable/disable options.Dr. Stephen Henson
2011-04-24Clarification.Dr. Stephen Henson
2011-04-24gcm128.c: minor optimization.Andy Polyakov
2011-04-24ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.Andy Polyakov
2011-04-24fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.Richard Levitte
2011-04-24Error discrepancy corrected.Richard Levitte
2011-04-23More fixes for DSA FIPS overrides.Dr. Stephen Henson
2011-04-23Make sure overrides work for RSA/DSA.Dr. Stephen Henson
2011-04-23Oops, work out expanded buffer length before allocating it...Dr. Stephen Henson
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