summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.appro2011-05-241-8/+129
* spacrv9cap.c: addenum to recent EC optimizations.appro2011-05-232-3/+4
* aesni-x86[_64].pl: optimize for Sandy Bridge and add XTS mode.appro2011-05-222-622/+3161
* x86_64-gf2m.pl: add Win64 SEH.appro2011-05-221-4/+112
* ppccap.c: addenum to recent EC optimizations.appro2011-05-211-1/+1
* ec_cvt.c: ARM comparison results were wrong, clarify the background.appro2011-05-211-6/+12
* ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeappro2011-05-201-0/+19
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-194-3/+93
* inherit HMAC flags from MD_CTXsteve2011-05-191-0/+2
* aesni-x86_64.pl: make it compile on MacOS X.appro2011-05-181-2/+2
* x86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X.appro2011-05-181-6/+6
* x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile onappro2011-05-181-0/+24
* x86_64cpuid.pl: allow shared build to work without -Bsymbolic.appro2011-05-182-7/+26
* x86[_64]cpuid.pl: handle new extensions.appro2011-05-162-32/+88
* ppc-xlate.pl: get linux64 declaration right.appro2011-05-161-3/+10
* x86gas.pl: add palignr and move pclmulqdq.appro2011-05-163-13/+17
* x86_64 assembler pack: add x86_64-gf2m module.appro2011-05-162-0/+283
* x86_64-xlate.pl: allow "base-less" effective address, add palignr, moveappro2011-05-162-33/+33
* new flag to stop ENGINE methods being registeredsteve2011-05-152-1/+9
* Fix error discrepancy.steve2011-05-121-1/+1
* bn_nist.c: fix shadowing warnings.appro2011-05-111-173/+173
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined insteve2011-05-1111-19/+19
* Call fipsas.pl directly for pa-risc targets.steve2011-05-091-2/+2
* Optimized bn_nist.c. Performance improvement varies from one benchmarkappro2011-05-091-13/+263
* allow SHA384, SHA512 wit DSAsteve2011-05-081-1/+3
* IA-64 assembler pack: fix typos and make it work on HP-UX.appro2011-05-073-14/+14
* x86 assembler pack: add bn_GF2m_mul_2x2 implementations (see x86-gf2m.pl forappro2011-05-072-0/+321
* Return error codes for selftest failure instead of hard assertion errors.steve2011-05-061-0/+9
* ARM assembler pack: engage newly introduced armv4-gf2m module.appro2011-05-053-12/+31
* Fix warning of signed/unsigned comparison.steve2011-05-051-1/+1
* ARM assembler pack. Add bn_GF2m_mul_2x2 implementation (see source codeappro2011-05-051-0/+265
* xts128.c: minor optimizaton.appro2011-05-041-12/+14
* bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.appro2011-05-041-16/+80
* Include fipssyms.h for ARM builds to translate symbols.steve2011-05-041-0/+4
* PR: 2499steve2011-05-021-4/+4
* Include crypto.h in ppccap.csteve2011-05-011-0/+1
* no need to include memory.hsteve2011-04-301-3/+0
* Fix warning.steve2011-04-241-1/+2
* gcm128.c: minor optimization.appro2011-04-241-20/+26
* ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.appro2011-04-242-23/+162
* fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.levitte2011-04-241-0/+2
* Error discrepancy corrected.levitte2011-04-241-1/+1
* More fixes for DSA FIPS overrides.steve2011-04-231-1/+2
* Make sure overrides work for RSA/DSA.steve2011-04-234-7/+11
* Oops, work out expanded buffer length before allocating it...steve2011-04-231-2/+2
* Always return multiple of block length bytes from default DRBG seedsteve2011-04-231-0/+2
* Add PRNG security strength checking.steve2011-04-2312-12/+212
* xts128.c: fix bug introduced in commit#20704. Bug affected encryption ofappro2011-04-231-2/+2
* Return errors instead of aborting when selftest fails.steve2011-04-223-2/+12
* Fix WIN32 warning.steve2011-04-211-2/+2