Handle find-doc-nits script rename
[openssl.git] / crypto / cms / cms_lcl.h
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-09-11 Dr. Stephen HensonFix zlib CMS compilation.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.
2013-06-21 Dr. Stephen HensonCMS public key parameter support.
2012-03-12 Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2010-03-11 Dr. Stephen Hensonupdate cms code to use X509_ALGOR_set_md instead of...
2009-11-26 Dr. Stephen HensonExperimental CMS password based recipient Info support.
2008-03-28 Dr. Stephen HensonSigned receipt generation code.
2008-03-28 Dr. Stephen HensonSupport for verification of signed receipts.
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-24 Dr. Stephen HensonAdd signed receipt ASN1 structures. Initial GENERAL_NAM...
2008-03-17 Dr. Stephen HensonPreliminary support for enveloped data content type...
2008-03-15 Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-14 Dr. Stephen HensonReorganise encrypted content info code to avoid duplica...
2008-03-14 Dr. Stephen HensonEncrypted Data type processing. Add options to cms...
2008-03-13 Dr. Stephen HensonFree up additional data in RecipientInfo structure
2008-03-12 Dr. Stephen HensonAnd so it begins...