keepassxc/src/sshagent
Toni Spets 3243243be8 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.
2023-02-01 23:32:56 -05:00
..
AgentSettingsPage.cpp Move icon handling from Resources to gui/Icons (#5506) 2020-10-05 20:41:00 -04:00
AgentSettingsPage.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
AgentSettingsWidget.cpp SSH Agent: Fix Windows agent selection, radio buttons 2022-04-02 08:47:00 -04:00
AgentSettingsWidget.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
AgentSettingsWidget.ui SSH Agent: Fix Windows agent selection, radio buttons 2022-04-02 08:47:00 -04:00
ASN1Key.cpp SSH Agent: Store raw key data as complete blobs 2021-10-01 16:25:14 -04:00
ASN1Key.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
BinaryStream.cpp Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
BinaryStream.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
CMakeLists.txt SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
KeeAgentSettings.cpp Fix removing encrypted ASN.1 keys from ssh-agent (#6804) 2021-08-08 09:36:06 -04:00
KeeAgentSettings.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
OpenSSHKey.cpp SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKey.h SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKeyGen.cpp SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKeyGen.h SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKeyGenDialog.cpp SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKeyGenDialog.h SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
OpenSSHKeyGenDialog.ui SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
SSHAgent.cpp Fix various typos (#8748) 2023-01-29 09:38:44 -05:00
SSHAgent.h SSH Agent: Add support for OpenSSH 8.2 FIDO/U2F keys 2021-10-01 16:25:14 -04:00