0
Files
src/crypto
mattm@chromium.org 3c5f6db2ef Use NSS to generate Origin-Bound Certs on Win and Mac.
The platform RSAPrivateKey is used to generate the private key, which is then imported into NSS to generate the certificate.
X509Certificate::CreateOriginBound is moved to x509_util::CreateOriginBoundCert so it can be shared by those platforms, and removes the unnecessary X509Certificate generation step.

BUG=88782
TEST=X509UtilNSSTest.CreateOriginBoundCert & manual testing: try on win or mac, check if generated cert has the OBC extension.

Review URL: http://codereview.chromium.org/8296014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105997 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-18 01:47:04 +00:00
..
2011-07-19 22:13:24 +00:00
2011-08-05 20:59:11 +00:00
2011-04-15 13:09:26 +00:00
2011-10-06 19:17:36 +00:00