-.\" $OpenBSD: tls_init.3,v 1.52 2015/10/16 13:48:44 jsing Exp $
+.\" $OpenBSD: tls_init.3,v 1.53 2015/10/16 13:49:53 jsing Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
a certificate.
.Em (Server)
.It
+.Fn tls_config_verify_client_optional
+enables client certificate verification, without requiring the client
+to send a certificate.
+.Em (Server)
+.It
.Fn tls_peer_cert_provided
checks if the peer of
.Ar ctx
will only succeed after the handshake is complete.
.Em (Server and client)
.It
-.Fn tls_config_verify_client_optional
-enables client certificate verification, without requiring the client
-to send a certificate.
-.Em (Server)
-.It
.Fn tls_load_file
loads a certificate or key from disk into memory to be loaded with
.Fn tls_config_set_ca_mem ,