commit | ea82c4ad99e7fa267c4bfa05f6f8312f85ceb8ce | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Thu Jul 26 16:16:43 2012 -0700 |
committer | Geremy Condra <gcondra@google.com> | Thu Jul 26 16:16:43 2012 -0700 |
tree | 768820e68716170ad03c6517fa8bd8f799c6f4b5 | |
parent | fd3e3ef2ef320b187b5818309c60d6d0a13ab80a [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. Change-Id: I62e04d33bffd6b702558f5d17501f7d5919b35f8