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
82
X509Certificate[]
invalidChain
= loadCertificates(R.raw.intermediate_test_invalid);
95
tm.checkServerTrusted(
invalidChain
, "RSA");
96
fail("
invalidChain
incorrectly valid");
104
tm.checkServerTrusted(
invalidChain
, "RSA");
105
fail("
invalidChain
incorrectly valid after trusting validChain");
Completed in 2525 milliseconds