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