aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR: 2803Dr. Stephen Henson2012-11-291-0/+1
* add wrapper function for certificate downloadDr. Stephen Henson2012-11-292-0/+7
* constifyDr. Stephen Henson2012-11-292-2/+2
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-284-42/+141
* C64x+ assembly pack: improve EABI support.Andy Polyakov2012-11-288-9/+86
* Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov2012-11-284-4/+13
* New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson2012-11-272-0/+16
* AES for SPARC T4: add XTS, reorder subroutines to improve TLB locality.Andy Polyakov2012-11-243-132/+624
* Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson2012-11-214-38/+27
* Submitted by: Florian Weimer <fweimer@redhat.com>Dr. Stephen Henson2012-11-212-14/+21
* don't use psec or pdays if NULLDr. Stephen Henson2012-11-201-2/+4
* first parameter is difference in days, not yearsDr. Stephen Henson2012-11-202-3/+3
* make dependDr. Stephen Henson2012-11-191-2/+3
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-195-64/+131
* x86_64-gcc.c: resore early clobber constraint.Andy Polyakov2012-11-191-2/+2
* make dependDr. Stephen Henson2012-11-195-34/+49