Support intermediate CA certificates.
authorFelix Geyer <debfx@fobos.de>
Tue, 27 Sep 2011 13:49:04 +0000 (15:49 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 May 2012 19:55:51 +0000 (21:55 +0200)
commit55aa092df247420c71391159d9516400e1772222
treea75a49fa62f1f6316c28718abba7e52028f1f1f6
parentb60f433db5af41cab9f67ffa88f8dbea7d75ce28
Support intermediate CA certificates.

The server needs to send the intermediate CA certs if the client only
has the root CA in his trusted cert pool.

The .pem cert file needs to look like this:
[key], [server cert], [intermediate CAs], [root CA]
src/core/sslserver.cpp
src/core/sslserver.h