]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/cms.c
CMS sign digest
[thirdparty/openssl.git] / apps / cms.c
2022-04-02  Viktor SöderqvistCMS sign digest
2022-01-11  Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-08-25  Dr. David von OheimbCMS app: Fix new -wrap option
2021-08-20  Dmitry BelyavskiyGet rid of warn_binary
2021-08-05  Tomas Mrazcms: Fix handling of -rctform option
2021-08-05  Tomas Mrazcms: Do not try to check binary format on stdin
2021-06-16  Pauliapps: use get_cipher_any() instead of get_cipher()...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-22  Dr. David von Oheimbapps/cms.c: Correct -sign output and -verify input...
2021-05-22  Dr. David von Oheimbapps/cms: Simplify handling of encerts; add warning...
2021-05-20  Dr. David von Oheimbapps/cms: Clean up order of options in help output...
2021-05-19  Dr. David von Oheimbapps/cms.c: Simplify make_receipt_request() and load_co...
2021-05-19  Dr. David von Oheimbapps/cms.c: Make -sign and -verify handle binary input
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-05  Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-05  Rich SalzFetch cipher-wrap after loading providers.
2021-04-22  Rich SalzRemove an unused parameter
2021-04-21  Rich SalzUse build.info not file-wide ifndef
2021-04-20  Rich SalzFetch and free cipher and md's
2021-04-14  Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-03-18  Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-15  Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Rich SalzFetch cipher after loading providers
2021-02-11  Rich SalzProcess digest option after loading providers
2021-02-11  Rich SalzLoad rand state after loading providers
2021-02-05  Petr Gotthardapps/openssl: add -propquery command line option
2020-12-15  Rich SalzCheck non-option arguments
2020-10-26  Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellRemove some more CMS key downgrades
2020-10-06  Benny BaumannAvoid memory leak of parent on allocation failure for...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-24  Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13  Matt CaswellFix safestack issues in cms.h
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-03  Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-08-20  Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-09  Shane LontisAdd libctx support to CMS.
2020-06-24  Dmitry BelyavskiyCMS print should support string conversion
2020-05-27  FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-07  Paulicmdline app: add provider commandline options.
2020-03-03  Dmitry BelyavskiyImplementation of Russian GOST CMS
2019-11-20  Rich SalzDocument command parameters.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-05  Rich SalzAdd missing help text for some options
2019-05-29  FdaSilvaYYCAdES: Fix SignerInfo attribute construction order.
2019-05-02  Dr. Matthias St... openssl cms: add error message if operation option...
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
next