SSH Agent: Support old unencrypted DSA and RSA keys

This commit is contained in:
Toni Spets 2018-02-01 19:00:35 +02:00
parent 90eea14b8c
commit cbb70cdc7c
9 changed files with 413 additions and 54 deletions

View file

@ -29,6 +29,8 @@ class TestOpenSSHKey : public QObject
private slots:
void initTestCase();
void testParse();
void testParseDSA();
void testParseRSA();
void testDecryptAES256CBC();
void testDecryptAES256CTR();
};