mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 05:24:13 -04:00
SSH Agent: Support old unencrypted DSA and RSA keys
This commit is contained in:
parent
90eea14b8c
commit
cbb70cdc7c
9 changed files with 413 additions and 54 deletions
|
@ -29,6 +29,8 @@ class TestOpenSSHKey : public QObject
|
|||
private slots:
|
||||
void initTestCase();
|
||||
void testParse();
|
||||
void testParseDSA();
|
||||
void testParseRSA();
|
||||
void testDecryptAES256CBC();
|
||||
void testDecryptAES256CTR();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue