aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorStephen Gregoratto <dev@sgregoratto.me>2021-10-15 17:30:42 +1100
committeromar-polo <op@omarpolo.com>2021-10-15 09:58:23 +0200
commitff05125eb81e5bbf2cf05b8434d03bce584936e0 (patch)
tree85e6c01c598668d3c8bbc2247d93db883451737b /gmid.h
parent387b976b99496c76d54831c44fb4c218e896c359 (diff)
Implement OCSP stapling support
Currently dogfooding this patch at gemini.sgregoratto.me. To test, run the following command and look for the "OCSP response" header: openssl s_client -connect "gemini.sgregoratto.me:1965" -status
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index ecd53a2..f7c846e 100644
--- a/gmid.h
+++ b/gmid.h
@@ -118,6 +118,7 @@ struct vhost {
const char *domain;
const char *cert;
const char *key;
+ const char *ocsp;
const char *cgi;
const char *entrypoint;