History log of /external/conscrypt/src/main/java/org/conscrypt/OpenSSLContextImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f878e438660d93f8689b864165230492e7a412d4 08-Nov-2013 Kenny Root <kroot@google.com> Add OpenSSLEngineImpl

Add support for SSLEngine via OpenSSL APIs. Currently this supports just
the basic SSLEngine functionality. It can be improved in efficiency and
performance, but it appears not to leak anything and be correct
according to our test suites.

Change-Id: Iea2dc3922e7c30e26daca38361877bd2f88ae668
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLContextImpl.java
f111f6235d016ce54ab95a2c634a400efe29f24b 31-Mar-2014 Kenny Root <kroot@google.com> Remove SSLEngineImpl

This is replaced by OpenSSL-backed SSLEngineImpl.

Change-Id: I7b51f6fa772e431c6283008535bfec90821d0bef
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLContextImpl.java
680ce427fbccaab1dc477b1f2501adba9695e4dd 25-Nov-2013 Alex Klyubin <klyubin@google.com> Stop depending on SSLContextImpl in OpenSSLContextImpl.

SSLContextImpl is the HarmonyJSSE provider's SSLContext SPI.
OpenSSLContextImpl is the AndroidOpenSSL provider's SSLContext SPI.
This CL adjusts the class hierarchy to match.

This is achieved by:
1. copying all of the functionality from SSLContextImpl into
OpenSSLContextImpl, and
2. removing from SSLContextImpl the functionality used only by the
default instance of AndroidOpenSSL provider's SSLContext.

Change-Id: I9e380be04e6a9a1660c3e6c0738ca026c171f4bd
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLContextImpl.java
860d2707ce126ef8f66e3eac7ceeab6d24218cd8 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
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLContextImpl.java