mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
feat(pki): add support for user ID in ssh_key structure
Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
@@ -95,6 +95,9 @@ struct ssh_key_struct {
|
||||
uint8_t sk_flags;
|
||||
ssh_string sk_key_handle;
|
||||
ssh_string sk_reserved;
|
||||
|
||||
/* Resident key specific metadata */
|
||||
ssh_string sk_user_id;
|
||||
};
|
||||
|
||||
struct ssh_signature_struct {
|
||||
|
||||
Reference in New Issue
Block a user