mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-18 00:11:06 -04:00
SSH Agent: Fix invalid iqmp output for RSA keys
This fixes loading RSA keys to Pageant.
This commit is contained in:
parent
9805f2331d
commit
8c70856a82
3 changed files with 87 additions and 3 deletions
|
@ -31,6 +31,7 @@ private slots:
|
|||
void testParse();
|
||||
void testParseDSA();
|
||||
void testParseRSA();
|
||||
void testParseRSACompare();
|
||||
void testDecryptRSAAES128CBC();
|
||||
void testDecryptOpenSSHAES256CBC();
|
||||
void testDecryptRSAAES256CBC();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue