]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_pbe.c
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / evp / evp_pbe.c
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Matt CaswellUpdate copyright year
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-01  PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2017-08-01  Martin PeyloAdding NID_hmac_sha1 and _md5 to builtin_pbe[]
2017-07-07  PauliTrivial bounds checking.
2017-07-05  Rich SalzUndo commit d420ac2
2016-07-05  FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-07  Dr. Stephen HensonOnly declare stacks in headers
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-23  Alessandro GhediniCheck memory allocation
2015-09-21  Matt CaswellAdd GOST extensions to PKCS#5
2015-09-04  Rich SalzRT3998: Allow scrypt to be disabled
2015-09-03  Dr. Stephen HensonPBE lookup test
2015-05-21  Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-02-09  Dr. Stephen HensonSupport for alternative KDFs.
2015-02-06  Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-06-29  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-27  Dr. Stephen HensonFix for EVP_PBE_alg_add().
2009-12-17  Dr. Stephen HensonPR: 2127
2009-11-25  Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-10-22  Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-12  Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-07-04  Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04  Ben LaurieMore type-checking.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-12-21  Nils Larschfix order
2006-07-17  Dr. Stephen HensonFix various error codes to match functions.
2006-05-17  Dr. Stephen HensonHMAC OIDs from RFC4231.
2006-05-15  Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-14  Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
2005-05-11  Bodo MöllerFix more error codes.
2005-04-05  Nils Larschsome const fixes and cleanup
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-10  Lutz JänickeReorder inclusion of header files:
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2000-06-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
1999-06-06  Dr. Stephen HensonChange PBE handling a bit more: now the key and iv...
1999-06-06  Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
1999-04-27  Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ulf MöllerUndo evil cast! <g>
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-03-29  Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28  Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.