diff options
author | jake <jake@jakes-mail.top> | 2022-08-25 22:16:25 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-25 22:16:25 -0400 |
commit | 9f5b0269b46667d61bf74fcfa4f6183b0b5220f9 (patch) | |
tree | 24d7e47368bfab6e667fd17f59dc45876a2b2f34 /TO_FIX.md | |
parent | 6dc54569c2303c79903e89c8b96bf7663aaecc9f (diff) |
Add user client certificate option
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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() |