summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2023-09-07Copyright year updatesMatt Caswell
2023-04-27apps/ocsp: Tweak some places to make clear they refer to *lists* of certsDr. David von Oheimb
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-07-06Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel
2022-05-03Update copyright yearMatt Caswell
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang
2022-02-17apps/ocsp: Add check for OPENSSL_strdupJiasheng Jiang
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
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