summaryrefslogtreecommitdiff
path: root/TO_FIX.md
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-08-25 22:16:25 -0400
committerjake <jake@jakes-mail.top>2022-08-25 22:16:25 -0400
commit9f5b0269b46667d61bf74fcfa4f6183b0b5220f9 (patch)
tree24d7e47368bfab6e667fd17f59dc45876a2b2f34 /TO_FIX.md
parent6dc54569c2303c79903e89c8b96bf7663aaecc9f (diff)
Add user client certificate option
Diffstat (limited to 'TO_FIX.md')
-rw-r--r--TO_FIX.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TO_FIX.md b/TO_FIX.md
index 8ebd90d..af0e0c1 100644
--- a/TO_FIX.md
+++ b/TO_FIX.md
@@ -8,8 +8,6 @@ remove magic numbers
make log output user adjustable
-add client certificate stuff
-
add gmiaccess stuff
add cgi stuff
@@ -21,3 +19,7 @@ check if loaded cert/keys are actually valid
check values for keys in config file
handle signals like interrupt better
+
+recently-accepted-cert-cache for specific cert-req keys, doing a look up EACH and EVERY TIME can be expensive when it it likely that a single person will be looking around.
+
+reduce complexity in cert_req()