aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+4
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-3/+2
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Check memory allocationAlessandro Ghedini2015-10-231-4/+11
* Add GOST extensions to PKCS#5Matt Caswell2015-09-211-0/+4
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-0/+2
* PBE lookup testDr. Stephen Henson2015-09-031-25/+15
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-211-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+2
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+2
* free cleanup almost the finaleRich Salz2015-04-301-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Support for alternative KDFs.Dr. Stephen Henson2015-02-091-0/+1
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-215/+203
* Fix for EVP_PBE_alg_add().Dr. Stephen Henson2014-06-271-1/+1
* PR: 2127Dr. Stephen Henson2009-12-171-0/+14
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-251-0/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-7/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+9
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-16/+18
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* fix orderNils Larsch2006-12-211-1/+1
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+1
* HMAC OIDs from RFC4231.Dr. Stephen Henson2006-05-171-0/+4
* Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson2006-05-151-4/+95
* Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson2006-05-141-37/+101
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* some const fixes and cleanupNils Larsch2005-04-051-1/+2
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-3/+3
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-1/+1
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-1/+2
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-061-4/+2
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-061-37/+3
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Undo evil cast! <g>Ulf Möller1999-04-231-1/+1