Skip to content

Commit

Permalink
Merge tag 'android-4.4.3_r1' into HEAD
Browse files Browse the repository at this point in the history
Android 4.4.3 release 1
  • Loading branch information
rmcc committed Jun 3, 2014
2 parents 7e37934 + f1d6765 commit 8ca7575
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
Expand Up @@ -137,7 +137,8 @@ private static final Set<BigInteger> readSerialBlackList(String path) {
new BigInteger("392a434f0e07df1f8aa305de34e0c229", 16),
new BigInteger("3e75ced46b693021218830ae86a82a71", 16),
new BigInteger("864", 16),
new BigInteger("827", 16)
new BigInteger("827", 16),
new BigInteger("31da7", 16)
));

// attempt to augment it with values taken from gservices
Expand Down Expand Up @@ -184,7 +185,10 @@ private static final Set<byte[]> readPublicKeyBlackList(String path) {
"5f3ab33d55007054bc5e3e5553cd8d8465d77c61".getBytes(),
// Subject: CN=*.EGO.GOV.TR 93
// Issuer: CN=T\xC3\x9CRKTRUST Elektronik Sunucu Sertifikas\xC4\xB1 Hizmetleri
"783333c9687df63377efceddd82efa9101913e8e".getBytes()
"783333c9687df63377efceddd82efa9101913e8e".getBytes(),
// Subject: Subject: C=FR, O=DG Tr\xC3\xA9sor, CN=AC DG Tr\xC3\xA9sor SSL
// Issuer: C=FR, O=DGTPE, CN=AC DGTPE Signature Authentification
"3ecf4bbbe46096d514bb539bb913d77aa4ef31bf".getBytes()
));

// attempt to augment it with values taken from gservices
Expand Down
12 changes: 8 additions & 4 deletions patches/bcprov.patch
Expand Up @@ -6777,8 +6777,8 @@ diff -Naur bcprov-jdk15on-149.orig/org/bouncycastle/jce/provider/BouncyCastlePro
private void loadAlgorithms(String packageName, String[] names)
diff -Naur bcprov-jdk15on-149.orig/org/bouncycastle/jce/provider/CertBlacklist.java bcprov-jdk15on-149/org/bouncycastle/jce/provider/CertBlacklist.java
--- bcprov-jdk15on-149.orig/org/bouncycastle/jce/provider/CertBlacklist.java 1970-01-01 00:00:00.000000000 +0000
+++ bcprov-jdk15on-149/org/bouncycastle/jce/provider/CertBlacklist.java 2013-01-16 01:38:43.000000000 +0000
@@ -0,0 +1,224 @@
+++ bcprov-jdk15on-149/org/bouncycastle/jce/provider/CertBlacklist.java 2013-12-10 21:31:49.000000000 +0000
@@ -0,0 +1,228 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
Expand Down Expand Up @@ -6918,7 +6918,8 @@ diff -Naur bcprov-jdk15on-149.orig/org/bouncycastle/jce/provider/CertBlacklist.j
+ new BigInteger("392a434f0e07df1f8aa305de34e0c229", 16),
+ new BigInteger("3e75ced46b693021218830ae86a82a71", 16),
+ new BigInteger("864", 16),
+ new BigInteger("827", 16)
+ new BigInteger("827", 16),
+ new BigInteger("31da7", 16)
+ ));
+
+ // attempt to augment it with values taken from gservices
Expand Down Expand Up @@ -6965,7 +6966,10 @@ diff -Naur bcprov-jdk15on-149.orig/org/bouncycastle/jce/provider/CertBlacklist.j
+ "5f3ab33d55007054bc5e3e5553cd8d8465d77c61".getBytes(),
+ // Subject: CN=*.EGO.GOV.TR 93
+ // Issuer: CN=T\xC3\x9CRKTRUST Elektronik Sunucu Sertifikas\xC4\xB1 Hizmetleri
+ "783333c9687df63377efceddd82efa9101913e8e".getBytes()
+ "783333c9687df63377efceddd82efa9101913e8e".getBytes(),
+ // Subject: Subject: C=FR, O=DG Tr\xC3\xA9sor, CN=AC DG Tr\xC3\xA9sor SSL
+ // Issuer: C=FR, O=DGTPE, CN=AC DGTPE Signature Authentification
+ "3ecf4bbbe46096d514bb539bb913d77aa4ef31bf".getBytes()
+ ));
+
+ // attempt to augment it with values taken from gservices
Expand Down

0 comments on commit 8ca7575

Please sign in to comment.