Run the withlibctx.pl script
[openssl.git] / crypto / cms / cms_sd.c
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-23 Shane LontisFix CID 1466709 : Negative value passed to a function...
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-05-15 Matt CaswellUpdate copyright year
2020-04-30 Paulicoverity 1462578 Resource leak
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-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-07-31 FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-29 FdaSilvaYYCAdES: Fix SignerInfo attribute construction order.
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-27 Rich SalzCheck for malloc failure
2017-10-16 MouseCode hygiene; initialize some pointers.
2017-01-08 Dr. Stephen HensonSet EVP_PKEY_CTX in SignerInfo
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 Matt CaswellDon't leak EVP_MD_CTX on error path
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
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-09-30 Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-15 Jonas Maebecms_SignerInfo_content_sign: free sig on failure path
2014-05-29 Dr. Stephen HensonSet version number correctly.
2013-11-09 Dr. Stephen HensonAdd CMS_SignerInfo_get0_signature function.
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.
2013-07-02 Dr. Stephen HensonInitialise CMS signature buffer length properly.
2013-06-21 Dr. Stephen HensonCMS public key parameter support.
2010-03-11 Dr. Stephen Hensonupdate cms code to use X509_ALGOR_set_md instead of...
2009-09-30 Dr. Stephen HensonPR: 2058
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-04-06 Dr. Stephen HensonSet contentType attribute just before signing to allow...
2008-03-19 Dr. Stephen HensonAllow alternate eContentType oids to be set in cms...
2008-03-17 Dr. Stephen HensonPreliminary support for enveloped data content type...
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-15 Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-12 Dr. Stephen HensonAnd so it begins...