aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Include correctly.Ben Laurie2013-03-041-4/+4
* x86_64-gf2m.pl: fix typo.Andy Polyakov2013-03-011-1/+1
* x86_64-gf2m.pl: add missing Windows build fix for #2963.Andy Polyakov2013-03-011-1/+2
* Missing files target.Ben Laurie2013-02-261-0/+3
* Add function CMS_RecipientInfo_encryptDr. Stephen Henson2013-02-263-24/+28
* make depend.Ben Laurie2013-02-214-56/+48
* sha256-586.pl: code refresh.Andy Polyakov2013-02-151-21/+18
* sha1-586.pl: code refresh.Andy Polyakov2013-02-141-31/+60
* ghash-x86[_64].pl: code refresh.Andy Polyakov2013-02-143-154/+499
* [aesni-]sha1-x86_64.pl: code refresh.Andy Polyakov2013-02-142-145/+193
* sha512-x86_64.pl: add AVX2 code path.Andy Polyakov2013-02-141-82/+568
* bn_nist.c: work around clang 3.0 bug.Andy Polyakov2013-02-141-12/+8
* sparccpuid.S: work around emulator bug on T1.Andy Polyakov2013-02-111-2/+2
* e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.Andy Polyakov2013-02-081-36/+43
* e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.Andy Polyakov2013-02-061-0/+2
* e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov2013-02-062-23/+186
* Make CBC decoding constant time.Ben Laurie2013-02-061-0/+2
* Add and use a constant-time memcmp.Ben Laurie2013-02-063-1/+21
* x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov2013-02-022-2/+4
* Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP setDr. Stephen Henson2013-01-231-0/+2
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-2215-15/+30
* bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov2013-01-221-1/+1
* sha512-ppc.pl: minimize stack frame.Andy Polyakov2013-01-221-4/+2
* Don't include comp.h if no-comp set.Dr. Stephen Henson2013-01-201-1/+2
* Improve WINCE support.Andy Polyakov2013-01-194-5/+23
* Merge branch 'master' of openssl.net:opensslBen Laurie2013-01-191-2/+290
|\
| * sha512-ppc.pl: add PPC32 code, >2x improvement on in-order cores.Andy Polyakov2013-01-191-2/+290
* | Make "make depend" work on MacOS out of the box.Ben Laurie2013-01-194-53/+65
|/
* Fix some clang warnings.Ben Laurie2013-01-138-67/+68
* Fix warning.Ben Laurie2013-01-061-1/+1
* make no-comp compileDr. Stephen Henson2012-12-301-1/+2
* Portability fix: use BIO_snprintf and pick up strcasecmp alternativeDr. Stephen Henson2012-12-261-1/+2
* Make partial chain checking work if we only have the EE certificate inDr. Stephen Henson2012-12-211-0/+41
* revert OCSP_basic_verify changes: they aren't needed now we support partial c...Dr. Stephen Henson2012-12-201-65/+7
* dso/dso_win32.c: fix compiler warning.Andy Polyakov2012-12-181-3/+6
* d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov2012-12-161-5/+9
* Check chain is not NULL before assuming we have a validated chain.Dr. Stephen Henson2012-12-152-2/+2
* Use new partial chain flag instead of modifying input parameters.Dr. Stephen Henson2012-12-131-4/+3
* New verify flag to return success if we have any certificate in theDr. Stephen Henson2012-12-132-0/+11
* Update ignores.Ben Laurie2012-12-113-0/+7
* Tabification. Remove accidental duplication.Ben Laurie2012-12-101-3/+3
* Fix OCSP checking.Ben Laurie2012-12-072-8/+67
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-062-4/+4
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-054-0/+157
* aes-s390x.pl: fix XTS bugs in z196-specific code path.Andy Polyakov2012-12-051-11/+11
* ghash-sparcv9.pl: shave off one more xmulx, improve T3 performance by 7%.Andy Polyakov2012-12-041-38/+31
* initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson2012-12-044-1/+141
* cryptlib.c: fix logical error.Andy Polyakov2012-12-011-4/+7
* aesni-x86_64.pl: CTR face lift, +25% on Bulldozer.Andy Polyakov2012-12-011-209/+247
* aes-s390x.pl: harmonize software-only code path [and minor optimization].Andy Polyakov2012-12-011-45/+28