summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-01-08Prepare for 0.9.8zd releaseOpenSSL_0_9_8zdMatt 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-05Add ASN1_TYPE_cmp and X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-11-11Fix warning about negative unsigned intergersKurt Roeckx
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-17Add constant_time_locl.h to HEADERS,Tim Hudson
2014-10-17Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-10-17RT3547: Add missing static qualifierKurt Cancemi
2014-10-16Don't try 1**0 test with FIPS.Dr. Stephen Henson
2014-10-15Prepare for 0.9.8zd-devMatt Caswell
2014-10-15Prepare for 0.9.8zc releaseOpenSSL_0_9_8zcMatt Caswell
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson
2014-09-25Add missing testsEmilia Kasper
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-29Fixed double inclusion of string.hMatt Caswell
2014-08-28Constant-time utilitiesEmilia 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-06Prepare for 0.9.8zc-devMatt Caswell
2014-08-06Prepare for 0.9.8zb releaseOpenSSL_0_9_8zbMatt Caswell
2014-08-06Fix OID handling:Emilia Kasper
2014-08-06fix warn_unused_result warningsDr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell
2014-07-13* crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2014-07-07Prevent infinite loop loading config files.David Lloyd
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-28Fix typo in ideatest.cAndreas Westfeld
2014-06-27Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-06-27Remove ancient obsolete files under pkcs7.Dr. Stephen Henson
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala