Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / apps / smime.c
2023-12-12 Bernd EdlingerFix a possible memleak in smime_main
2023-09-07 Matt CaswellCopyright year updates
2023-04-27 Dr. David von Oheimbapps/smime: Point out that the six operations are mutua...
2022-05-03 Matt CaswellUpdate copyright year
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-06-16 Pauliapps: use get_cipher_any() instead of get_cipher()...
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-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-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
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
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
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-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 stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
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 PKCS7.
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.
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...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
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
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
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-17 FdaSilvaYYConstify char* input parameters in apps code
2016-07-25 FdaSilvaYYTypo and comment fix
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-02-22 Rich SalzRemove unused parameters from internal functions
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
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-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-05-29 Richard LevitteRestore module loading
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
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-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-06-02 Dr. Stephen HensonAllow reordering of certificates when signing.
2014-05-21 Dr. Stephen HensonChange default cipher in smime app to des3.
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
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-06-04 Ben LaurieMore type-checking.
2007-05-10 Dr. Stephen HensonImprove error detection when streaming S/MIME.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-13 Dr. Stephen HensonUpdate smime utility to support streaming for -encrypt...
2006-07-13 Dr. Stephen HensonThere is should be no need to rewind the input stream...
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-05-25 Dr. Stephen HensonAllow any supported cipher to be used with smime -encrypt.
2006-05-22 Dr. Stephen HensonFix smime -pk7out.
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18 Dr. Stephen HensonMultiple signer support in smime application.
2006-05-18 Dr. Stephen HensonReformat smime.c utility.
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-04-05 Nils Larschsome const fixes
2004-09-07 Dr. Stephen HensonReformat smime utility.
2004-09-07 Dr. Stephen HensonDon't use 'explicit' for variable name.
2004-09-07 Dr. Stephen HensonReformat smime.c
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
next