blob: 2624f203fc5e770a59a1fba2f69b5321779049d4 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001PRELIMINARY
2SYNOPSIS
3 int tls_query_connection_state(object ob)
4
5DESCRIPTION
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
10HISTORY
11 Introduced in LDMud 3.3.474 and following, backported to 3.2.11.
12
13SEE 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)