summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix leakHEADoriginmastersteve2012-03-221-0/+1
* Submitted by: Markus Friedl <mfriedl@gmail.com>steve2012-03-221-2/+14
* use client version when deciding whether to send supported signature algorith...steve2012-03-211-1/+1
* e_padlock-x86[_64].pl: better understanding of prefetch errata and properappro2012-03-192-78/+204
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.appro2012-03-192-2/+3
* Always use SSLv23_{client,server}_method in s_client.c and s_server.c,steve2012-03-182-16/+0
* 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
* oops, revert unrelated patchessteve2012-03-144-125/+12
* update FAQ, NEWSsteve2012-03-146-13/+139
* ghash-x86.pl: omit unreferenced rem_8bit from no-sse2 build.appro2012-03-131-13/+13
* ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.appro2012-03-131-1/+4
* 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
* update NEWSsteve2012-03-121-0/+44
* PR: 2744steve2012-03-112-0/+43
* Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>steve2012-03-092-13/+62
* PR: 2756steve2012-03-093-23/+27
* check return value of BIO_write in PKCS7_decryptsteve2012-03-081-1/+5
* New ctrls to retrieve supported signature algorithms and curves andsteve2012-03-0611-24/+197
* PR: 2755steve2012-03-064-2/+29
* PR: 2748steve2012-03-062-5/+4
* don't do loop check for single self signed certificatesteve2012-03-051-0/+3
* Configure: make no-whirlpool work.appro2012-03-031-1/+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: 2743steve2012-02-291-0/+1
* 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: 2739steve2012-02-272-2/+6
* 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
* Configure: I remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds forappro2012-02-261-8/+0
* seed.c: incredibly enough seed.c can fail to compile on Solaris with certainappro2012-02-261-0/+4
* PR: 2730steve2012-02-252-1/+8
* ABI fixes from 1.0.1-stablesteve2012-02-231-6/+7
* PR: 2711steve2012-02-231-0/+4
* PR: 2696steve2012-02-231-8/+55
* PR: 2727steve2012-02-231-1/+2
* ABI compliance fixes.steve2012-02-224-74/+70
* SSL export fixes (from Adam Langley) [original from 1.0.1]steve2012-02-225-46/+55
* initialise i if n == 0steve2012-02-221-0/+2
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertsteve2012-02-216-2/+71
* Fix bug in CVE-2011-4619: check we have really received a client hellosteve2012-02-162-8/+14