]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/p5_pbev2.c
Identify and move common internal libcrypto header files
[thirdparty/openssl.git] / crypto / asn1 / p5_pbev2.c
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-03-30  Dr. Stephen HensonRemove duplicate code.
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2011-02-07  Dr. Stephen HensonFix memory leak.
2009-11-25  Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-07-17  Dr. Stephen HensonFix various error codes to match functions.
2006-05-17  Dr. Stephen HensonExtended PBES2 function supporting application supplied...
2006-05-15  Dr. Stephen HensonAdd PRF preference ctrl to ciphers.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-07-04  Dr. Stephen HensonPKCS#8 fixes from stable branch.
2002-05-18  Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_init call.
2001-10-17  Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-02-23  Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-03  Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02  Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-02-22  Dr. Stephen HensonMake pkcs8 work again.
2000-01-30  Ulf MöllerSeek out and destroy another evil cast.
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-12-29  Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-07-21  Bodo MöllerTorture weak compilers less by not automatically includ...
1999-06-10  Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-08  Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07  Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-06  Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-08  Dr. Stephen HensonAdd PKCS#5 v2.0 ASN1 structures.