mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Add pinned TLS fingerprint support.
This patch adds support for pinning TLS fingerprints. Setting a pinned fingerprint will override all other TLS verification and will thus be the only variable that will be looked at when connecting to a TLS enabled IRC server.
This commit is contained in:
parent
fb78787d4e
commit
78f007d493
31 changed files with 1114 additions and 357 deletions
4
NEWS
4
NEWS
|
|
@ -17,6 +17,10 @@ v0.8.21-head 2016-xx-xx The Irssi team <staff@irssi.org>
|
|||
+ autolog_ignore_targets and activity_hide_targets learn a new syntax
|
||||
tag/* and * to ignore whole networks or everything.
|
||||
+ /hilight got a -matchcase flag to hilight case sensitively (#421).
|
||||
+ TLS: Rename SSL to TLS throughout the code and command interfaces.
|
||||
+ TLS: Automatically connect using TLS for known IRC networks that supports encrypted connections.
|
||||
+ TLS: OpenSSL is now a required dependency.
|
||||
+ TLS: Add certificate and public key pinning support.
|
||||
- IP addresses are no longer stored when resolve_reverse_lookup is
|
||||
used.
|
||||
- /names and $[...] now uses utf8 string operations (#40, #411).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue