rustls_client_config_builder_use_roots

Use the trusted root certificates from the provided store.

This replaces any trusted roots already configured with copies from roots. This adds 1 to the refcount for roots. When you call rustls_client_config_free or rustls_client_config_builder_free, those will subtract 1 from the refcount for roots.

extern (C)
rustls_client_config_builder_use_roots

Meta