mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 10:27:22 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user