pub fn validate_path(
path: &CertPath<'_>,
now: DateTime<Utc>,
) -> VerificationResultExpand description
Validate the structural and time-bounds aspects of a path. Does NOT
verify signatures — that requires algorithm-specific verifiers and
is done in verify_path_signatures.