MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | PRELIMINARY |
| 2 | SYNOPSIS |
| 3 | int tls_query_connection_state(object ob) |
| 4 | |
| 5 | DESCRIPTION |
| 6 | tls_query_connection_state() returns a positive number if <ob>'s |
| 7 | connection is TLS secured, 0 if it's unsecured, and a negative number |
| 8 | if the TLS connection setup is still being set-up. |
| 9 | |
| 10 | HISTORY |
| 11 | Introduced in LDMud 3.3.474 and following, backported to 3.2.11. |
| 12 | |
| 13 | SEE ALSO |
| 14 | tls_init_connection(E), tls_deinit_connection(E), tls_error(E), |
| 15 | tls_query_connection_info(E), tls_available(E), |
| 16 | tls_check_certificate(E), tls_refresh_certs(E) |