Android 4.1.2 release 2.1
Fix cert blacklisting by public key

Previously, public keys were compared to the blacklisted keys
by a HashSet.compare(), which compares by reference. This replaces
that with the correct Arrays.equals check.

(cherry picked from commit ea82c4ad99e7fa267c4bfa05f6f8312f85ceb8ce)

Bug: http://code.google.com/p/android/issues/detail?id=35547
Change-Id: Ic6318c6e4afb030ac96eb0ba305cbe486e157198
1 file changed