summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-24RT3425: constant-time evp_encEmilia Kasper
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-04-02Fix base64 decoding bug.Eric Young
2013-12-20Ignore NULL parameter in EVP_MD_CTX_destroy.Dr. Stephen Henson
2013-11-11Fix memory leak.Dr. Stephen Henson
2013-11-06Initialise context before using it.Dr. Stephen Henson
2013-11-05PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie
2013-10-03evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov
2013-02-05Fixups from previous commit.Ben Laurie
2013-02-05Make CBC decoding constant time.Ben Laurie
2011-09-01PR: 2588Dr. Stephen Henson
2010-12-02make updateDr. Stephen Henson
2010-11-30PR: 2385Dr. Stephen Henson
2010-11-27Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson
2010-11-24J-PAKE was not correctly checking values, which could lead to attacks.Ben Laurie
2010-11-16If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-09-05Oops. Make depend on a standard configuration.Ben Laurie
2010-09-05Make depend.Ben Laurie
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-05-27PR: 2258Dr. Stephen Henson
2010-05-03PR: 2244Dr. Stephen Henson
2010-03-27PR: 1904Dr. Stephen Henson
2010-03-08reserve a few more bits for future cipher modesDr. Stephen Henson
2010-03-06don't add digest alias if signature algorithm is undefinedDr. Stephen Henson
2010-03-05Fix memory leak: free up ENGINE functional reference if digest is notDr. Stephen Henson
2010-03-01'typo'Dr. Stephen Henson
2010-02-26Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson
2010-02-15The "block length" for CFB mode was incorrectly coded as 1 all the time. ItDr. Stephen Henson
2010-02-15Correct ECB mode EVP_CIPHER definition: IV length is 0Dr. Stephen Henson
2010-02-15add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stableDr. Stephen Henson
2010-02-07oops, use new value for new flagDr. Stephen Henson
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson
2010-02-02PR: 2161Dr. Stephen Henson
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson
2009-12-16Ooops revert stuff which shouldn't have been part of previous commit.Dr. Stephen Henson
2009-12-16New option to enable/disable connection to unpatched serversDr. Stephen Henson
2009-12-09Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-11-12set engine to NULL after releasing itDr. Stephen Henson
2009-10-01Yes it is a typo ;-)Dr. Stephen Henson