Add TLS_REC.

This patch adds the TLS_REC structure. This structure is used to emit
information about the TLS handshake from the core of irssi to the
front-end layers such that we can display connection information to the
user.
This commit is contained in:
Alexander Færøy 2016-10-16 14:07:22 +02:00
commit 99d017720d
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53
5 changed files with 318 additions and 0 deletions

View file

@ -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