DescriptionIntroduce a CertVerifierProc to handle system cert validation.
In preparation for moving certificate path building and
verification out of X509Certificate, introduce a
CertVerifierProc that can be used by the
MultiThreadedCertVerifier to verify certificates using the
underlying system store.
Unit tests previously coded against X509Certificate are now
coded against the CertVerifierProc, as future CLs will shift
verification into this interface.
This was originally reviewed as http://codereview.chromium.org/9584041/ and
http://codereview.chromium.org/9553014/ , and has been
combined in order to preserve SVN history.
BUG=114343
TEST=net_unittests
R=wtc
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128150
Patch Set 1 #Patch Set 2 : Actually add the stub. Curse you SVN #Patch Set 3 : Lint #
Messages
Total messages: 2 (0 generated)
|