|
Move chain building/verification out of X509Certificate
This is the second part of a multi-part refactor. This moves X509Certificate::Verify() into a new namespace and static method, x509_chain::VerifySSLServer().
This has a light dependency upon http://codereview.chromium.org/2944008/show , to reduce conflicts related to moving the code.
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1692 lines, -1506 lines) |
Patch |
 |
M |
net/base/cert_verifier.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/base/cert_verifier.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
2
|
5 chunks |
+4 lines, -30 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_mac.cc
|
View
|
1
2
|
3 chunks |
+25 lines, -378 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_nss.cc
|
View
|
1
2
|
3 chunks |
+1 line, -544 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_unittest.cc
|
View
|
1
2
|
6 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_win.cc
|
View
|
1
2
|
4 chunks |
+1 line, -535 lines |
0 comments
|
Download
|
 |
A |
net/base/x509_chain.h
|
View
|
|
1 chunk |
+45 lines, -0 lines |
1 comment
|
Download
|
 |
A |
net/base/x509_chain_mac.cc
|
View
|
|
1 chunk |
+418 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/x509_chain_nss.cc
|
View
|
1
2
|
1 chunk |
+568 lines, -0 lines |
4 comments
|
Download
|
 |
A |
net/base/x509_chain_win.cc
|
View
|
1
|
1 chunk |
+599 lines, -0 lines |
7 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_mac.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_win.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|