aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work with -pedantic!Ben Laurie1999-04-231-6/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-20/+9
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-0/+5
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-281-0/+176