Support gnu-dummy

This commit is contained in:
Mingshen Sun 2020-04-12 18:24:03 -07:00
parent 84b1c07f64
commit f4f038375b
4 changed files with 11 additions and 94 deletions

View file

@ -39,9 +39,9 @@ class CryptoFrameworkTest: XCTestCase {
try [
RSA2048,
RSA4096,
//RSA2048_SUB,
RSA2048_SUB,
ED25519,
//ED25519_SUB,
ED25519_SUB,
].forEach { keyTriple in
var error: NSError?
guard let publicKey = CryptoNewKeyFromArmored(keyTriple.publicKey, &error),

View file

@ -42,9 +42,9 @@ class PGPAgentTest: XCTestCase {
try [
RSA2048,
RSA4096,
//RSA2048_SUB,
RSA2048_SUB,
ED25519,
//ED25519_SUB,
ED25519_SUB,
].forEach { keyTriple in
let keychain = DictBasedKeychain()
let pgpAgent = PGPAgent(keyStore: keychain)