]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add the ability to have multiple SSL profiles
authorAttila Molnar <attilamolnar@hush.com>
Tue, 24 Sep 2013 17:43:20 +0000 (19:43 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 22 Jan 2014 18:10:01 +0000 (19:10 +0100)
commit282138ad0e9ef483ec2a1606376fc5cb6d5f4cbc
tree298d5ae447a69d383b6e0fd5b045361db6c35c9b
parentb68a5ad0309e49671d4c6db19384c1f82831419e
Add the ability to have multiple SSL profiles

SSL profiles are now used instead of fixed SSL settings for everything
SSL, making it possible to use completely different settings for each
listener and outgoing connection.

Outgoing connections are broken until the next commit.
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp