SSH Agent: Support old AES-128-CBC encrypted keys

This commit is contained in:
Toni Spets 2018-02-06 19:23:03 +02:00 committed by Janek Bevendorff
parent d2359df2b0
commit d58e3ca34d
4 changed files with 74 additions and 6 deletions

View file

@ -31,6 +31,7 @@ private slots:
void testParse();
void testParseDSA();
void testParseRSA();
void testDecryptAES128CBC();
void testDecryptAES256CBC();
void testDecryptAES256CTR();
};