summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-01-15Prepare for 1.0.0q releaseOpenSSL_1_0_0qMatt Caswell
2015-01-15make updateMatt Caswell
2015-01-14Fixup installation script for VMSRichard Levitte
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-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell
2015-01-08Prepare for 1.0.0q-devMatt Caswell
2015-01-08Prepare for 1.0.0p releaseOpenSSL_1_0_0pMatt Caswell
2015-01-08make updateMatt Caswell
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2015-01-06use correct function nameDr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
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-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
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-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-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves
2014-10-17RT3547: Add missing static qualifierKurt Cancemi
2014-10-15Prepare for 1.0.0p-devMatt Caswell
2014-10-15Prepare for 1.0.0o releaseOpenSSL_1_0_0oMatt Caswell
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
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
2014-10-15Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson
2014-09-25Add missing testsEmilia Kasper
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov
2014-09-24RT3425: constant-time evp_encEmilia Kasper
2014-09-24RT3067: simplify patchEmilia Kasper
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley
2014-09-03Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte
2014-09-03RT3334: Fix crypto/LPdir_win.cPhil Mesnier
2014-09-02Make the inline const-time functions static.Emilia Kasper
2014-08-30md5-x86_64.pl: work around warning.Andy Polyakov
2014-08-29Fixed double inclusion of string.hMatt Caswell