Feature #96
SSL+CertFP support
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Engine | |||
| Target version: | 0.11 | |||
| Complexity: | ||||
| Votes: | 2 (View) |
Description
Implement SSL+CertFP support see: http://www.oftc.net/oftc/NickServ/CertFP
Associated revisions
Revision 3a07213acabf7b0de23b9d1851781c82efb56537
[Engine/Engine-*] Refactored IProtocolManager.Connect() to use ServerModel
Cleanly pass all connection parameters to the protocol manager using the
ServerModel class. This way it is no longer needed to add and save a server
before making use of SSL options.
Also it will make it easier to add multi-identity support (references: #428),
different encoding per server (references: #27),
client certificates (references: #96) and SASL support (references: #98).
History
Updated by Mirco Bauer 999 days ago
- Target version changed from 0.8 to 0.11
CA certs need to be imported into Smuxi and the CA store needs to be populated at runtime somehow... SslStream doesn't need to offer a simple API for this :/