History log of /external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0afe96ad6246d9e8c56d50a925dad6cad0feff22 30-Jan-2016 Kenny Root <kroot@google.com> Set date on path verification parameters

To avoid flaky tests (e.g., device date is not correct), we should set a
date on the PKIX path verification parameters.

Bug: 26716600
Change-Id: Ie7c18c9cff63b2c8ea4bb050593d79db39401dd8
/external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java
20cb4ffdb52c8e5594806ff11960ee4297b28a34 12-Jan-2016 Kenny Root <kroot@google.com> Fix several tests that were worded incorrectly

The test description lists the CRL signing key and the CA signing key in
the description's expected path, but it should only be the CA signing key
in the path.

This change fixes all the tests that had this ambiguity.

Bug: 8030138
Change-Id: I4edd999d94a05d80a0a2e03e49d9a4025bd9bbfe
/external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java
f11bf8a0ffd68f584a9413d295a408e57fe811e5 12-Jan-2016 Kenny Root <kroot@google.com> Allow separation of path and certs

Some tests were listed with multiple apparent intermediates in the
documentation, but they were actually one CA to sign the cert and one CA
to sign the CRL. This change allows the fixing of the tests to be able
to assert separate path from general cert collections.

Bug: 8030138
Change-Id: I6dab5be846650c26ed0ed9eb9d8194d93fc85908
/external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java
64da9515ec7eae2666297731786f0032aa536f83 12-Jan-2016 Kenny Root <kroot@google.com> Add policy checking info

In an effort to stay close to what the NIST PKITS documentation
specifies for these tests, be explicit about our PKIX parameters we are
expecting.

Change-Id: Ifd02328fda701016f0ad947e8020ae2dec4737ad
/external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java
fa3861dfdf1531ce20a694477408af47bb44a754 15-Jan-2013 Kenny Root <kroot@google.com> Add NIST PKIX validation test suite

Change-Id: I44b8e759e38f074174df745c39979acc5334c778
/external/nist-pkits/src/libcore/java/security/cert/X509CertificateNistPkitsTest.java