Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.
[openssl.git] / crypto /
2011-07-20 Andy PolyakovAdd RSAX builtin engine. It optimizes RSA1024 sign...
2011-07-20 Dr. Stephen HensonPR: 2559
2011-07-18 Andy Polyakovsha512-sparcv9.pl: minor optimization of sha256.
2011-07-17 Andy PolyakovARM assembler pack: add platform run-time detection.
2011-07-14 Dr. Stephen HensonPR: 2556 (partial)
2011-07-13 Andy Polyakovperlasm/cbc.pl: fix tail processing bug.
2011-07-11 Andy Polyakovevp.h: add flag to distinguish AEAD ciphers and pair...
2011-07-05 Andy Polyakovx86_64-mont.pl: add squaring procedure and improve...
2011-07-04 Andy Polyakovx86_64-xlate.pl: sha1 and md5 warnings made it to nasm...
2011-07-04 Andy Polyakovsha1-x86_64.pl: nasm 2.07 screws up labels if AVX path...
2011-07-04 Andy Polyakovs390x-gf2m.pl: commentary update (final performance...
2011-07-01 Andy Polyakovsha1-x86_64.pl: fix win64-specific typos and add masm...
2011-07-01 Andy Polyakovx86_64-xlate.pl: masm-specific update.
2011-06-28 Andy Polyakovcrypto/aes/Makefile: make it work on IRIX.
2011-06-28 Andy Polyakovcrypto/whrlpool/wp_block.c: harmonize OPENSSL_ia32cap_P.
2011-06-28 Andy Polyakovcrypto/sha/asm/sha[1|512]-mips.pl: minor updates.
2011-06-28 Andy Polyakovrc4-586.pl: add Atom performance results.
2011-06-28 Andy Polyakovmd5-x86_86.pl: remove redundant instructions.
2011-06-28 Andy Polyakovcrypto/bn/Makefile: fix typo.
2011-06-27 Andy Polyakovs390x assembler pack: add s390x-gf2m.pl and harmonize...
2011-06-27 Andy Polyakovrc4-x86_64.pl: commentary update.
2011-06-27 Andy PolyakovMinor x86_64 perlasm update.
2011-06-23 Richard LevitteAdd a symbol for the first parameter to OPENSSL_showfat...
2011-06-23 Richard LevitteAdd symbols for the parameters on a couple more functions.
2011-06-22 Dr. Stephen HensonPR: 2470
2011-06-22 Dr. Stephen HensonPR: 2540
2011-06-22 Dr. Stephen Hensoncorrectly encode OIDs near 2^32
2011-06-22 Dr. Stephen HensonNow the FIPS capable OpenSSL is available simplify...
2011-06-22 Dr. Stephen Hensonallow MD5 use for computing old format hash links
2011-06-21 Dr. Stephen HensonDon't set FIPS rand method at same time as RAND method...
2011-06-20 Dr. Stephen Hensonmake EVP_dss() work for DSA signing
2011-06-20 Dr. Stephen Hensonadd null cipher to FIPS module
2011-06-17 Dr. Stephen HensonGive parameters names in prototypes.
2011-06-13 Dr. Stephen Hensonmake sure custom cipher flag doesn't use any mode bits
2011-06-10 Dr. Stephen Henson#undef bn_div_words as it is defined for FIPS builds.
2011-06-10 Dr. Stephen HensonUpdate dependencies for m_dss.c too.
2011-06-10 Dr. Stephen HensonRemove x509.h from SHA1 clone digests, update dependencies.
2011-06-08 Dr. Stephen HensonAdd flags for DH FIPS method.
2011-06-08 Dr. Stephen HensonSet flags in ECDH and ECDSA methods for FIPS.
2011-06-06 Andy Polyakovrc4_skey.c: remove dead/redundant code (it's never...
2011-06-06 Dr. Stephen HensonMove function prototype to fips.h
2011-06-06 Andy Polyakove_aes.c: move AES-NI run-time switch and implement...
2011-06-04 Andy Polyakovx86_64cpuid.pl: fix typo.
2011-06-04 Andy Polyakovx86[_64]cpuid.pl: add function accessing rdrand instruc...
2011-06-03 Dr. Stephen Hensonlicense correction, no EAY code included in this file
2011-06-02 Dr. Stephen HensonRemove FIPS RSA functions from crypto/rsa.
2011-06-01 Dr. Stephen HensonAdd DSA and ECDSA "clone digests" to module for compati...
2011-05-30 Andy Polyakove_aes.c: fix typo.
2011-05-30 Andy Polyakove_aes.c: fix aes_cfb1_cipher.
2011-05-30 Andy Polyakove_aes.c: integrate AESNI directly into EVP.
2011-05-30 Andy Polyakovaesni-x86[_64].pl: relax alignment requirement.
2011-05-29 Andy PolyakovVarious mingw64 fixes.
2011-05-29 Andy Polyakovsha1-586|x86_64.pl: minor portability fix.
2011-05-29 Andy Polyakovx86cpuid.pl: last commit broke platforms with perl...
2011-05-29 Andy Polyakovsha1-586|x86_64.pl: add SSSE3 and AVX code paths.
2011-05-28 Andy Polyakovaes-ppc.pl: handle unaligned data on page boundaries.
2011-05-27 Andy Polyakovrc4-x86_64.pl: fix due credit.
2011-05-27 Andy Polyakovrc4-x86_64.pl: RC4_options fix-up.
2011-05-27 Andy Polyakovx86[_64]cpuid.pl: harmonize usage of reserved bits...
2011-05-27 Andy PolyakovPPC assembler pack: adhere closer to ABI specs, add...
2011-05-27 Andy Polyakovrc4-x86_64.pl: major optimization for contemporary...
2011-05-27 Andy Polyakovrc4-586.pl: optimize even further...
2011-05-26 Andy Polyakovx86_64cpuid.pl: get AVX masking right.
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen HensonPR: 2512
2011-05-25 Andy Polyakovrc4-586.pl: optimize unused code path.
2011-05-24 Andy Polyakovrc4-586.pl: 50% improvement on Core2 and 80% on Westmere.
2011-05-23 Andy Polyakovspacrv9cap.c: addenum to recent EC optimizations.
2011-05-22 Andy Polyakovaesni-x86[_64].pl: optimize for Sandy Bridge and add...
2011-05-22 Andy Polyakovx86_64-gf2m.pl: add Win64 SEH.
2011-05-21 Andy Polyakovppccap.c: addenum to recent EC optimizations.
2011-05-21 Andy Polyakovec_cvt.c: ARM comparison results were wrong, clarify...
2011-05-20 Andy Polyakovec_cvt.c: avoid EC_GFp_nist_method on platforms with...
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-19 Dr. Stephen Hensoninherit HMAC flags from MD_CTX
2011-05-18 Andy Polyakovaesni-x86_64.pl: make it compile on MacOS X.
2011-05-18 Andy Polyakovx86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X.
2011-05-18 Andy Polyakovx86_64-xlate.pl: add inter-register movq and make x86_6...
2011-05-18 Andy Polyakovx86_64cpuid.pl: allow shared build to work without...
2011-05-16 Andy Polyakovx86[_64]cpuid.pl: handle new extensions.
2011-05-16 Andy Polyakovppc-xlate.pl: get linux64 declaration right.
2011-05-16 Andy Polyakovx86gas.pl: add palignr and move pclmulqdq.
2011-05-16 Andy Polyakovx86_64 assembler pack: add x86_64-gf2m module.
2011-05-16 Andy Polyakovx86_64-xlate.pl: allow "base-less" effective address...
2011-05-15 Dr. Stephen Hensonnew flag to stop ENGINE methods being registered
2011-05-12 Dr. Stephen HensonFix error discrepancy.
2011-05-11 Andy Polyakovbn_nist.c: fix shadowing warnings.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-09 Dr. Stephen HensonCall fipsas.pl directly for pa-risc targets.
2011-05-09 Andy PolyakovOptimized bn_nist.c. Performance improvement varies...
2011-05-08 Dr. Stephen Hensonallow SHA384, SHA512 wit DSA
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 HensonReturn error codes for selftest failure instead of...
2011-05-05 Andy PolyakovARM assembler pack: engage newly introduced armv4-gf2m...
2011-05-05 Dr. Stephen HensonFix warning of signed/unsigned comparison.
2011-05-05 Andy PolyakovARM assembler pack. Add bn_GF2m_mul_2x2 implementation...
2011-05-04 Andy Polyakovxts128.c: minor optimizaton.
2011-05-04 Andy Polyakovbn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes...
next