summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW
2022-07-06Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang
2022-03-15Update copyright yearMatt Caswell
2022-02-17apps/ocsp: Add check for OPENSSL_strdupJiasheng Jiang
2021-05-29apps/ocsp: Allow -port 0Dr. David von Oheimb
2021-05-24openssl ocsp: make index.txt parsing error more verboseFlorian Mickler
2021-05-20Complete 'no-sock' guards in apps/ocsp.cRichard Levitte
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-22Read a REQUEST not RESPONSE in ocsp responderRich Salz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-03-20apps: fix Coverity 1472670 & 1472685: resource leaksPauli
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Process digest option after loading providersRich Salz
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-09-21apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10Don't compile commands if disabledRich Salz
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-06Add `-passin` arg to `ocsp`kaysond
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni
2019-04-03Modify OCSP to use alt MD for cert IDs in responsesTodd Short