summaryrefslogtreecommitdiff
path: root/crypto/evp/p5_crpt.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* PKCS5 PBE: free allocations on unlikely / impossible failure pathPauli2020-09-161-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Avoid leak in error path of PKCS5_PBE_keyivgenkinichiro2020-01-221-0/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Coverity CID 1444960: Error handling issuesPauli2019-05-081-6/+14
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-10/+15
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove duplicate code.Dr. Stephen Henson2015-03-301-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-68/+74
* fix leakDr. Stephen Henson2012-03-221-0/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-11/+21
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* 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