OSDN Git Service

Allow SSL caches to be installed directly on SSLContexts.
authorNarayan Kamath <narayan@google.com>
Mon, 9 Sep 2013 17:23:27 +0000 (18:23 +0100)
committerNarayan Kamath <narayan@google.com>
Wed, 11 Sep 2013 08:49:59 +0000 (08:49 +0000)
commitd6b37fdf6c24321a87566ad4053dad5daa3a844a
tree3f1e958e330d45b0ad25f949ee95e1da5ad58955
parenta45580793c89c44e2e0ffff9f4cce6e9b95be02a
Allow SSL caches to be installed directly on SSLContexts.

This allows clients to enable ssl session caching without
having to use SSLCertificateSocketFactory.

Change-Id: Id63b8b31f51c96e73beefe9ecc5fd0cf0a1852c6
core/java/android/net/SSLSessionCache.java
core/tests/coretests/src/android/net/SSLSessionCacheTest.java [new file with mode: 0644]