aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_pbe.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Support for alternative KDFs.Dr. Stephen Henson1-0/+1
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson1-4/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-215/+203
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson1-1/+1
2009-12-17PR: 2127Dr. Stephen Henson1-0/+14
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson1-0/+5
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson1-7/+5
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-8/+9
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-16/+18
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-12-21fix orderNils Larsch1-1/+1
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-1/+1
2006-05-17HMAC OIDs from RFC4231.Dr. Stephen Henson1-0/+4
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson1-4/+95
2006-05-14Extend PBE code to support non default PKCS#5 v2.0 PRFs.Dr. Stephen Henson1-37/+101
2005-05-11Fix more error codes.Bodo Möller1-1/+1
2005-04-05some const fixes and cleanupNils Larsch1-1/+2
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-07-10Reorder inclusion of header files:Lutz Jänicke1-1/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-3/+3
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-2/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-1/+1
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson1-1/+2
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1-4/+2
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1-37/+3
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1-2/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-23Undo evil cast! <g>Ulf Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-6/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-20/+9
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1-0/+5
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1-0/+176