]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_doit.c
Fix safestack issues in pkcs7.h
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_doit.c
2020-09-13  Matt CaswellFix safestack issues in pkcs7.h
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-12  Shane LontisFix coverity issue: CID 1466484 - Remove dead code...
2020-08-29  Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29  Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-09  Shane LontisAdd libctx support to PKCS7.
2020-07-16  Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-08  Shane LontisFix CID 1454808: Error handling issues NEGATIVE_RETURN...
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-10  Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-09  Matt CaswellAdd the ability to perform signatures in a provider
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
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...
next