Skip to main content

validate_path

Function validate_path 

Source
pub fn validate_path(
    path: &CertPath<'_>,
    now: DateTime<Utc>,
) -> VerificationResult
Expand 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.