aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt.c
Commit message (Expand)AuthorAgeFilesLines
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson2006-05-151-33/+1
* Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson2006-05-141-0/+1
* improved error checking and some fixesNils Larsch2005-07-261-2/+7
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-8/+8
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+2
* 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-9/+9
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-0/+3
* More no-xxx option tweaks.Ulf Möller1999-06-301-0/+14
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-1/+1
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-0/+1
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-3/+3
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-061-3/+8
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-061-2/+20
* Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson1999-06-041-0/+108