mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
SSH Agent: Add missing ECDSA tests for OpenSSHKey
This commit is contained in:
parent
1dbec40be9
commit
17d51b558e
2 changed files with 77 additions and 0 deletions
|
@ -32,6 +32,9 @@ private slots:
|
|||
void testParseDSA();
|
||||
void testParseRSA();
|
||||
void testParseRSACompare();
|
||||
void testParseECDSA256();
|
||||
void testParseECDSA384();
|
||||
void testParseECDSA521();
|
||||
void testDecryptRSAAES128CBC();
|
||||
void testDecryptOpenSSHAES256CBC();
|
||||
void testDecryptRSAAES256CBC();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue