commit | fc59359db590c4984d6f0e11a14da4ae1a8d0946 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Tue Jan 05 14:57:09 2010 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Tue Jan 05 16:57:17 2010 -0800 |
tree | a10bfb73189f4a7f3f68a946280914abf89d92ee | |
parent | f39e5f38eb34a01739e1c12627ec01f9a1114318 [diff] |
Unbundle: Remove the use of internal SSL APIs. 1. Replaced SSLContextImpl with SSLContext with TLS. (They're the same, according to crazybob) 2. Copied SSLSocketFactory from org.apache.http.conn.ssl, so that we can use the hidden costructor. (Which wasn't in the original code -- it was added by the android team, which is why it's hidden.)