[openssh-commits] [openssh] 01/01: upstream: missing header change from previous; spotted by dtucker@

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 23 15:56:22 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit e027c044c796f3a01081a91bee55741204283f28
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 23 04:54:34 2020 +0000

    upstream: missing header change from previous; spotted by dtucker@
    
    OpenBSD-Commit-ID: 321ce74c0a5bbd0f02fa3f20cb5cf2a952c6b96f
---
 sshsig.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sshsig.h b/sshsig.h
index 386c8b5d..939e3dfe 100644
--- a/sshsig.h
+++ b/sshsig.h
@@ -92,4 +92,14 @@ struct sshsigopt *sshsigopt_parse(const char *opts,
 /* Free signature options */
 void sshsigopt_free(struct sshsigopt *opts);
 
+/* Get public key from signature */
+int
+sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey);
+
+/* Find principal in allowed_keys file, given a sshkey. Returns
+ * 0 on success.
+ */
+int sshsig_find_principal(const char *path, const struct sshkey *sign_key,
+    char **principal);
+
 #endif /* SSHSIG_H */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list