Allow user to provide a key/certificate pair for outgoing IRC connections.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 16 Jun 2008 17:56:13 +0000 (19:56 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Jun 2008 08:16:32 +0000 (10:16 +0200)
commitb28143aec8a66798a80ea77bc5838dd558468a99
tree534deb5db4f20a3c457f0b10b51efa3590eb8c47
parent7d371a32b6fcde653ecfdfb5496d4545fd721e39
Allow user to provide a key/certificate pair for outgoing IRC connections.

OFTC supports a way to identify clients based on the fingerprint of
the SSL certificated used to initialise the connection.

This patch allows to make use of the CertFP identification by creating
a ~/.quassel/quasselClientCert.pem key/certificate file, which will be
used for all the outgoing SSL connections to IRC servers.

At the moment the message sent by the server at the connection is not
displayed by quassel, so you'll have to find the certificate's
fingerprint through OpenSSL (or any other method).

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
src/core/networkconnection.cpp