From 5cc98ed7205ba68b88d24c85753fb8e60296d2f7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 22 Aug 2011 16:27:38 +0200 Subject: pki: Add ssh_pki_signature_verify_blob(). --- include/libssh/pki.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/pki.h') diff --git a/include/libssh/pki.h b/include/libssh/pki.h index 2904192..3e908a6 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -68,6 +68,8 @@ int ssh_pki_export_signature_blob(const ssh_signature sign, int ssh_pki_import_signature_blob(const ssh_string sig_blob, const ssh_key pubkey, ssh_signature *psig); +int ssh_pki_signature_verify_blob(ssh_session session, + ssh_string sig_blob); /* SSH Public Key Functions */ ssh_string ssh_pki_export_pubkey_blob(const ssh_key key); -- cgit