blob: 78838017ca86fe907f7e32d84c9742c9aa765189 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001PRELIMINARY
2SYNOPSIS
3 void tls_deinit_connection(object ob)
4
5DESCRIPTION
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
14HISTORY
15 Introduced in LDMud 3.3.474 and following, backported to 3.2.11.
16
17SEE 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)