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/ocsp: fix case where reqin and outfile are the same
Dr. David von Oheimb
2024-10-04
1
-4
/
+4
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Remove all references to FLOSS for NonStop Builds.
Randall S. Becker
2024-04-24
1
-6
/
+0
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
apps/ocsp: Tweak some places to make clear they refer to *lists* of certs
Dr. David von Oheimb
2023-04-27
1
-6
/
+6
*
apps/ocsp.c: Add missing test if make_ocsp_response failed
GW
2022-11-15
1
-0
/
+2
*
apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity
Dr. David von Oheimb
2022-09-07
1
-2
/
+2
*
APPS HTTP server: trace requests and responses when enabled
Dr. David von Oheimb
2022-09-07
1
-5
/
+7
*
Fixes OSCP->OCSP typo in ocsp command line
Alexander Scheel
2022-07-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix wild pointer dereference in make_ocsp_response()
Zhou Qingyang
2022-04-21
1
-0
/
+5
*
apps/ocsp: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-17
1
-2
/
+4
*
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
[next]