summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2026-04-02 21:09:01 +0200
committerLuke Bratch <luke@bratch.co.uk>2026-04-02 21:09:01 +0200
commit4a51c367fa192adba69fac4bf0305ed38290ef19 (patch)
treee3150713e128470fee36065fb6ecdb5f1d5646c8 /TODO
parent83da1b192647a7abc2b8cf8561b221a3c0b3d398 (diff)
Allow configuring the OpenSSL security level, see https://docs.openssl.org/master/man3/SSL_CTX_set_security_level/#default-callback-behaviour for further details.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2164755..30ee1fa 100644
--- a/TODO
+++ b/TODO
@@ -63,3 +63,5 @@ NickServ HELP with SA receiving full message in one go? e.g. oper 05/01/2025 10:
Allow specifying time zone for timestamps in config.
Use default configuration options and stderr warn if missing and where possible.
+
+Implement SSL_CTX_set_min_proto_version and SSL_CTX_set_max_proto_version.