1TLS.acceptCertificate(3kaya) Kaya module referenceTLS.acceptCertificate(3kaya)
2
3
4
6 TLS::acceptCertificate - Accept certificates.
7
9 Void acceptCertificate( TLSsession session, String certfile )
10
12 session An open TLS Session
13
14 certfile A file containing one or more PEM-encoded Certification
15 Authority certificates.
16
18 Accept the certificates in the given file as signing certificates for
19 the current connection.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 TLS.verifyCertificate (3kaya)
33
34
35
36Kaya December 2010 TLS.acceptCertificate(3kaya)