Fix decryption issue when key without passphrase set

This commit is contained in:
Mingshen Sun 2021-01-10 15:01:21 -08:00
parent 776884e894
commit 011762c4bd
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
4 changed files with 153 additions and 2 deletions

View file

@ -64,6 +64,7 @@ class PGPAgentTest: XCTestCase {
try [
RSA2048,
RSA2048_SUB,
RSA3072_NO_PASSPHRASE,
RSA4096,
RSA4096_SUB,
ED25519,