Implement sshsig functions

Signed-off-by: Nicolas Graves <ngraves@ngraves.fr>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
Nicolas Graves
2025-05-22 08:58:24 +02:00
parent 309f36fa83
commit 67cf8e3702
4 changed files with 494 additions and 0 deletions

View File

@@ -489,5 +489,7 @@ LIBSSH_AFTER_4_10_0
sftp_name_id_map_free;
sftp_name_id_map_new;
ssh_get_supported_methods;
sshsig_sign;
sshsig_verify;
} LIBSSH_4_10_0;