summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
2006-11-29replace macros with functionsNils Larsch
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-08-31Fix from HEAD.Dr. Stephen Henson
2006-06-14"make depend" for the default configuration, i.e. no-camellia here inBodo Möller
2006-06-11Camellia cipher, contributed by NTTBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-04-15Fix from 0.9.7-stable.Dr. Stephen Henson
2006-03-01Update from HEAD.Dr. Stephen Henson
2006-02-04Update filenames in makefilesDr. Stephen Henson
2005-12-02Update from HEAD.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-07-26improved error checking and some fixesNils Larsch