Enable public key pinning of local trust anchors
Provides a new API that allows Cronet client to enable public key pinning of local trust anchors, i.e. pinning of certificates added to the local user trust store.
/**
* Enables or disables pinning of the local (user-level) trust anchors.
*
* @param value {@code true} to enable pinning, {@code false} to disable.
* @return the builder to facilitate chaining.
*/
public Builder enablePublicKeyPinsForLocalTrustAnchors(boolean value);
BUG=
606832
Committed:
https://crrev.com/9cf8e6f923a9b472c8b3521d52b3b6ca910f77cf
Committed:
https://crrev.com/385aa4234b65c226458700c8c622d705c95eab50
Cr-Original-Commit-Position: refs/heads/master@{#403486}
Cr-Commit-Position: refs/heads/master@{#403521}