1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 07:56:38 +02:00
Files
unrealircd/include
stskeeps 4bc07b8789 +- Added set::ssl::options, with three options:
+    fail-if-no-clientcert   - If SSL client connects and doesn't provide a client certificate, abort connection immediately
+    verify-certificate      - Check the certificate's validity using X509 methods, check if we trust CA's, etc.
+                              It however does slip self signed certificates through UNLESS
+    no-self-signed          - Don't allow self-signed certificates through (requires verify-certificate)
+- Made conf parser mention if we make a link->options with CONNECT_SSL if we don't support SSL (and remove the CONNECT_SSL flag)
+- Made conf parser mention if we make a SSL listener and we don't support SSL
+- Added set::ssl::trusted-ca-file, if enabled, it will point the SSL stuff to use that file as trusted CA's (for verify-certificate)
+- Made conf _not_ bitch that it doesn't know set::ssl
+- Removed some leftover client certificate stuff
2002-09-28 11:02:05 +00:00
..
2002-03-04 21:31:01 +00:00
2001-08-31 21:23:11 +00:00
2001-02-18 16:03:34 +00:00
2000-10-27 20:50:58 +00:00
2002-03-05 23:09:39 +00:00
2002-03-05 23:09:39 +00:00
2002-01-19 17:04:04 +00:00
2001-10-07 08:56:11 +00:00
...
2002-09-01 18:55:19 +00:00
2002-03-10 20:25:09 +00:00
2002-02-16 20:15:41 +00:00
2002-03-20 19:45:20 +00:00
2002-08-09 18:21:59 +00:00
2002-03-06 21:45:04 +00:00
2001-04-16 15:36:30 +00:00
2000-02-28 22:45:44 +00:00
2000-07-14 20:22:59 +00:00
2002-09-01 18:33:47 +00:00
2002-08-23 17:44:27 +00:00
2000-07-14 20:22:59 +00:00
2000-07-14 20:22:59 +00:00