Be more explicit about RSAES-PKCS#1v1.5 error handling
[openssl.git] / apps / verify.c
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-07 Peiwei HuFix: some patches related to error exiting
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
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-08 Matt CaswellUpdate copyright year
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2020-12-15 Rich SalzCheck non-option arguments
2020-12-04 Dr. David von Oheimbapps/verify:c: Enable output of multiple verification...
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-23 Sebastian Andrzej... APPS: Properly pass -no-CAstore
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-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
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...
2019-06-05 Shane LontisCoverity fixes
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-03-29 Paul YangFix a memleak in apps/verify
2019-03-13 杨洋Support SM2 certificate verification
2019-01-16 Richard Levitteapps/verify.c: Change an old comment to clarify what...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-02 Pavel KopylFix memory leaks in CA related functions.
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-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-02-21 Dmitry BelyavskiyAdded '-nameopt' option to the verify command.
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-06-20 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-01-21 Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-03 Viktor DukhovniCleanup of verify(1) failure output
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-08-02 Ben LaurieFix refactoring breakage.
2015-08-02 Dr. Stephen Hensondon't reset return value to 0
2015-08-02 Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-07-14 Rich SalzCan't use -trusted with -CA{path,file}
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellAdd help text for some verify options
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-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-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-02-25 Dr. Stephen HensonAdd -show_chain option to print out verified chain.
2012-12-11 Ben LaurieMake openssl verify return errors.
2012-12-06 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-12-13 Ben LaurieBack out redundant verification time change.
2011-12-13 Ben LaurieMake it possible to set a time for verification.
2010-02-27 Dr. Stephen Hensonoops, revert verify.c change
2010-02-27 Dr. Stephen HensonAdd Kerberos fix which was in 0.9.8-stable but never...
2010-02-25 Dr. Stephen Hensonallow setting of verify names in command line utilities...
2009-10-31 Dr. Stephen HensonAdd missing functions to allow access to newer X509_STO...
2009-10-31 Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
2009-10-18 Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-09-02 Dr. Stephen HensonTidy up and fix verify callbacks to avoid structure...
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2004-11-29 Richard LevitteMake an explicit check during certificate validation...
2004-09-07 Dr. Stephen HensonReformat smime utility.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-10-21 Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-07 Dr. Stephen HensonInitial CRL based revocation checking.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-08 Dr. Stephen HensonUpdate verify docs.
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
next