History log of /frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf9a82a6433701aa2f02761f3a7c425ffef4fa09 25-Mar-2016 Chad Brubaker <cbrubaker@google.com> Add handleTrustStorageUpdate

This pruns all the stored trusted issuers so that changes to the system
or user CA store are detected. Currently this is only exposed as a
TestApi, but it can be hooked up to the trusted storage change event
in a future commit.

Bug: 27526668
Change-Id: Ic426254babab9a3177c968bc05b45e95eaac1fdd
/frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java
aa6c3c3e252252b80c3900bd4c1ff27d37265c6d 18-Dec-2015 Chad Brubaker <cbrubaker@google.com> Support TrustedCertificateStore.findAllIssuers

Change-Id: I176ec42c9907e50ee218e4fb352b530ca797be46
/frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java
fa9beebb83abe38fa04c14dc628bc5c1b4b068cd 25-Nov-2015 Chad Brubaker <cbrubaker@google.com> Expose findByIssuerAndSignature

This will be used to create a custom conscrypt TrustedCertificateStore
to avoid loading all of the trusted certificates into memory in a
keystore.

Change-Id: Iaf54b691393ecadae6c7ff56b8adc6a2a2923d29
/frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java
d3af9620817220d737fdb532c1ae1032bdd65e11 16-Nov-2015 Chad Brubaker <cbrubaker@google.com> Expose findTrustAnchorBySubjectAndPublicKey

This allows for faster lookups of TrustAnchors when checking pin
overrides without needing to iterate over all certificates.

Currently only the system and user trusted certificate store are
optimized to avoid reading the entire source before doing the trust
anchor lookup, improvements to the resource source will come in a later
commit.

This also refactors System/UserCertificateSource to avoid code
duplication.

Change-Id: Ice00c5e047140f3d102306937556b761faaf0d0e
/frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java
6bc1e3966c4890ee3d47b5e527b800f2700ed627 24-Oct-2015 Chad Brubaker <cbrubaker@google.com> Add initial network security config implementation

Initial implementation of a unified application wide static
network security configuration.

This currently encompases:
* Trust decisions such as what trust anchors to use as well as static
certificate pinning.
* Policy on what to do with cleartext traffic.

In order to prevent issues due to interplay of various components in an
application and their potentially different security requirements
configuration can be specified at a per-domain granularity in addition
to application wide defaults.

This change contains the internal data structures and trust management
code, hooking these up in application startup will come in a future
commit.

Change-Id: I53ce5ba510a4221d58839e61713262a8f4c6699c
/frameworks/base/core/java/android/security/net/config/CertificatesEntryRef.java