History log of /libcore/crypto/src/main/java/org/conscrypt/SSLSocketImpl.java
Revision Date Author Comments
da5b7116b58795b169961cbd63c2b21bac741d9a 24-Jul-2013 Kenny Root <kroot@google.com> Delay SSLSocketImpl instantiation until needed

Class preloading will create an instance of objects if they are in
static fields, so put the ones we don't want instantiated into a holder
class that is not preloaded.

Bug: 9984058
Change-Id: I0f61deb9120d67d0e855bbc044a2565dbba44e29
38375a4d0b3d34e2babbd2f6a013976c7c439696 24-Apr-2013 Kenny Root <kroot@google.com> Move JSSE to new package

To help with shipping the JSSE with apps that want to bundle it, move
it to a new package so that the tangles in other parts of the library
can be untangled.

Change-Id: I810b6861388635301e28aee5b9b47b8e6b35b430