Skip to content

Instantly share code, notes, and snippets.

@mdix
Created March 10, 2012 20:48
Show Gist options
  • Save mdix/2013109 to your computer and use it in GitHub Desktop.
Save mdix/2013109 to your computer and use it in GitHub Desktop.
Patching ssl3ecc.c to build Chromium with mozilla-nss < 3.12.7
--- ./net/third_party/nss/ssl/ssl3ecc.c 2012-03-09 15:01:27.000000000 +0100
+++ ./net/third_party/nss/ssl/ssl3ecc.c 2012-03-10 21:03:38.000000000 +0100
@@ -968,7 +968,7 @@
case SEC_OID_PKCS1_MD4_WITH_RSA_ENCRYPTION:
case SEC_OID_PKCS1_MD5_WITH_RSA_ENCRYPTION:
case SEC_OID_PKCS1_SHA1_WITH_RSA_ENCRYPTION:
- case SEC_OID_PKCS1_SHA224_WITH_RSA_ENCRYPTION:
+ /*case SEC_OID_PKCS1_SHA224_WITH_RSA_ENCRYPTION:*/
case SEC_OID_PKCS1_SHA256_WITH_RSA_ENCRYPTION:
case SEC_OID_PKCS1_SHA384_WITH_RSA_ENCRYPTION:
case SEC_OID_PKCS1_SHA512_WITH_RSA_ENCRYPTION:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment