openssl.git
2011-05-09 Dr. Stephen... Initial TLS v1.2 client support. Include a default...
2011-05-09 Dr. Stephen... Call fipsas.pl directly for pa-risc targets.
2011-05-09 Andy PolyakovOptimized bn_nist.c. Performance improvement varies...
2011-05-08 Dr. Stephen... allow SHA384, SHA512 wit DSA
2011-05-07 Dr. Stephen... Remove gf2m modules from bn_asm if no-ec2m set.
2011-05-07 Dr. Stephen... Remove FIXME comments.
2011-05-07 Dr. Stephen... Omit GF2m properly this time ;-)
2011-05-07 Dr. Stephen... Don't include GF2m source files is NOEC2M set.
2011-05-07 Andy PolyakovIA-64 assembler pack: fix typos and make it work on...
2011-05-07 Andy Polyakovx86 assembler pack: add bn_GF2m_mul_2x2 implementations...
2011-05-06 Dr. Stephen... Fixes for WIN64 FIPS build.
2011-05-06 Dr. Stephen... Get OPENSSL_FIPSSYMS from environment in fipsas.pl...
2011-05-06 Dr. Stephen... Don't fail WIN32 builds on warnings.
2011-05-06 Dr. Stephen... Return error codes for selftest failure instead of...
2011-05-06 Dr. Stephen... Continuing TLS v1.2 support: add support for server...
2011-05-05 Dr. Stephen... Hide more symbols.
2011-05-05 Andy PolyakovARM assembler pack: engage newly introduced armv4-gf2m...
2011-05-05 Dr. Stephen... Fix warning of signed/unsigned comparison.
2011-05-05 Andy PolyakovARM assembler pack. Add bn_GF2m_mul_2x2 implementation...
2011-05-04 Dr. Stephen... Remove superfluous PRNG self tests.
2011-05-04 Andy Polyakovxts128.c: minor optimizaton.
2011-05-04 Dr. Stephen... Update status.
2011-05-04 Dr. Stephen... Remove debugging print.
2011-05-04 Andy Polyakovbn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes...
2011-05-04 Dr. Stephen... Fix warning.
2011-05-04 Dr. Stephen... Include fipssyms.h for ARM builds to translate symbols.
2011-05-04 Dr. Stephen... Remove useless setting.
2011-05-02 Dr. Stephen... PR: 2499
2011-05-02 Dr. Stephen... Fix do_fips script.
2011-05-02 Dr. Stephen... Use faster curves for ECDSA self test.
2011-05-02 Dr. Stephen... Use more portable clock_gettime() for fips_test_suite...
2011-05-01 Dr. Stephen... Stop warning in VxWorks.
2011-05-01 Dr. Stephen... Quick hack to time POST.
2011-05-01 Dr. Stephen... Two more symbol renames.
2011-05-01 Dr. Stephen... Handle multiple CPUID_OBJ correctly.
2011-05-01 Dr. Stephen... Rename some more symbols.
2011-05-01 Dr. Stephen... Include crypto.h in ppccap.c
2011-05-01 Dr. Stephen... Add ppc_cap.c to restricted tarball.
2011-05-01 Dr. Stephen... For FIPS algorithm test utilities use our own version...
2011-05-01 Dr. Stephen... Some changes to support VxWorks in the validted module.
2011-05-01 Dr. Stephen... Disable SHA256 if not supported.
2011-05-01 Dr. Stephen... Update symbol translation table.
2011-04-30 Dr. Stephen... no need to include memory.h
2011-04-29 Dr. Stephen... Initial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29 Dr. Stephen... Initial "opaque SSL" framework. If an application defines
2011-04-28 Dr. Stephen... Don't assume version of rm supports -rf: use RM instead.
2011-04-28 Dr. Stephen... Stop warnings about undefined _exit on Android.
2011-04-24 Dr. Stephen... Fix warning.
2011-04-24 Dr. Stephen... Recognise invalid enable/disable options.
2011-04-24 Dr. Stephen... Clarification.
2011-04-24 Andy Polyakovgcm128.c: minor optimization.
2011-04-24 Andy Polyakovccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and...
2011-04-24 Richard Levittefips_check_dsa_prng() should only be built when OPENSSL...
2011-04-24 Richard LevitteError discrepancy corrected.
2011-04-23 Dr. Stephen... More fixes for DSA FIPS overrides.
2011-04-23 Dr. Stephen... Make sure overrides work for RSA/DSA.
2011-04-23 Dr. Stephen... Oops, work out expanded buffer length before allocating...
2011-04-23 Dr. Stephen... Always return multiple of block length bytes from defau...
2011-04-23 Dr. Stephen... Add PRNG security strength checking.
2011-04-23 Andy Polyakovxts128.c: fix bug introduced in commit#20704. Bug affec...
2011-04-22 Dr. Stephen... Return errors instead of aborting when selftest fails.
2011-04-22 Dr. Stephen... Add XTS test vector support to fipsalgtest.pl
2011-04-22 Dr. Stephen... Rewrite OutputValue to avoid use of buffer when printin...
2011-04-21 Dr. Stephen... Initial do_fips.bat build script for WIN32 fipscanister.
2011-04-21 Dr. Stephen... Reconise no-ec-nistp224-64-gcc-128 option.
2011-04-21 Dr. Stephen... Make fipscanisteronly auto detect work on WIN32.
2011-04-21 Dr. Stephen... Fix WIN32 warning.
2011-04-21 Dr. Stephen... Update ordinals.
2011-04-21 Dr. Stephen... Add continuous RNG test to entropy source. Entropy...
2011-04-20 Dr. Stephen... Update DRBG to use new POST scheme.
2011-04-20 Dr. Stephen... Add periodic DRBG health checks as required by SP800-90.
2011-04-20 Dr. Stephen... Add partial GCM tests to fipsalgtest.pl
2011-04-20 Dr. Stephen... Add partial DH and ECDH primitives only testing to...
2011-04-20 Dr. Stephen... Warn if lines are truncated in algorithm test utilities.
2011-04-20 Andy Polyakovxts128.c: minor optimization and clarified prototype.
2011-04-19 Andy Polyakovperlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile.
2011-04-19 Dr. Stephen... Add AES CCM selftest.
2011-04-19 Dr. Stephen... Use 0 for tbslen to perform strlen.
2011-04-18 Dr. Stephen... Add fips/cmac directory to WIN32 build.
2011-04-18 Dr. Stephen... Fix EVP CCM decrypt. Add decrypt support to algorithm...
2011-04-18 Dr. Stephen... Typo.
2011-04-18 Andy Polyakovccm128.c: fix Win32 compiler warning.
2011-04-18 Andy Polyakovperlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus...
2011-04-18 Andy Polyakovccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_cc...
2011-04-18 Dr. Stephen... Override flag for XTS length limit.
2011-04-18 Dr. Stephen... CCM encrypt algorithm test support.
2011-04-18 Dr. Stephen... Initial untested CCM support via EVP.
2011-04-18 Dr. Stephen... Compile ccm128.c, move some structures to modes_lcl...
2011-04-18 Dr. Stephen... Don't need separate tag buffer for GCM mode: use EVP_CI...
2011-04-17 Dr. Stephen... Remove shlib_wrap.sh as it is not needed (all algorithm...
2011-04-17 Andy PolyakovMultiple assembler packs: add experimental memory bus...
2011-04-16 Dr. Stephen... Remove PSS salt length detection hack from fipslagtest...
2011-04-16 Andy Polyakovccm128.c: minor optimization and bugfix in CRYPTO_ccm12...
2011-04-15 Dr. Stephen... Add "post" option to fips_test_suite to run the POST...
2011-04-15 Dr. Stephen... Add length limitation from SP800-38E.
2011-04-15 Dr. Stephen... Add XTS selftest, include in fips_test_suite.
2011-04-15 Dr. Stephen... Add algorithm driver for XTS mode. Fix several bugs...
2011-04-14 Dr. Stephen... Add new POST support to X9.31 PRNG.
2011-04-14 Dr. Stephen... Report each cipher used with CMAC tests.
2011-04-14 Dr. Stephen... Revise fips_test_suite to use table of IDs for human...
next