|
|
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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9084
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+499 lines, -364 lines) |
Patch |
 |
M |
net/base/cert_status_flags.h
|
View
|
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/cert_status_flags.cc
|
View
|
2
3
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier.h
|
View
|
4
5
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier.cc
|
View
|
4
5
|
6 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
A |
net/base/cert_verify_result.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_client_socket_mac.cc
|
View
|
2
3
4
5
|
2 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_client_socket_nss.cc
|
View
|
2
3
4
5
|
2 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_client_socket_win.h
|
View
|
1
2
3
4
5
|
5 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_client_socket_win.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+34 lines, -285 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
2
3
4
5
|
5 chunks |
+26 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_win.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+271 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/build/net.vcproj
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net.xcodeproj/project.pbxproj
|
View
|
2
3
4
5
|
7 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/net_lib.scons
|
View
|
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|