mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
feat(pki): implement PKI context API
A new generic struct is introduced which contains the various configuration options that can be used by pki operations. API functions have been provided to configure all the options. 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:
@@ -493,5 +493,11 @@ LIBSSH_AFTER_4_10_0
|
||||
sshsig_verify;
|
||||
ssh_string_cmp;
|
||||
ssh_string_from_data;
|
||||
ssh_pki_ctx_new;
|
||||
ssh_pki_ctx_free;
|
||||
ssh_pki_ctx_options_set;
|
||||
ssh_pki_ctx_set_sk_pin_callback;
|
||||
ssh_pki_ctx_sk_callbacks_option_set;
|
||||
ssh_pki_ctx_sk_callbacks_options_clear;
|
||||
ssh_pki_ctx_get_sk_attestation_buffer;
|
||||
} LIBSSH_4_10_0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user