index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ocsp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
1
-2
/
+7
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-4
/
+4
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-2
/
+1
*
Fix HTTP server port output and allow dynamic verbosity setting
Dr. David von Oheimb
2021-11-22
1
-5
/
+5
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
apps/ocsp: Allow -port 0
Dr. David von Oheimb
2021-05-29
1
-1
/
+1
*
openssl ocsp: make index.txt parsing error more verbose
Florian Mickler
2021-05-24
1
-0
/
+3
*
Complete 'no-sock' guards in apps/ocsp.c
Richard Levitte
2021-05-20
1
-0
/
+8
*
apps/ocsp: Add -proxy and -no_proxy options
Dr. David von Oheimb
2021-05-18
1
-11
/
+26
*
HTTP client API: Generalize to arbitrary request and response contents
Dr. David von Oheimb
2021-05-14
1
-0
/
+1
*
HTTP: Implement persistent connections (keep-alive)
Dr. David von Oheimb
2021-05-14
1
-5
/
+8
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-6
/
+6
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
APPS: Improve diagnostics for string options and options expecting int >= 0
Dr. David von Oheimb
2021-04-24
1
-2
/
+2
*
Read a REQUEST not RESPONSE in ocsp responder
Rich Salz
2021-04-22
1
-1
/
+1
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-6
/
+8
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
1
-5
/
+6
*
Remove unnecessary setting SSL_MODE_AUTO_RETRY
Nan Xiao
2021-04-07
1
-1
/
+0
*
apps: fix Coverity 1472670 & 1472685: resource leaks
Pauli
2021-03-20
1
-7
/
+3
*
apps: Add maybe_stdin argument to load_certs and set it in pkcs12
Tomas Mraz
2021-03-15
1
-4
/
+4
*
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
2021-03-01
1
-3
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Process digest option after loading providers
Rich Salz
2021-02-11
1
-3
/
+7
*
Check non-option arguments
Rich Salz
2020-12-15
1
-3
/
+6
*
APPS: Remove the format argument where it's not used
Richard Levitte
2020-10-26
1
-6
/
+4
*
apps/ocsp: Return non zero exit code with invalid certID
Tomas Mraz
2020-09-21
1
-6
/
+12
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+6
*
OSSL_HTTP_parse_url(): add optional port number return parameter and strength...
Dr. David von Oheimb
2020-09-08
1
-1
/
+1
*
apps: make use of OSSL_STORE for generalized certs and CRLs loading
Dr. David von Oheimb
2020-08-20
1
-6
/
+5
*
APPS: Properly pass -no-CAstore
Sebastian Andrzej Siewior
2020-06-23
1
-1
/
+1
*
Add request URL path checking and status responses to HTTP server
Dr. David von Oheimb
2020-06-13
1
-6
/
+10
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-4
/
+6
*
Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.c
Dr. David von Oheimb
2020-05-09
1
-408
/
+39
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Don't compile commands if disabled
Rich Salz
2020-04-10
1
-76
/
+71
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
1
-114
/
+9
*
Fix coverity issues CID 1457745...1457752, 1457853, 1457854
Shane Lontis
2020-02-04
1
-1
/
+2
*
Add `-passin` arg to `ocsp`
kaysond
2020-01-06
1
-1
/
+11
*
apps/ocsp.c: sock_timeout -> socket_timeout
Richard Levitte
2019-11-29
1
-3
/
+3
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-48
/
+54
*
Add -CAstore and similar to all openssl commands that have -CApath
Richard Levitte
2019-11-03
1
-4
/
+15
*
Actually silently ignore GET / OCSP requests
Viktor Dukhovni
2019-07-16
1
-2
/
+4
*
Modify OCSP to use alt MD for cert IDs in responses
Todd Short
2019-04-03
1
-7
/
+27
[next]