feat(pki): add ssh_key getters to retrieve security key flags, application, and user ID

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-09-20 19:31:40 +05:30
parent 14bd26e71c
commit 32a256e157
3 changed files with 74 additions and 0 deletions

View File

@@ -500,4 +500,7 @@ LIBSSH_AFTER_4_10_0
ssh_pki_ctx_sk_callbacks_option_set;
ssh_pki_ctx_sk_callbacks_options_clear;
ssh_pki_ctx_get_sk_attestation_buffer;
ssh_key_get_sk_flags;
ssh_key_get_sk_application;
ssh_key_get_sk_user_id;
} LIBSSH_4_10_0;