MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | PRELIMINARY |
| 2 | SYNOPSIS |
| 3 | void tls_deinit_connection(object ob) |
| 4 | |
| 5 | DESCRIPTION |
| 6 | tls_deinit_connection() shuts down a TLS connection to |
| 7 | the interactive object <ob> (or this_object() if <ob> is not |
| 8 | given) but the connection is not closed. |
| 9 | |
| 10 | Under normal circumstances there is no need to use this efun: most |
| 11 | clients operate in either secure or unsecure mode, but don't allow |
| 12 | switching connection security on the fly. |
| 13 | |
| 14 | HISTORY |
| 15 | Introduced in LDMud 3.3.474 and following, backported to 3.2.11. |
| 16 | |
| 17 | SEE ALSO |
| 18 | tls_init_connection(E), tls_error(E), tls_query_connection_state(E), |
| 19 | tls_query_connection_info(E), tls_available(E), |
| 20 | tls_check_certificate(E), tls_refresh_certs(E) |