Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
TLS::verifyCertificate - Verify a server's certificate
SYNOPSIS
Void verifyCertificate( TLSsession session, String hostname="" )
ARGUMENTS
session An open TLS session
hostname The hostname of the server connected to. This may be left blank, in which case only the validity
of the certificate will be checked. It is much more secure to specify a hostname, so that it can be
confirmed that the host connected to is the expected one.
DESCRIPTION
Verify that the server connected to has a valid server certificate. This should be called before sending
or receiving confidential data on the connection.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further
information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free
Software Foundation.
RELATED
TLS.acceptCertificate (3kaya)
Kaya July 2013 TLS.verifyCertificate(3kaya)