Fix removing encrypted ASN.1 keys from ssh-agent (#6804)

Contents of id_rsa-encrypted-asn1 are from
TestOpenSSHKey::testDecryptRSAAES128CBC().

Closes #6788
This commit is contained in:
Chih-Hsuan Yen
2021-08-08 21:36:06 +08:00
committed by GitHub
parent 0921bf2d61
commit bc5d0df19e
4 changed files with 45 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ private slots:
void testRemoveOnClose();
void testLifetimeConstraint();
void testConfirmConstraint();
void testToOpenSSHKey();
void cleanupTestCase();
private: