Library certificate

To use this library in your code:

import tls.certificate

Classes

TLS Certificate used as identity in a TLS session.

Trusted Root TLS Certificate used to verify a server's identity.

Functions

Adds the trusted root certificates that are installed on the system.
This is only supported on Windows. On other platforms it currently does nothing.
This need only be called once, then it is available for all TLS connections.
Like RootCertificate.install, this function is an alternative to adding root certificates to individual TLS sockets.