MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | PRELIMINARY |
2 | SYNOPSIS | ||||
3 | string tls_error(int errorno) | ||||
4 | |||||
5 | DESCRIPTION | ||||
6 | tls_error() returns a string describing the error behind the | ||||
7 | error number errorno. | ||||
8 | |||||
9 | HISTORY | ||||
10 | Introduced in LDMud 3.3.474 and following, backported to 3.2.11. | ||||
11 | |||||
12 | SEE ALSO | ||||
13 | tls_init_connection(E), tls_deinit_connection(E), | ||||
14 | tls_query_connection_state(E), tls_query_connection_info(E), | ||||
15 | tls_available(E), tls_check_certificate(E), tls_refresh_certs(E) |