History log of /external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a54958e04339833f7320c9ab8bd542c0d2e3d7d 28-Dec-2015 Chad Brubaker <cbrubaker@google.com> Add findAllIssuers methods

These will be used for improvements to path building in a following
commit.

Change-Id: Icdb164782ed8fdcf8785bde5fd45bd6f88f15889
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
e279a9854d15d20a0b3807fe96f0805b43cd4dae 15-Oct-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> Remove java.lang.IntegralToString usage.

java.lang.IntegralToString is going away, replaced
its usage by small helper class, Hex.
+
Fixes the "Illegal class access" exception from
TrustedCertificateStoreTest & TrustManagerImplTest.


(cherry-picked from 61e984f441b9194f0ae907e6fc28502858df6852 +
61e984f441b9194f0ae907e6fc28502858df6852)

Bug: 24932279
Change-Id: I83bc9543e44e3d1026fa5b0a31b8097bb3838ab3
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
705e2fb5819c2f9b7e8b1aa9805f1f0ab6635bd7 05-Dec-2014 Alex Klyubin <klyubin@google.com> resolved conflicts for merge of bfaa60ea to lmp-mr1-dev-plus-aosp

Change-Id: I5552032f59699920d3c55d4e83a61deaf0e0d63b
bfaa60ea2aaa29531a003985920fd7f93f7bf975 05-Dec-2014 Alex Klyubin <klyubin@google.com> Assert that system cacerts files use correct file names.

Change-Id: I8b60efdbab806d6ffba67292b8f003df8cb895e5
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
a7682713687ac2e209063324597134d48b1955d3 07-Nov-2014 Kenny Root <kroot@google.com> Stop building chain if issuer already in chain

Bug: 17972577
Change-Id: I379de26bdae3de1d0fe867adc1d8b7d5443c8c7a
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
f9b921df499721bcc2a37fd073485811d0cabe60 13-May-2014 Kenny Root <kroot@google.com> TrustedCertificateStoreTest: use random dir for tests

In order to avoid some problems with the tests, use a random name
instead of trying to use a potentially-conflicting directory name.

Bug: 12469164
Bug: 14818987
Change-Id: I9a144eafff46d84ea794f49babeba11938f665f8
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
03804497fead7f3e1cb21bf1125ca9e027159920 20-Mar-2014 Kenny Root <kroot@google.com> Return system trust anchor instead of server

Change-Id: I06eb3e364632d4a5226c3c55cae7b212790987c3
/external/conscrypt/src/test/java/org/conscrypt/TrustedCertificateStoreTest.java
caff440a68516301f64d27e5edfcd18deb49c2af 28-Jan-2014 Kenny Root <kroot@google.com> TrustedCertificateStoreTest: add message to assert

Add the target filename to the assert so that a testing issue can be
debugged. Currently a file is failing to delete during a CTS run, but
can't be reproduced during a targeted test run of just the
TrustedCertificateStoreTest.

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