free NULL cleanup
[openssl.git] / crypto / pkcs7 / pk7_doit.c
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-01-30 Rich SalzDead code removal: #if 0 asn1, pkcs7
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-05-07 Matt CaswellFixed NULL pointer dereference in PKCS7_dataDecode...
2014-04-22 Ben LaurieFix double frees.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2012-03-22 Dr. Stephen HensonSubmitted by: Markus Friedl <mfriedl@gmail.com>
2012-03-12 Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2010-06-12 Ben LaurieFix warnings.
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2007-04-05 Ben LaurieIf you're going to check for negative, use an signed...
2007-04-04 Nils Larschcheck return value of ASN1_item_i2d(), Coverity ID 55
2007-04-04 Ben LaurieHandle bad content type. Coverity ID 99.
2007-02-03 Nils Larschfix potential memory leaks
2006-12-24 Dr. Stephen HensonAdd bit I missed from PKCS#7 streaming encoder.
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-05-24 Dr. Stephen HensonFix warnings.
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18 Dr. Stephen HensonMore S/MIME tidy. Place some common attribute operation...
2006-05-18 Dr. Stephen HensonRemove old digest type hacks for non RSA keys.
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 decrypt routines to use new API.
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-04-19 Dr. Stephen HensonRemove dss1 hack from S/MIME code.
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-05-11 Bodo MöllerFix more error codes.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2003-10-11 Dr. Stephen HensonAdd support for digested data PKCS#7 type.
2003-10-11 Dr. Stephen HensonSimplify cipher and digest lookup in PKCS#7 code.
2003-10-10 Dr. Stephen HensonRetrieve correct content to sign when the
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-02-26 Dr. Stephen HensonAlways init ctx_tmp in PKCS7_dataFinal since it is...
2002-02-13 Bodo MöllerECDSA support
2002-01-02 Richard LevitteAllow verification of other types than DATA.
2001-12-07 Dr. Stephen HensonDon't overwrite signing time.
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-04-05 Richard LevitteFix couple of memory leaks in PKCS7_dataDecode().
2001-03-20 Richard Levitteavoid linking problems when OpenSSL is built with no...
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2000-12-31 Dr. Stephen HensonFix the S/MIME code so it now works again and
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-26 Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
2000-03-23 Richard LevitteClean up context, even if an error occured.
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-11-16 Dr. Stephen HensonFix for a bug in PKCS#7 code and non-detached data.
1999-10-29 Dr. Stephen HensonFix to PKCS#7 routines so it can decrypt some oddball...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-08-19 Dr. Stephen HensonAllow memory bios to be read only and change PKCS#7...
1999-06-22 Dr. Stephen HensonNew function PKCS7_signatureVerify to allow the signing...
1999-06-02 Ben Lauriestack.
1999-06-02 Ben LaurieStack.
1999-05-31 Ben LaurieStack.
1999-05-31 Ben LaurieMore stack.
1999-05-19 Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-16 Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16 Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-11 Dr. Stephen HensonVarious PKCS#7 related fixes,tidies and comments.
1999-05-10 Dr. Stephen HensonVarious PKCS#7 fixes to properly (maybe!) handle PKCS...
1999-05-09 Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-05-01 Ben LaurieAnother stack.
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-17 Ben LaurieMassive constification.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-03-14 Dr. Stephen HensonUsing int for the digest length in EVP_DigestFinal...
1999-03-05 Dr. Stephen HensonFix the PKCS#7 stuff: signature verify could fail if...
1999-03-03 Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-25 Ralf S. EngelschallChange type of another md_len variable in pk7_doit...
1998-12-30 stephenfix pk7_doit.c for new i2d_ASN1_SET argument
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...