summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt2.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-04-23Update copyright yearMatt Caswell
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-05-08Coverity CID 1444961: Integer handling issuesPauli
2019-03-06Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-13Remove email addresses from source code.Rich Salz
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-02-09Support for alternative KDFs.Dr. Stephen Henson
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-11-11Fix memory leak.Dr. Stephen Henson
2013-11-06Initialise context before using it.Dr. Stephen Henson
2013-11-03PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie
2010-02-28Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-05-18Code tidy.Dr. Stephen Henson
2006-05-14Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson
2006-04-15Fix from 0.9.7-stable branch.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe