Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / apps / ocsp.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-27 Dr. David von Oheimbapps/ocsp: Tweak some places to make clear they refer...
2022-11-15 GWapps/ocsp.c: Add missing test if make_ocsp_response...
2022-09-07 Dr. David von Oheimbapps/ocsp.c etc.: rename 'multi' to 'n_responders'...
2022-09-07 Dr. David von OheimbAPPS HTTP server: trace requests and responses when...
2022-07-06 Alexander ScheelFixes OSCP->OCSP typo in ocsp command line
2022-05-03 Matt CaswellUpdate copyright year
2022-04-21 Zhou QingyangFix wild pointer dereference in make_ocsp_response()
2022-02-17 Jiasheng Jiangapps/ocsp: Add check for OPENSSL_strdup
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-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-05-29 Dr. David von Oheimbapps/ocsp: Allow -port 0
2021-05-24 Florian Mickleropenssl ocsp: make index.txt parsing error more verbose
2021-05-20 Richard LevitteComplete 'no-sock' guards in apps/ocsp.c
2021-05-18 Dr. David von Oheimbapps/ocsp: Add -proxy and -no_proxy options
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
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-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-22 Rich SalzRead a REQUEST not RESPONSE in ocsp responder
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 Nan XiaoRemove unnecessary setting SSL_MODE_AUTO_RETRY
2021-03-20 Pauliapps: fix Coverity 1472670 & 1472685: resource leaks
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Rich SalzProcess digest option after loading providers
2020-12-15 Rich SalzCheck non-option arguments
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-09-21 Tomas Mrazapps/ocsp: Return non zero exit code with invalid certID
2020-09-13 Matt CaswellFix safestack issues in conf.h
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
next