Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cert: retain parsed Cert serial number. #61

Merged
merged 1 commit into from
May 11, 2023
Merged

cert: retain parsed Cert serial number. #61

merged 1 commit into from
May 11, 2023

Commits on May 5, 2023

  1. cert: retain parsed Cert serial number.

    Revocation checking based on certificate revocation lists (CRLs) is done
    by checking a validated CRL for an end-entity certificate's serial
    number. In preparation for implementing this we must retain certificate
    serial numbers when parsing, instead of discarding after reading.
    
    We don't attempt to decode the raw serial number as a big integer since
    for the purpose of revocation checking we can match the ASN.1 encoded
    form without further processing.
    cpu committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4e1a2c9 View commit details
    Browse the repository at this point in the history