DescriptionIntroduce CertVerifier::RequestParams
In anticipation of divorcing caching from multi-threading,
move the MultiThreadedCertVerifier's RequestParams up to
CertVerifier, as part of a public, stable interface for
handling verification request. This mirrors the notion of
HostResolver's RequestInfo.
While Verify() does not yet take a RequestParams (which
will come later), this provides a common interface to use
as a key for determining if two requests should be treated
the same (e.g. for purposes of caching or joining existing
requests).
BUG=612655
Committed: https://crrev.com/e51d72bacc26ac549ee7de34b6a96916e89cc5a9
Cr-Commit-Position: refs/heads/master@{#394967}
Patch Set 1 #Patch Set 2 : Move tests #
Total comments: 11
Patch Set 3 : Add identity check #Patch Set 4 : Add NET_EXPORT #
Dependent Patchsets: Messages
Total messages: 27 (11 generated)
|