summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
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-10RT2560: missing NULL check in ocsp_req_find_signerRich Salz
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-28Constant-time utilitiesEmilia Kasper
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-08-22RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2014-08-21Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper
2014-08-19Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-07Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson
2014-08-06Prepare for 1.0.1j-devMatt Caswell
2014-08-06Prepare for 1.0.1i releaseOpenSSL_1_0_1iMatt Caswell
2014-08-06make updateMatt Caswell
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson
2014-08-06Fix OID handling:Emilia Kasper
2014-08-01Fix error discrepancy.Dr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-30Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley