summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add evp_test fixes.Shane Lontis2020-08-071-4/+15
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Usages of KDFs converted to use the name macrosPauli2019-09-111-1/+1
* Fix users of KDFs to use params not ctlsPauli2019-09-061-8/+18
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-111-1/+2
* Coverity CID 1444961: Integer handling issuesPauli2019-05-081-2/+7
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-061-25/+16
* Added new EVP/KDF API.David Makepeace2019-02-131-82/+28
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-2/+1
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-041-2/+0
* Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai2017-03-171-2/+5
* Clean away remaining 'selftest' codeRichard Levitte2016-11-031-12/+0
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-4/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-20/+30
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove duplicate code.Dr. Stephen Henson2015-03-301-21/+5
* Support for alternative KDFs.Dr. Stephen Henson2015-02-091-4/+4
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-2/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-259/+249
* 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-241-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-161-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-211-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