OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidchain
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
ConscryptIntermediateVerificationTest.java
80
X509Certificate[]
invalidChain
= loadCertificates(R.raw.intermediate_test_invalid);
93
tm.checkServerTrusted(
invalidChain
, "RSA");
94
fail("
invalidChain
incorrectly valid");
102
tm.checkServerTrusted(
invalidChain
, "RSA");
103
fail("
invalidChain
incorrectly valid after trusting validChain");
Completed in 284 milliseconds