• sheretov's avatar
    Refactoring of Cast-related crypto code to use the same certificate validation... · ed1e90f4
    sheretov authored
    Refactoring of Cast-related crypto code to use the same certificate validation logic in chrome.networkingPrivate API and Cast Channel authentication.
    
    Here's what's being done here:
    * Code from cast_auth_util_nss/openssl formed the basis a common Cast device validation component in /src/extensions/common/cast/cast_cert_validator*, and is now being extensively cleaned up in response to rsleevi's comments in this CL.
    * Both networking_private_crypto* and cast_auth_util* have been updated to use the new common code.
    * The current D-Bus-based implementation of VerifyDestination is going away per discussion with ChromeOS team, and is replaced with in-Chrome code in networking_private crypto*.
    
    BUG=442650
    
    Review URL: https://codereview.chromium.org/792353002
    
    Cr-Commit-Position: refs/heads/master@{#311460}
    ed1e90f4
cast_cert_validator_openssl.cc 5.85 KB