Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
1a60a663066b6913a6a8561a4155efc775013205
/
src
/
ssl_ocsp.c
d32c8e3
BUG/MINOR: ssl: Fix potential leak in cli_parse_update_ocsp_response
by Remi Tricot-Le Breton
· Tue Mar 21 10:28:34 2023 +0100
ae51877
BUG/MINOR: ssl: Remove dead code in cli_parse_update_ocsp_response
by Remi Tricot-Le Breton
· Tue Mar 21 10:26:20 2023 +0100
7716f27
MINOR: ssl: Add certificate path to 'show ssl ocsp-response' output
by Remi Tricot-Le Breton
· Mon Mar 13 15:56:35 2023 +0100
dafc068
MINOR: ssl: Accept certpath as param in "show ssl ocsp-response" CLI command
by Remi Tricot-Le Breton
· Mon Mar 13 15:56:34 2023 +0100
f64a059
BUG/MINOR: ssl: Fix double free in ocsp update deinit
by Remi Tricot-Le Breton
· Mon Mar 13 15:56:33 2023 +0100
a6c0a59
MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command
by Remi Tricot-Le Breton
· Mon Mar 13 15:56:32 2023 +0100
c9bfe32
MINOR: ssl: Change the ocsp update log-format
by Remi Tricot-Le Breton
· Mon Mar 13 15:56:31 2023 +0100
8c20a74
BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback
by Remi Tricot-Le Breton
· Thu Mar 02 15:49:55 2023 +0100
56ab607
MINOR: ssl: Replace now.tv_sec with date.tv_sec in ocsp update task
by Remi Tricot-Le Breton
· Thu Mar 02 15:49:54 2023 +0100
5843237
MINOR: ssl: Add global options to modify ocsp update min/max delay
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:29 2023 +0100
9c4437d
MINOR: ssl: Add way to dump ocsp response in base64
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:28 2023 +0100
7e1a62e
MINOR: ssl: Increment OCSP update replay delay in case of failure
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:27 2023 +0100
b33fe2f
MINOR: ssl: Use dedicated proxy and log-format for OCSP update
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:25 2023 +0100
d42c896
MINOR: ssl: Add sample fetches related to OCSP update
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:24 2023 +0100
d14fc51
MINOR: ssl: Add 'show ssl ocsp-updates' CLI command
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:23 2023 +0100
ad6cba8
MINOR: ssl: Store specific ocsp update errors in response and update ctx
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:21 2023 +0100
9e94df3
MINOR: ssl: Add ocsp update success/failure counters
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:20 2023 +0100
6de7b78
MINOR: ssl: Reinsert ocsp update entries later in case of unknown error
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:19 2023 +0100
926f34b
MINOR: ssl: Destroy ocsp update http_client during cleanup
by Remi Tricot-Le Breton
· Tue Feb 28 17:46:18 2023 +0100
a14686d
MINOR: ssl/ocsp: add a function to check the OCSP update configuration
by William Lallemand
· Tue Feb 07 18:38:05 2023 +0100
083b230
MINOR: ssl: Remove debug fprintf in 'update ssl ocsp-response' cli command
by Remi Tricot-Le Breton
· Mon Jan 23 15:57:14 2023 +0100
305a4f3
BUG/MINOR: ssl: Fix leaks in 'update ssl ocsp-response' CLI command
by Remi Tricot-Le Breton
· Mon Jan 23 15:57:13 2023 +0100
10f113e
MINOR: ssl: Reinsert updated ocsp response later in tree in case of http error
by Remi Tricot-Le Breton
· Thu Jan 12 09:49:11 2023 +0100
1c647ad
MINOR: ssl: Do not wake ocsp update task if update tree empty
by Remi Tricot-Le Breton
· Thu Jan 12 09:49:10 2023 +0100
bdd84c5
BUG/MINOR: ssl: OCSP minimum update threshold not properly set
by Remi Tricot-Le Breton
· Thu Jan 12 09:49:08 2023 +0100
71237a1
BUG/MINOR: ssl: Remove unneeded pointer check in ocsp cli release function
by Remi Tricot-Le Breton
· Tue Jan 10 11:21:40 2023 +0100
14419eb
MINOR: ssl: Remove mention of ckch_store in error message of cli command
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:49 2023 +0100
648c83e
MINOR: ssl: Limit ocsp_uri buffer size to minimum
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:48 2023 +0100
14d7f0e
MINOR: ssl: Release ssl_ocsp_task_ctx.cur_ocsp when destroying task
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:45 2023 +0100
8bdd005
MINOR: ssl: Create temp X509_STORE filled with cert chain when checking ocsp response
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:43 2023 +0100
57f60c2
BUG/MINOR: ssl: Crash during cleanup because of ocsp structure pointer UAF
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:42 2023 +0100
15dc0e2
BUG/MINOR: ssl: Fix crash in 'update ssl ocsp-response' CLI command
by Remi Tricot-Le Breton
· Mon Jan 09 12:02:41 2023 +0100
c389b04
BUG/MINOR: ssl: Missing goto in error path in ocsp update code
by Remi Tricot-Le Breton
· Mon Jan 02 15:01:16 2023 +0100
70601c5
BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET
by William Lallemand
· Thu Dec 22 14:34:01 2022 +0100
eb53020
CLEANUP: ssl/ocsp: add spaces around operators
by William Lallemand
· Thu Dec 22 10:19:07 2022 +0100
8bc00f8
BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert()
by William Lallemand
· Thu Dec 22 10:09:11 2022 +0100
c8d814e
MINOR: ssl: Move OCSP code to a dedicated source file
by Remi Tricot-Le Breton
· Tue Dec 20 11:11:17 2022 +0100