Functions
fn verify(parsed_subject: Parsed, parsed_issuer: Parsed, now_sec: i64) VerifyError!void
This function verifies:
- That the subject’s issuer is indeed the provided iss…
This function verifies:
- That the subject’s issuer is indeed the provided issuer.
- The time validity of the subject.
- The signature.
fn verifyHostName(parsed_subject: Parsed, host_name: []const u8) VerifyHostNameError!void
No documentation provided.