Activate tests for keys with sub-keys
This commit is contained in:
parent
5bee0a28b1
commit
2618c6bead
2 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ class CryptoFrameworkTest: XCTestCase {
|
|||
private func testInternal(plainMessage: CryptoPlainMessage?, messageConverter: MessageConverter) throws {
|
||||
try [
|
||||
RSA2048,
|
||||
//RSA2048_SUB,
|
||||
RSA2048_SUB,
|
||||
ED25519,
|
||||
//ED25519_SUB,
|
||||
ED25519_SUB,
|
||||
].forEach { keyTriple in
|
||||
let pgp = CryptoGetGopenPGP()!
|
||||
let publicKey = try pgp.buildKeyRingArmored(keyTriple.publicKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue