commit | 60586f2ec65d16d185767fce4311d3ed0e9112ac | [log] [tgz] |
---|---|---|
author | Dan Egnor <egnor@google.com> | Mon Feb 08 21:56:38 2010 -0800 |
committer | Dan Egnor <egnor@google.com> | Wed Feb 10 14:43:21 2010 -0800 |
tree | 0006970ad06fc8b155d282651043d87b3972e23e | |
parent | d2e6af66ce9fdf7bfa72efe18b74260901a944a6 [diff] |
API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching. Generally clean up the associated SSLCertificateSocketFactory API as well, change AndroidHttpClient to use this new thing, and make the android-common library build SDK-clean (woo hoo). Bug: 2362543 Bug: 2357311