Software /
code /
prosody
Diff
plugins/mod_component.lua @ 10699:fd77b6cec38d 0.11
mod_admin_telnet: Handle unavailable cipher info (fixes #1510)
The LuaSec :info() method gathers info using the OpenSSL function
SSL_get_current_cipher(). Documentation for this function states that it
may return NULL if no session has been established (yet). If so, the
LuaSec functions wrapping this return nil, triggering a nil-indexing
error in mod_admin_telnet.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 22 Mar 2020 17:35:26 +0100 (2020-03-22) |
parent | 9562:acf74ad0b795 |
child | 9784:7fa273f8869e |
child | 11540:1937b3c3efb5 |