Fix decryption issue when key without passphrase set
This commit is contained in:
parent
776884e894
commit
011762c4bd
4 changed files with 153 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ class PGPAgentTest: XCTestCase {
|
|||
try [
|
||||
RSA2048,
|
||||
RSA2048_SUB,
|
||||
RSA3072_NO_PASSPHRASE,
|
||||
RSA4096,
|
||||
RSA4096_SUB,
|
||||
ED25519,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue