• ryanchung's avatar
    Cast device revocation checking. · 698608f2
    ryanchung authored
    Cast device certificates may be revoked through two ways:
    1. The hash of the public key.
    2. A serial number range for an issuer identified by the hash
       of its public key.
    
    A customized proto is used as the medium for this information.
    
    This change contains the implementation for verifying the custom CRL
    and verifying a certificate's revocation status based on that CRL.
    
    BUG=618463
    
    Review-Url: https://codereview.chromium.org/2050983002
    Cr-Commit-Position: refs/heads/master@{#407492}
    698608f2
cast_cert_validator_unittest.cc 17.1 KB