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
|
|
@ -59,6 +59,7 @@ network-openssl.c:
|
|||
"tlsa available", SERVER_REC
|
||||
"tlsa verification success", SERVER_REC
|
||||
"tlsa verification failed", SERVER_REC
|
||||
"tls handshake finished", SERVER_REC, TLS_REC
|
||||
|
||||
nicklist.c:
|
||||
"nicklist new", CHANNEL_REC, NICK_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue