RT4320/GH705: Fix PEM parsing bug.
[openssl.git] / crypto / pkcs12 / p12_mutl.c
2016-02-08 Dr. Stephen Hensonfix various formatting issues
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen Hensonmore PKCS12 opacity
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-10-23 Alessandro GhediniSet salt length after the malloc has succeeded
2015-09-21 Matt CaswellGOST PKCS12 support
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
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-25 Matt CaswellRAND_bytes updates
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
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...