summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
AgeCommit message (Expand)Author
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-23Check memory allocationAlessandro Ghedini
2015-09-21Add GOST extensions to PKCS#5Matt Caswell
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-09-03PBE lookup testDr. Stephen Henson
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-09Support for alternative KDFs.Dr. Stephen Henson
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-12-21fix orderNils Larsch
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-05-17HMAC OIDs from RFC4231.Dr. Stephen Henson
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson
2006-05-14Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-05some const fixes and cleanupNils Larsch
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson