History log of /external/conscrypt/src/test/java/org/conscrypt/TrustManagerImplTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a83e884d3912bded37a7ac3d3e4808e89004f74f 25-Mar-2014 Kenny Root <kroot@google.com> am 3744ce5c: am d2cced8b: Use the new endpointVerificationAlgorithm API

* commit '3744ce5cf1339ac017d33b2d801dbd7ba5d60a23':
Use the new endpointVerificationAlgorithm API
d2cced8b10f5e4f600a5eb9464eba0da7c8f09de 20-Mar-2014 Kenny Root <kroot@google.com> Use the new endpointVerificationAlgorithm API

Use the new X509ExtendedTrustManager and use the new
getEndpointVerificationAlgorithm to check the hostname during the
handshake.

Bug: 13103812
Change-Id: Id0a74d4ef21a7d7c90357a111f99b09971e535d0
/external/conscrypt/src/test/java/org/conscrypt/TrustManagerImplTest.java
9be0a37b7d5075e879159f25dc1d5c007e9cbc18 16-Oct-2013 William Luh <williamluh@google.com> Support user-installed CA certs for cert pinning.

Additionally expose new isUserAddedCertificate() so clients can set policy
for user-installed CA certs.

Bug: 11257762
Change-Id: If45cd452ab76f393660b34594dcae464af0c0696
/external/conscrypt/src/test/java/org/conscrypt/TrustManagerImplTest.java
071523134e16d74430eb184d1e0b85e821306214 22-Oct-2013 Kenny Root <kroot@google.com> Invert pinning API name

The pinning API used a negative name for the API which made it difficult
to reason about logically. Change them to positive names so the returned
booleans don't need to be inverted in my head.

Change-Id: Iad89d9cec33b3ef27e80a3344a5b23dec023d636
/external/conscrypt/src/test/java/org/conscrypt/TrustManagerImplTest.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/test/java/org/conscrypt/TrustManagerImplTest.java