OSDN Git Service

am d00ed329: am dfd0afbc: Each time we start an SSL session, we have to find the...
authorBob Lee <crazybob@google.com>
Thu, 27 Aug 2009 00:32:57 +0000 (17:32 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 27 Aug 2009 00:32:57 +0000 (17:32 -0700)
commit7dda8ca9d2b8a20f24c2241787768181de267b3c
treef8dc8d856de464ef9d6ee698f4f78be02133f619
parentf1669420e218a05d44641f27d0ac313ca2c10aa3
parentd00ed3291d6a2d84e14d5149826ccb4bd9de35b4
am d00ed329: am dfd0afbc: 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).

Merge commit 'd00ed3291d6a2d84e14d5149826ccb4bd9de35b4'

* commit 'd00ed3291d6a2d84e14d5149826ccb4bd9de35b4':
  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).