summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2015-10-11Typo.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt 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-17Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-24RT3425: constant-time evp_encEmilia Kasper
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-02-05Fixups.Ben Laurie
2013-02-05Make CBC decoding constant time.Ben Laurie
2011-09-01PR: 2588Dr. Stephen Henson
2010-11-27../comm.txtDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-07-08initialise pbe_tmpDr. Stephen Henson
2010-06-26fix so it is safe to repeatedly add PBE algorithmsDr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-05-27PR: 2258Dr. 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-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
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-07-08Remove MD2 from digest algorithm table. This follows the recommendation inDr. Stephen Henson
2009-03-03Use the correct length (reported by Quanhong Wang).Ben Laurie
2009-02-18Fix FIPS typo.Ben Laurie
2008-12-02Fix warnings.Ben Laurie
2008-11-11Don't attempt to enter FIPS mode in autoconfig module if already in FIPS mode.Dr. Stephen Henson
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-11-05Change old obsolete email address...Dr. Stephen Henson
2008-09-21Camellia low level API algorithm blocking.Dr. Stephen Henson
2008-09-21Make camellia work with updated EVP macros.Dr. Stephen Henson
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2008-09-15Oops, restore change that got reverted accidentally.Dr. Stephen Henson
2008-09-15Merge EVP changes in from FIPS branch.Dr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
2008-08-14Don't use assertions to check application-provided arguments;Bodo Möller
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2007-09-19make dependBen Laurie
2007-07-08EVP_*_cfb1 was broken [from HEAD].Andy Polyakov
2007-07-04Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-02-27EVP_CIPHER_CTX_key_length() should return the set key length in theDr. Stephen Henson
2007-02-08Add hmac option to dgst from 0.9.7-stable.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-12-19remove trailing '\'Nils Larsch