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

Unified Diff: net/third_party/mozilla_security_manager/nsKeygenHandler.h

Issue 10377025: Parse an application/x-x509-user-cert response with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/x509_certificate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/mozilla_security_manager/nsKeygenHandler.h
===================================================================
--- net/third_party/mozilla_security_manager/nsKeygenHandler.h (revision 134554)
+++ net/third_party/mozilla_security_manager/nsKeygenHandler.h (working copy)
@@ -48,7 +48,7 @@
namespace mozilla_security_manager {
#define DEFAULT_RSA_KEYGEN_PE 65537L
-#define DEFAULT_RSA_KEYGEN_ALG SEC_OID_PKCS1_MD5_WITH_RSA_ENCRYPTION
+#define DEFAULT_RSA_KEYGEN_ALG SEC_OID_PKCS1_SHA1_WITH_RSA_ENCRYPTION
// Generates the key pair and the cert request (SPKAC), and returns a
// base64-encoded string suitable for use as the form value of <keygen>.
« no previous file with comments | « net/base/x509_certificate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698