summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-18 20:41:28 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-18 20:41:28 +0000
commit7a0a7f9635ad77eaa0a0300bc64ebadee3830962 (patch)
tree00af6268ff97a00f31c8ca9e41c6cd36c93310b1 /doc
parentd2b88476ce99f305b14dc2f02caf2f66a67b02e3 (diff)
- Cleaned up and sanitized /challenge relatedcode
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4257 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index c0c53ec..9a8f07c 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -1208,19 +1208,6 @@ general {
oper_umodes = bots, locops, servnotice, operwall, wallop;
/*
- * use_egd: if your system does not have *random devices yet you
- * want to use OpenSSL and encrypted links, enable this. Beware -
- * EGD is *very* CPU intensive when gathering data for its pool.
- */
-# use_egd = yes;
-
- /*
- * egdpool_path: path to EGD pool. Not necessary for OpenSSL >= 0.9.7
- * which automatically finds the path.
- */
-# egdpool_path = "/var/run/egd-pool";
-
- /*
* throttle_time: the minimum amount of time required between
* connections from the same IP address. exempt {} blocks are excluded
* from this throttling.