]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12/p12_key.c
crypto/pkcs12: add UTF8 support.
[thirdparty/openssl.git] / crypto / pkcs12 / p12_key.c
2016-08-22  Andy Polyakovcrypto/pkcs12: add UTF8 support.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-04  Dr. Stephen Hensonreject zero block length in PKCS12 keygen
2016-04-28  Matt CaswellDon't leak memory on error in PKCS12_key_gen_uni
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-07  Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-04-30  Rich Salzfree cleanup almost the finale
2015-02-03  Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2010-11-22  Dr. Stephen Hensonadd pice of PR#2295 not committed to HEAD
2010-10-11  Dr. Stephen HensonPR: 2295
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-06-17  Dr. Stephen HensonRename asc2uni and uni2asc functions to avoid clashes.
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2001-11-06  Dr. Stephen HensonPKCS#12 code fixes: initialize and cleanup digests...
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-03-18  Dr. Stephen HensonFix PKCS#12 key generation bug.
2001-01-14  Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-03-07  Richard LevitteCheck that a password was actually passed, or the user...
1999-12-15  Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-10-30  Ulf Möller*** empty log message ***
1999-05-05  Ulf MöllerRemove unreachable return statements.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-03-29  Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28  Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...