Module config

Module config 

Source
Expand description

Configure the TLS policy for a client.

Check out the documentation for TlsClientPolicyConfig for a detailed explanation of the available configuration options.

Structs§

AllowedTlsVersionsConfig
Which TLS versions are allowed.
CertificateVerificationConfig
Configure how server certificates are verified.
InsecureTlsClientConfig
Dangerous configuration options to lower the security posture of a TLS client.

Enums§

CryptoProviderConfig
Which implementation to use for TLS cryptographic operations.
RootCertificate
Additional root certificates to be trusted.
RootCertificateFileEncoding
Supported encodings for the root certificate in RootCertificate::File.