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:15:37 +0000 (10:15 +0200)
commite91445dfdb33704e5daafa8631bc9a1419251c1c
treea31962888e6f2b98b6fc7405b0385e186cce3b92
parent2f953e817b56e8dfd3770b2109b3a81b0854f3a8
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