Support gnu-dummy
This commit is contained in:
parent
84b1c07f64
commit
f4f038375b
4 changed files with 11 additions and 94 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue