Software / code / prosody
Comparison
plugins/mod_bosh.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 |
| parent | 9777:2e07d2f71599 |
| child | 9794:4b5c24f13d4a |
| child | 11123:0f4260f99ea2 |
comparison
equal
deleted
inserted
replaced
| 10690:27d15097c235 | 10699:fd77b6cec38d |
|---|