aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* 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