mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-25 15:10:56 -04:00
parent
c07a57d141
commit
860fcfd78d
10 changed files with 183 additions and 19 deletions
|
@ -473,6 +473,8 @@ bool OpenSSHKey::readPublic(BinaryStream& stream)
|
|||
{ "ecdsa-sha2-nistp384", {STR_PART, STR_PART} },
|
||||
{ "ecdsa-sha2-nistp521", {STR_PART, STR_PART} },
|
||||
{ "ssh-ed25519", {STR_PART} },
|
||||
{ "sk-ecdsa-sha2-nistp256@openssh.com", {STR_PART, STR_PART, STR_PART} },
|
||||
{ "sk-ssh-ed25519@openssh.com", {STR_PART, STR_PART} },
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
@ -502,6 +504,8 @@ bool OpenSSHKey::readPrivate(BinaryStream& stream)
|
|||
{ "ecdsa-sha2-nistp384", {STR_PART, STR_PART, STR_PART} },
|
||||
{ "ecdsa-sha2-nistp521", {STR_PART, STR_PART, STR_PART} },
|
||||
{ "ssh-ed25519", {STR_PART, STR_PART} },
|
||||
{ "sk-ecdsa-sha2-nistp256@openssh.com", {STR_PART, STR_PART, STR_PART, UINT8_PART, STR_PART, STR_PART} },
|
||||
{ "sk-ssh-ed25519@openssh.com", {STR_PART, STR_PART, UINT8_PART, STR_PART, STR_PART} },
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue