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 ([email protected]). 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)