1. 20 Jan, 2016 10 commits
  2. 19 Jan, 2016 2 commits
    • Chad Brubaker's avatar
      Prevent duplicate certificates in TrustedCertificateIndex · 4c9f9c22
      Chad Brubaker authored
      With the separate caching of intermediate certificates in
      TrustManagerImpl a given intermediate may be passed into .index multiple
      times. Avoid adding the certificate to the list each time.
      
      (cherry-picked from commit d080e064)
      Bug: 26232830
      Change-Id: I6bed2c65d9e42e052b9b1b129200a997e7dca745
      4c9f9c22
    • 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
  3. 05 Oct, 2015 1 commit
  4. 03 Oct, 2015 8 commits
  5. 02 Oct, 2015 8 commits
  6. 01 Oct, 2015 11 commits