summaryrefslogtreecommitdiffstats
path: root/net/build
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 16:51:15 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 16:51:15 +0000
commitdedb594391d9ec31a6eac1eccbdd754ac2ce5ed7 (patch)
treecac5603ceb1a8dd526624c428d6ffd6eafaf3de5 /net/build
parent7f969d6b73d925d306032565179d6b2109646ee0 (diff)
downloadchromium_src-dedb594391d9ec31a6eac1eccbdd754ac2ce5ed7.zip
chromium_src-dedb594391d9ec31a6eac1eccbdd754ac2ce5ed7.tar.gz
chromium_src-dedb594391d9ec31a6eac1eccbdd754ac2ce5ed7.tar.bz2
Move certificate verification off the IO thread.
Move the MapNetErrorToCertStatus and MapCertStatusToNetError functions to cert_status_flags.h so they can be shared with Mac and Linux code. Move the certificate verification function to the X509Certificate class. Right now X509Certificate::Verify is only implemented on Windows. R=eroman BUG=3592 Review URL: http://codereview.chromium.org/14915 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r--net/build/net.vcproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index 811eb1b..4721309 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -165,10 +165,26 @@
>
</File>
<File
+ RelativePath="..\base\cert_status_flags.cc"
+ >
+ </File>
+ <File
RelativePath="..\base\cert_status_flags.h"
>
</File>
<File
+ RelativePath="..\base\cert_verifier.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\base\cert_verifier.h"
+ >
+ </File>
+ <File
+ RelativePath="..\base\cert_verify_result.h"
+ >
+ </File>
+ <File
RelativePath="..\base\client_socket.h"
>
</File>