# $EPIC: on_ssl_server_cert.txt,v 1.3 2006/08/19 02:42:38 sthalik Exp $
on [<modes>]ssl_server_cert [<serial#>] [-|^]<match> { <action> }
This hook is triggered after SSL negotation with an irc server has successfully completed.
$0 | The file descriptor for the server [NOT THE SERVER REFNUM] |
$1 | The certificate subject, passed through $urlencode(). Use $urldecode($1) to recover the cert subject. |
$2 | The certificate issuer, passed through $urlencode() Use $urldecode($2) to recover the cert issuer. |
$3 | The length of the public key, in bits. |
ON SSL_SERVER_CERT originated with the EPIC4-SSL project. ON SSL_SERVER_CERT first appeared in EPIC4-1.1.3.