aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak.Dr. Stephen Henson2013-11-111-0/+1
* Initialise context before using it.Dr. Stephen Henson2013-11-061-1/+1
* PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie2013-11-031-8/+29
* Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie2010-02-281-1/+1
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-251-35/+46
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-6/+18
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-2/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Code tidy.Dr. Stephen Henson2006-05-181-2/+1
* Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson2006-05-141-23/+57
* Fix from 0.9.7-stable branch.Dr. Stephen Henson2006-04-151-3/+8
* improved error checking and some fixesNils Larsch2005-07-261-2/+7
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+3
* Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.Richard Levitte2003-03-201-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-1/+1
* Improve back compatibility.Ben Laurie2001-12-091-1/+1
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+3
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-1/+2
* NO_HMAC.Ulf Möller1999-07-151-1/+2
* Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1999-07-111-4/+4
* Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson1999-07-111-6/+30
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-1/+2
* Survive pedanticism.Ben Laurie1999-06-081-2/+2
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-0/+221