• Chad Brubaker's avatar
    Cache intermediate CA separately · c4ab1b95
    Chad Brubaker authored
    Intermediate CAs are cached in order to support servers that fail to
    sent a complete chain to a root. These certificates should be cached to
    support these servers but these certificates must not be trusted as
    trust anchors. Store them separately to prevent confusion between
    trusted roots and cached intermediates.
    
    (cherry-picked from commit 198aca1f)
    Bug: 26232830
    Change-Id: I520f50729b55fc7412c7d133335bc9e3c190bbf6
    c4ab1b95
TrustManagerImpl.java 24.1 KB