ARM64 assembly pack: make it Windows-friendly.
[openssl.git] / apps / cms.c
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-06 Konstantin ShemyakCorrected 'cms' exit status when key or certificate...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-20 FdaSilvaYYRemove an option related to a deprecated flag
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-24 Matt CaswellClarify the error messages in 08f6ae5b28
2016-08-24 Matt CaswellFix some resource leaks in the apps
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-07-25 FdaSilvaYYTypo and comment fix
2016-06-01 Matt CaswellFree memory on error in cms app
2016-05-19 Dr. Stephen HensonUse correct EOL in headers.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-13 Dr. Stephen HensonFix signer option and support format SMIME.
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-11 Dr. Stephen HensonFix engine key support in cms and req utilities.
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-24 Rich Salzfree NULL cleanup
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-02-13 Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2013-07-17 Dr. Stephen HensonCustom key wrap option for cms utility.
2013-06-21 Dr. Stephen HensonAdd -keyopt option to cms utility.
2012-06-19 Dr. Stephen Hensonoops, add -debug_decrypt option which was accidenatally...
2012-01-05 Bodo MöllerFix usage indentation
2011-09-23 Dr. Stephen HensonPR: 2347
2009-11-26 Dr. Stephen HensonExperimental CMS password based recipient Info support.
2009-10-18 Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-07-13 Dr. Stephen HensonX509 verification fixes.
2008-06-04 Ben LaurieMore type-checking.
2008-05-01 Dr. Stephen HensonUse "cont" consistently in cms-examples.pl
2008-04-11 Dr. Stephen HensonRevert argument swap change... oops CMS_uncompress...
2008-04-11 Dr. Stephen HensonMake CMS_uncompress() argument order consistent with...
2008-04-10 Dr. Stephen HensonAdd additional parameter to CMS_final() to handle detac...
2008-04-09 Dr. Stephen HensonCorrect references to smime in cms app.
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 HensonAdd support for signed receipt request printout and...
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-24 Dr. Stephen HensonAdd support for CMS structure printing in cms utility.
2008-03-19 Dr. Stephen HensonAllow alternate eContentType oids to be set in cms...
2008-03-19 Dr. Stephen HensonAdd support for KEK decrypt in cms utility.
2008-03-19 Dr. Stephen HensonAdd support for KEKRecipientInfo in cms application.
2008-03-18 Dr. Stephen HensonMake 3DES default cipher in cms utility.
2008-03-18 Dr. Stephen HensonVarious tidies/fixes:
2008-03-16 Dr. Stephen HensonFix some warnings.
2008-03-15 Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-14 Dr. Stephen HensonInitial support for Encrypted Data type generation.
2008-03-14 Dr. Stephen HensonTypos.
2008-03-14 Dr. Stephen HensonEncrypted Data type processing. Add options to cms...
2008-03-12 Dr. Stephen HensonAnd so it begins...