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§
- Allowed
TlsVersions Config - Which TLS versions are allowed.
- Certificate
Verification Config - Configure how server certificates are verified.
- Insecure
TlsClient Config - Dangerous configuration options to lower the security posture of a TLS client.
Enums§
- Crypto
Provider Config - Which implementation to use for TLS cryptographic operations.
- Root
Certificate - Additional root certificates to be trusted.
- Root
Certificate File Encoding - Supported encodings for the root certificate in
RootCertificate::File.