aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* apps/ocsp: Add check for OPENSSL_strdupJiasheng Jiang2022-02-171-2/+4
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-2/+7
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-4/+4
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-221-5/+5
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* apps/ocsp: Allow -port 0Dr. David von Oheimb2021-05-291-1/+1
* openssl ocsp: make index.txt parsing error more verboseFlorian Mickler2021-05-241-0/+3
* Complete 'no-sock' guards in apps/ocsp.cRichard Levitte2021-05-201-0/+8
* apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-11/+26
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-0/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-5/+8
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-6/+6
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-2/+2
* Read a REQUEST not RESPONSE in ocsp responderRich Salz2021-04-221-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-6/+8
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-5/+6
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-071-1/+0
* apps: fix Coverity 1472670 & 1472685: resource leaksPauli2021-03-201-7/+3
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-4/+4
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-3/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Process digest option after loading providersRich Salz2021-02-121-3/+7
* Check non-option argumentsRich Salz2020-12-151-3/+6
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-6/+4
* apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz2020-09-211-6/+12
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+6
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-1/+1
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-6/+5
* APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2020-06-231-1/+1
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-6/+10
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-4/+6
* Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2020-05-091-408/+39
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-76/+71
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-114/+9
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-1/+2
* Add `-passin` arg to `ocsp`kaysond2020-01-061-1/+11
* apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte2019-11-291-3/+3
* Add "sections" to -help outputRich Salz2019-11-081-48/+54
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-4/+15
* Actually silently ignore GET / OCSP requestsViktor Dukhovni2019-07-161-2/+4