summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* fix leakHEADoriginmastersteve2012-03-221-0/+1
* Submitted by: Markus Friedl <mfriedl@gmail.com>steve2012-03-221-2/+14
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.appro2012-03-191-2/+2
* vpaes-x86_64.pl: out-of-date Apple assembler fails to calculateappro2012-03-171-1/+1
* bsaes-x86_64.pl: optimize key conversion.appro2012-03-161-39/+79
* bsaes-armv7.pl: optmize Sbox and key conversion.appro2012-03-161-46/+41
* ghash-x86.pl: omit unreferenced rem_8bit from no-sse2 build.appro2012-03-131-13/+13
* x86_64-xlate.pl: remove old kludge.appro2012-03-131-6/+2
* corrected fix to PR#2711 and also cover mime_param_cmpsteve2012-03-121-3/+4
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andsteve2012-03-126-38/+139
* check return value of BIO_write in PKCS7_decryptsteve2012-03-081-1/+5
* PR: 2755steve2012-03-062-0/+22
* don't do loop check for single self signed certificatesteve2012-03-051-0/+3
* bsaes-armv7.pl: change preferred contact.appro2012-03-031-1/+1
* Add bit-sliced AES for ARM NEON. This initial version is effectivelyappro2012-03-031-0/+987
* PR: 2742steve2012-02-291-3/+7
* Fix memory leak cause by race condition when creating public keys.steve2012-02-281-1/+10
* x86cpuid.pl: fix processor capability detection on pre-586.appro2012-02-281-2/+3
* PR: 2736steve2012-02-271-2/+1
* PR: 2737steve2012-02-271-1/+1
* PR: 2735steve2012-02-271-20/+51
* free headers after use in error messagesteve2012-02-271-1/+1
* Detect symmetric crypto errors in PKCS7_decrypt.steve2012-02-271-2/+17
* seed.c: incredibly enough seed.c can fail to compile on Solaris with certainappro2012-02-261-0/+4
* PR: 2730steve2012-02-251-1/+5
* PR: 2711steve2012-02-231-0/+4
* PR: 2696steve2012-02-231-8/+55
* PR: 2727steve2012-02-231-1/+2
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertsteve2012-02-214-2/+63
* Additional compatibility fix for MDC2 signature format.steve2012-02-151-1/+14
* An incompatibility has always existed between the format used for RSAsteve2012-02-151-0/+16
* PR: 2717steve2012-02-111-2/+2
* only cleanup ctx if we need to, save ctx flags when we dosteve2012-02-101-4/+8
* bn_nist.c: make new optimized code dependent on BN_LLONG.appro2012-02-021-1/+1
* allow key agreement for SSL/TLS certificatessteve2012-01-261-4/+9
* ghash-x86.pl: engage original MMX version in no-sse2 builds.appro2012-01-252-1/+5
* x86_64-xlate.pl: proper solution for RT#2620.appro2012-01-211-1/+2
* cryptlib.c: sscanf warning.appro2012-01-151-1/+1
* Fix OPNESSL vs. OPENSSL typos.appro2012-01-152-2/+2
* fix warningsteve2012-01-151-1/+1
* cryptlib.c: make even non-Windows builds "strtoull-agnostic".appro2012-01-141-1/+1
* sha512-sparcv9.pl: work around V8+ warning.appro2012-01-131-1/+2
* aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specificationappro2012-01-132-29/+26
* Sanitize usage of <ctype.h> functions. It's important that charactersappro2012-01-121-3/+3
* ec_pmeth.c: fix typo in commentary.appro2012-01-121-1/+1
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.appro2012-01-112-4/+4
* aes-sparcv9.pl: clean up regexpappro2012-01-111-1/+2
* fix warning (revert original patch)steve2012-01-101-8/+8
* cmac.c: optimize make_kn and move zero_iv to const segment.appro2012-01-061-10/+9
* bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions.appro2012-01-061-13/+19