]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/crl.c
Update copyright year
[thirdparty/openssl.git] / apps / crl.c
2022-05-03  Matt CaswellUpdate copyright year
2022-01-11  Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-11  William EdmistenAdd support for ISO 8601 datetime format
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
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-30  Shane LontisFix CRL app so that stdin works.
2021-04-29  Tomas Mrazcrl: noout is not an output item
2021-04-20  Rich SalzFetch and free cipher and md's
2021-04-01  Tomas MrazAvoid going through NID when unnecessary
2021-03-17  Tomas Mrazapps/crl: Print just the hash value if printing just...
2021-02-28  Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-11  Rich SalzFetch cipher after loading providers
2021-02-11  Rich SalzProcess digest option after loading providers
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-12-15  Rich SalzCheck non-option arguments
2020-10-26  Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-20  Jacob Hoffman-AndrewsPrefix crlNumber output with 0x.
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24  David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-07  Paulicmdline app: add provider commandline options.
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
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-04-25  Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2016-10-14  FdaSilvaYYConstify command options
2016-09-20  FdaSilvaYYFix various missing option help messages ...
2016-08-19  Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-08-17  Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17  Dr. Stephen HensonCorrupt signature in place.
2016-08-16  Dr. Stephen HensonCorrupt signature earlier.
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-05-17  Rich SalzX509_STORE_CTX accessors.
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-04  FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-29  Matt CaswellCheck for a NULL return value from a call to X509_STORE...
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-02-20  Kurt Roeckxargv was set but unused
2015-12-14  Dr. Stephen HensonNew function X509_get0_pubkey
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-09-02  Dr. Stephen Hensonmake X509_CRL opaque
2015-07-07  Richard LevitteMake "oneline" the default for nameopt
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-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-24  Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-04-03  Tim HudsonAdd option to generate old hash format.
2012-12-04  Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2012-12-02  Dr. Stephen Hensonadd -badsig option to corrupt CRL signatures for testin...
2012-12-02  Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-12-02  Dr. Stephen Hensonadd option to get a certificate or CRL from a URL
2008-10-22  Dr. Stephen HensonAdd support for -crlnumber option in crl utility.
2005-04-05  Nils Larschsome const fixes
2005-04-02  Nils Larschuse SHA-1 as the default digest for the apps/openssl...
2004-11-11  Dr. Stephen HensonDon't return an error with crl -noout.
2003-03-31  Richard LevitteAdd usage string for -fingerprint.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-04-30  Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-06-23  Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-06  Ulf Möllerformat strings
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-05-18  Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-09  Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
1999-12-01  Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-09-18  Dr. Stephen HensonVarious CRL enhancements tidies and workaround for...
1999-09-03  Bodo MöllerReinitialize global variables when necessary (for monol...
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-12  Ralf S. EngelschallFix `openssl crl -noout -text' combination where `...
1999-02-19  Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-01-20  Dr. Stephen HensonContinued patches so certificates and CRLs now can...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...