summaryrefslogtreecommitdiff
path: root/crypto/evp/p5_crpt.c
Commit message (Expand)AuthorAgeFilesLines
* fix leakHEADoriginmastersteve2012-03-221-0/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-231-11/+21
* If we're going to return errors (no matter how stupid), then we shouldben2008-12-291-1/+5
* Update obsolete email address...steve2008-11-051-1/+1
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.steve2006-05-151-33/+1
* Extend PBE code to support non default PKCS#5 v2.0 PRFs.steve2006-05-141-0/+1
* improved error checking and some fixesnils2005-07-261-2/+7
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-1/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.geoff2003-10-291-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-3/+3
* Security fixes brought forward from 0.9.7.ben2002-11-131-0/+2
* Reorder inclusion of header files:jaenicke2002-07-101-1/+1
* Modify EVP cipher behaviour in a similar waysteve2001-10-171-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()steve2001-10-161-8/+8
* Really add the EVP and all of the DES changes.ben2001-07-301-0/+2
* Change the EVP_somecipher() and EVP_somedigest()steve2001-03-091-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-9/+9
* Make PKCS#12 code handle missing passwords.steve2000-05-041-0/+3
* More no-xxx option tweaks.ulf1999-06-301-0/+14
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofsteve1999-06-101-1/+1
* Complete support for PKCS#5 v2.0. Still needs extensive testing.steve1999-06-081-0/+1
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1steve1999-06-071-3/+3
* Change PBE handling a bit more: now the key and iv generator does callssteve1999-06-061-3/+8
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionsteve1999-06-061-2/+20
* Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needssteve1999-06-041-0/+108