commit | aebf2c5828de1a07ff459013d01724497d4c9b04 | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Thu Jul 26 16:16:43 2012 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Fri Jul 27 14:32:58 2012 -0700 |
tree | 19b564a6fdd3b28d6f356b6562f53c5880f723f4 | |
parent | 42c3cb881c9e83e770318f33faaf4b27d4c15d8d [diff] |
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) (cherry picked from commit 806ca813c0327a5d673914883853f55440b39cc7) Bug: http://code.google.com/p/android/issues/detail?id=35547 Change-Id: I5394d2999dd29fabf76e5d4492b0c188b3cd6c51