mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
SSH Agent: Add support for generating SSH keys
Supported key types are RSA, ECDSA and Ed25519. Includes tests to compare writing out keys produce the exact same private key if read from OpenSSH format and tests against ssh-agent to ensure all no generated key is rejected.
This commit is contained in:
committed by
Jonathan White
parent
714c0a5be2
commit
3243243be8
@@ -35,6 +35,9 @@ private slots:
|
||||
void testLifetimeConstraint();
|
||||
void testConfirmConstraint();
|
||||
void testToOpenSSHKey();
|
||||
void testKeyGenRSA();
|
||||
void testKeyGenECDSA();
|
||||
void testKeyGenEd25519();
|
||||
void cleanupTestCase();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user