|
Remove platform-specific implementations of RSAPrivateKey and SignatureCreator
Use NSS/OpenSSL on all platforms, rather than deferring to the underlying OS routines.
Because X509Certificate::CreateSelfSigned no longer relies on platform-native types for RSA keys or certificates, it has been moved to x509_util and simply returns a DER-encoded certificate as a string.
BUG=none
R=wtc
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208870
Total comments: 1
Total comments: 8
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+338 lines, -1321 lines) |
Patch |
|
M |
chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -14 lines |
0 comments
|
Download
|
|
M |
crypto/crypto.gyp
|
View
|
|
5 chunks |
+0 lines, -29 lines |
0 comments
|
Download
|
|
M |
crypto/rsa_private_key.h
|
View
|
1
2
3
4
5
|
4 chunks |
+23 lines, -51 lines |
0 comments
|
Download
|
|
D |
crypto/rsa_private_key_ios.cc
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
|
D |
crypto/rsa_private_key_mac.cc
|
View
|
|
1 chunk |
+0 lines, -204 lines |
0 comments
|
Download
|
|
M |
crypto/rsa_private_key_nss.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+30 lines, -15 lines |
0 comments
|
Download
|
|
M |
crypto/rsa_private_key_openssl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
|
D |
crypto/rsa_private_key_win.cc
|
View
|
|
1 chunk |
+0 lines, -238 lines |
0 comments
|
Download
|
|
M |
crypto/signature_creator.h
|
View
|
|
2 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
|
D |
crypto/signature_creator_mac.cc
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
crypto/signature_creator_win.cc
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate.h
|
View
|
|
2 chunks |
+0 lines, -27 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_ios.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_mac.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -139 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_nss.cc
|
View
|
|
2 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_openssl.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -126 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_certificate_win.cc
|
View
|
|
2 chunks |
+0 lines, -62 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_util.h
|
View
|
1
2
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_util_nss.h
|
View
|
1
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_util_nss.cc
|
View
|
1
2
|
4 chunks |
+89 lines, -100 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_util_openssl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/cert/x509_util_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+136 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/base/rsa_key_pair.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|