mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Kill support for DANE.
This patch removes support for DANE validation of TLS certificates. There wasn't enough support in the IRC community to push for this on the majority of bigger IRC networks. If you believe this should be reintroduced into irssi, then please come up with an implementation that does not rely on the libval library. It is causing a lot of troubles for our downstream maintainers.
This commit is contained in:
parent
f533baa191
commit
5a04430998
4 changed files with 8 additions and 63 deletions
|
|
@ -56,9 +56,6 @@ modules.c:
|
|||
"module error", int error, char *text, char *rootmodule, char *submodule
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue