| commit | 92d543f639e9a45301720b769ce226ca3df28ccd | [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 | 5a8dd10b2ef2678061f12afd880f1996dc77f8a1 | |
| parent | aa5be64fe02e4dcea56fa2f863e3ecf9f2e81f4c [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