Struct webpki::TlsServerTrustAnchors
source · pub struct TlsServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);👎Deprecated since 0.101.2: The per-usage trust anchor representations and verification functions are deprecated in favor of the general-purpose
TrustAnchor type and EndEntity::verify_for_usage function. The new verify_for_usage function expresses trust anchor and end entity purpose with the key usage argument.Expand description
Trust anchors which may be used for authenticating servers.
Tuple Fields§
§0: &'a [TrustAnchor<'a>]👎Deprecated since 0.101.2: The per-usage trust anchor representations and verification functions are deprecated in favor of the general-purpose
TrustAnchor type and EndEntity::verify_for_usage function. The new verify_for_usage function expresses trust anchor and end entity purpose with the key usage argument.