Update copyright year
[openssl.git] / crypto / pkcs7 / pk7_doit.c
2018-03-20 Matt CaswellUpdate copyright year
2018-03-12 Matt CaswellImprove error handling in pk7_doit
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 MouseCode hygiene; initialize some pointers.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-13 Matt CaswellAdd some missing return value checks
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-04-28 Matt CaswellFree memory on error in PKCS7_dataFinal()
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
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-10-23 Alessandro GhediniRemove useless code
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-06-11 Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
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-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-03-28 Rich Salzfree NULL cleanup
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...
next