summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-01-15Prepare for 1.0.1l releaseOpenSSL_1_0_1lMatt Caswell
2015-01-15make updateMatt Caswell
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-10RT3662: Allow leading . in nameConstraintsDr. Stephen Henson
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell
2015-01-08Prepare for 1.0.1l-devMatt Caswell
2015-01-08Prepare for 1.0.1k releaseOpenSSL_1_0_1kMatt Caswell
2015-01-08make updateMatt Caswell
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2015-01-07Fix irix-cc build.Andy Polyakov
2015-01-06use correct function nameDr. Stephen Henson
2015-01-06Fix memory leak.Martin Brejcha
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-04RT2914: NULL check missing in X509_name_canonRich Salz
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx
2014-12-20Fix incorrect OPENSSL_assert() usage.Michael Tuexen
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-17Add a comment noting the padding oracle.Emilia Kasper
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-12-17Build fixesEmilia Kasper
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte
2014-12-17Backport regression testBodo Möller
2014-12-17Check for invalid divisors in BN_div.Emilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-15Fix unused variable warningEmilia Kasper
2014-12-12Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of aMatt Caswell
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-28Check for FindNextFile when defining it rather than FindFirstFileRichard Levitte
2014-11-17Don't use msg on error.Jan Hykel
2014-11-13Fix cross reference table generator.Dr. Stephen Henson
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2014-11-11Fix warning about negative unsigned intergersKurt Roeckx
2014-11-10Fix datarace reported by valgrind/helgrindRussell Coker
2014-10-29md32_common.h: address compiler warning in HOST_c2l.Andy Polyakov
2014-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves
2014-10-17RT3547: Add missing static qualifierKurt Cancemi
2014-10-15Prepare for 1.0.1k-devMatt Caswell
2014-10-15Prepare for 1.0.1j releaseOpenSSL_1_0_1jMatt Caswell
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
2014-10-15aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov
2014-10-15Add constant_time_locl.h to HEADERS,Tim Hudson
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-10-15Spaces were added in some strings for better readability. However, those spac...Richard Levitte