History log of /external/conscrypt/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae2ecac00779167b0381c48da7c612567d1c646f 30-May-2014 Alex Klyubin <klyubin@google.com> SSLParametersImpl is the source of enabled cipher suites and protocols.

An instance of SSLParametersImpl is associated with SSLContext and is
then cloned into any SSLSocketFactory, SSLServerSocketFactory,
SSLSocket, SSLServerSocket, and SSLEngine. This CL ensures that all
these primitives obtain their list of enabled cipher suites and
protocols from their instance of SSLParametersImpl.

Bug: 15073623
Change-Id: I40bf32e8654b299518ec0e77c3218a0790d9c4fd
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java
2d089e18deae231149737cad6ce00f1e137a7199 21-Nov-2013 Alex Klyubin <klyubin@google.com> Stop depending on CipherSuite in OpenSSL-backed sockets.

This is in preparation for removing Harmony-backed TLS/SSL
implementations.

Change-Id: Ic108e16d086fb99b69f0a4e4faeb816dc50a7643
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java
efb9c8d7970bce0dbb449b9e1d7c573bf516421d 21-Nov-2013 Alex Klyubin <klyubin@google.com> Proper check for PrivateKey algorithm.

The correct way to check for the type of a PrivateKey is to inspect
the result of its getAlgorithm, rather than to check that the key is
instance of [RSA/DSA/EC]PrivateKey. For example, opaque RSA private
keys are instances of PrivateKey but not instances of RSAPrivateKey.

See Java PKCS#11 Reference Guide section 3.2 "Token Keys".

Change-Id: I2502b264fa87ccad747cd6fe41da3a18c5d01864
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java
209c986cfe42dbaa5497c6e68d1b5db96b28db78 07-May-2013 Kenny Root <kroot@google.com> NativeCrypto: Fix a lot of random doc bugs

Remove lots of empty javadoc tags that were unused or invalid.
Remove some unused imports.
Mark a few input streams as intentionally unclosed.

Change-Id: I04d8642abd2b0f2e9be02e227658a1b9bd192d24
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.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/OpenSSLServerSocketImpl.java