History log of /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/X509CertificateObject.java
Revision Date Author Comments
dfd0afbcb08b871e224a28ecb4ed427a7693545c 26-Aug-2009 Bob Lee <crazybob@google.com> Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
2932648271e72bad181b293e1fa5945265c7dbed 22-Jul-2009 Urs Grob <ursg@google.com> Removing MD2
f6c387128427e121477c1b32ad35cdcaa5101ba3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
f72d5de56a522ac3be03873bdde26f23a5eeeb3c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
2ad60cfc28e14ee8f0bb038720836a4696c478ad 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution