aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-22 16:27:38 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-22 18:39:56 +0200
commit5cc98ed7205ba68b88d24c85753fb8e60296d2f7 (patch)
tree697947be534369522b744f2d0b0418fac24779fe /include/libssh/pki.h
parentbcc0a6d0e0b2945e58af4d1d03a17a084ffc3372 (diff)
downloadlibssh-5cc98ed7205ba68b88d24c85753fb8e60296d2f7.tar.gz
libssh-5cc98ed7205ba68b88d24c85753fb8e60296d2f7.tar.xz
libssh-5cc98ed7205ba68b88d24c85753fb8e60296d2f7.zip
pki: Add ssh_pki_signature_verify_blob().
Diffstat (limited to 'include/libssh/pki.h')
-rw-r--r--include/libssh/pki.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h
index 29041920..3e908a61 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);