aboutsummaryrefslogtreecommitdiff
path: root/apps/ocsp.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-04-27apps/ocsp: Tweak some places to make clear they refer to *lists* of certsDr. David von Oheimb1-6/+6
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW1-0/+2
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb1-2/+2
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb1-5/+7
2022-07-06Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel1-1/+1
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang1-0/+5
2022-02-17apps/ocsp: Add check for OPENSSL_strdupJiasheng Jiang1-2/+4
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb1-2/+7
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb1-4/+4
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb1-2/+1
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb1-5/+5
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
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