History log of /external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29916ef38dc9cb4e4c6e3fdb87d4e921546d3ef4 28-Mar-2017 Nathan Mittler <nathanmittler@google.com> Locking down public APIs (#157)

Tried to be as aggressive as I could, so this probably deserves a fairly thorough review. I left most of OpenSSLSocketImpl public, because I think it's needed by a few external projects.

I also did some cleanup work to get rid of a bunch of compiler warnings that we seem to have accumulated.

Fixes #142
/external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java
dbe082cb70a1ffbe1a693bd583a06ecad585f46d 21-Mar-2017 Nathan Mittler <nathanmittler@google.com> Introducing top-level Conscrypt class (#152)

This is a one-stop-shop for creating and configuring Conscrypt types. It allows a standard way for configuring extended settings that are not currently supported by the standard Java APIs.
/external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java
5070bdfc6277af136b7eb5fe5d0d72ad2ff6a2eb 16-Mar-2017 Kenny Root <kroot@google.com> Create @hide Doclet for public API docs

This allows us to use @hide to prevent a class from showing up in the
public API documentation.
/external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java
d5d2c11d5491e4e9192f9d0e7bae086d31a7d472 09-Feb-2017 Kenny Root <kroot@google.com> Reduce Java lint warnings

This reduces the number of Java lint warnings down to just the
[serialization] class of warnings as well as the Sun proprietary
warnings for the OpenJDK implementation.

These changes do not result in any change of behavior, but the
serialization changes might. Those will be fixed in a separate CL.
/external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java
7782d132fab6ac9f30b97d76ed3a51126ed3e6d1 22-Nov-2016 nmittler <nathanmittler@google.com> Restructuring conscrypt into submodules

Change-Id: I2a4dea5d2a5f35b29fdbb96bcdae1888a4fe2b7e
/external/conscrypt/common/src/main/java/org/conscrypt/OpenSSLSignatureRawRSA.java