1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/man
Alexander Barton 84ed46d4c1 Cipher list selection for OpenSSL
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.
2013-09-15 15:09:36 +02:00
..
.gitignore Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
Makefile.am Makefiles: Correctly quote sed expressions 2012-12-25 19:14:31 +01:00
ngircd.8.tmpl Slightly update ngircd.8 manual page 2013-07-17 14:36:54 +02:00
ngircd.conf.5.tmpl Cipher list selection for OpenSSL 2013-09-15 15:09:36 +02:00