Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1967)

Unified Diff: net/base/x509_certificate.h

Issue 7740034: Revert 98288 - Added CreateOriginBound method to x509_certificate.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/origin_bound_cert_service.cc ('k') | net/base/x509_certificate_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_certificate.h
===================================================================
--- net/base/x509_certificate.h (revision 98292)
+++ net/base/x509_certificate.h (working copy)
@@ -187,18 +187,6 @@
uint32 serial_number,
base::TimeDelta valid_duration);
- // Create an origin bound certificate containing the public key in |key|.
- // Web origin, serial number and validity period are given as
- // parameters. The certificate is signed by the private key in |key|.
- // The hashing algorithm for the signature is SHA-1.
- //
- // See Internet Draft draft-balfanz-tls-obc-00 for more details:
- // http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.html
- static X509Certificate* CreateOriginBound(crypto::RSAPrivateKey* key,
- const std::string& origin,
- uint32 serial_number,
- base::TimeDelta valid_duration);
-
// Appends a representation of this object to the given pickle.
void Persist(Pickle* pickle);
« no previous file with comments | « net/base/origin_bound_cert_service.cc ('k') | net/base/x509_certificate_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698