| 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>.
|
|
|