Fix memory leak in GENERAL_NAME_set0_othername.
[openssl.git] / crypto / pkcs12 / p12_mutl.c
2017-02-21 Dmitry BelyavskiyFix memory leak in pkcs12 -export
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2015-10-23 Alessandro GhediniSet salt length after the malloc has succeeded
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-06-03 Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2006-05-17 Dr. Stephen HensonPKCS#12 mac key length should equal digest length.
2005-06-30 Dr. Stephen HensonCheck PKCS7 structures in PKCS#12 files are of type...
2005-05-11 Bodo MöllerFix more error codes.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2001-12-09 Ben LaurieImprove back compatibility.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-19 Richard LevitteMake all configuration macros available for application...
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-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-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-06-29 Ulf MöllerFix no-hmac and no-ripemd.
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
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 HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
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...