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:
Praneeth Sarode
2025-08-30 01:50:59 +05:30
parent 97e71606e0
commit 14bd26e71c
2 changed files with 16 additions and 0 deletions

View File

@@ -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 {