mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 18:00:28 +00:00
84ed46d4c1
This patch introduces the possibility to arbitrarily select ciphers which should be promoted resp. declined when establishing a SSL connection with a client by implementing the new configuration option "CipherList". By default, OpenSSL would accept low and medium strength and RC-4 ciphers, which nowadays are known to be broken. This patch only implements the feature for OpenSSL. A GnuTLS counterpart has to be implemented in another patch ... Original patch by Bastian <bastian-ngircd@t6l.de>. Closes bug #162. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Bopm.txt | ||
Capabilities.txt | ||
Commands.txt | ||
Contributing.txt | ||
FAQ.txt | ||
GIT.txt | ||
HowToRelease.txt | ||
Makefile.am | ||
Modes.txt | ||
PAM.txt | ||
Platforms.txt | ||
Protocol.txt | ||
README-AUX.txt | ||
README-BeOS.txt | ||
README-Interix.txt | ||
RFC.txt | ||
sample-ngircd.conf.tmpl | ||
Services.txt | ||
SSL.txt |