]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ocsp.c
Fix safestack issues in ocsp.h
[thirdparty/openssl.git] / apps / ocsp.c
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
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-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-08  Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-08-20  Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-06-23  Sebastian Andrzej... APPS: Properly pass -no-CAstore
2020-06-13  Dr. David von OheimbAdd request URL path checking and status responses...
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-09  Dr. David von OheimbExtract HTTP server code from apps/ocsp.c to apps/lib...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-10  Rich SalzDon't compile commands if disabled
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-07  Paulicmdline app: add provider commandline options.
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-04  Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-06  kaysondAdd `-passin` arg to `ocsp`
2019-11-29  Richard Levitteapps/ocsp.c: sock_timeout -> socket_timeout
2019-11-07  Rich SalzAdd "sections" to -help output
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-07-16  Viktor DukhovniActually silently ignore GET / OCSP requests
2019-04-03  Todd ShortModify OCSP to use alt MD for cert IDs in responses
2019-03-28  Dmitry BelyavskiyAdd some checks of OCSP functions
2019-02-11  Richard Levitteapps/ocsp.c Use the same HAVE_FORK / NO_FORK as in...
2019-01-24  Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-22  FdaSilvaYYCoverity fix in apps/oscp
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-02  Matt CaswellFix a mem leak in the ocsp app
2018-04-19  Matt CaswellFix ocsp app exit code
2018-04-19  Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-03-21  PauliDon't call strsignal, just print the signal number.
2018-03-20  Eric Coveneraix compat fixes for ocsp.c
2018-03-20  Matt CaswellFix the OCSP responder mode
2018-03-19  Matt CaswellFix no-posix-io compile failure
2018-03-08  Viktor DukhovniMake OCSP "multi" compatible with "no-sock" builds.
2018-03-07  Viktor DukhovniImplement multi-process OCSP responder.
2018-03-07  Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-02-01  Richard Levitteocsp.c doesn't free the whole output chain, maybe causi...
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2018-01-24  David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24  David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24  David CooperAdd -rsigopt option to ocsp command
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Rich SalzRemove remaining NETWARE ifdef's
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-11  Johannes BauerClarify CLI OCSP documentation
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-12  Todd ShortOCSP Updates: error codes and multiple certificates
2016-10-14  FdaSilvaYYConstify command options
2016-09-20  FdaSilvaYYFix various missing option help messages ...
2016-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-08-17  Dr. Stephen HensonCorrupt signature in place.
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-07-25  FdaSilvaYYTypo and comment fix
2016-06-16  FdaSilvaYYSpelling fixes
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-12  Dr. Stephen HensonCorrectly check for trailing digest options.
2016-05-04  FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-20  Matt CaswellFix no-sock on Windows
2016-04-18  Rich SalzMake string_to_hex/hex_to_string public
2016-04-06  Matt CaswellFix no-ocsp
2016-03-21  Matt CaswellFix no-sock
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-20  Kurt Roeckxargv was set but unused
2016-02-18  Rich SalzGH681: More command help cleanup
2016-02-14  Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-13  Benjamin KadukGH650: Minor tidying around the ocsp app
2016-01-21  Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-14  Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09  Matt CaswellContinue standardisation of malloc handling in apps
2015-10-23  Alessandro GhediniDo not treat 0 return value from BIO_get_fd() as error
2015-10-18  Dr. Stephen HensonMove auto Host adding to query_responder
2015-10-18  Dr. Stephen HensonFix memory leak with -issuer option.
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-08-10  Rich SalzFix build break.
2015-08-08  bluelineXYGH357: Update ocsp.c
2015-07-31  Adam EijdenbergRT3962: Check accept_count only if not unlimited
2015-06-23  Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-02  Rich SalzRT832: Use REUSEADDR in ocsp responder
2015-05-29  Richard LevitteRestore module loading
2015-05-16  Matt CaswellClient side version negotiation rewrite
2015-05-13  Rich SalzAdd missing ctype.h
2015-05-13  Rich SalzFix ocsp bugs
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree cleanup 12
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-29  Rich SalzAdd HTTP GET support to OCSP server
2015-04-26  Rich SalzFix main build breakage.
2015-04-25  Rich SalzRT2206: Add -issuer flag to ocsp command
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-11  Rich Salzfree NULL cleanup 10
2015-03-25  Rich Salzfree NULL cleanup
next