Skip WKS-as-PKCS12 file test on Android

pull/265/head
Chris Conlon 2026-09-10 16:42:41 -06:00
parent 05b0d9c62f
commit 416a321fc2
1 changed files with 4 additions and 0 deletions

View File

@ -2104,6 +2104,10 @@ public class WolfSSLKeyStoreTest {
WolfCryptProvider prov = null;
KeyStore store = null;
/* The Android platform PKCS12 provider cannot read the PBES2/PBKDF2
* client.p12, matching testLoadWKSasJKSFromFile which also skips. */
Assume.assumeTrue(!isAndroid());
/* Use client.wks (clientWKS) to test. Any WKS KeyStore could be used,
* this was just picked since was first used/tested in test above. */