summaryrefslogtreecommitdiff
path: root/ssh-sk.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2019-11-12 19:31:18 +0000
committerDamien Miller <djm@mindrot.org>2019-11-13 08:49:52 +1100
commitfe05a36dc0ea884c8c2395d53d804fe4f4202b26 (patch)
treef2497141020c6991fd5d538b6e1f88f1213219d4 /ssh-sk.h
parente03a29e6554cd0c9cdbac0dae53dd79e6eb4ea47 (diff)
upstream: implement sshsk_ed25519_inner_sig(); ok djm
OpenBSD-Commit-ID: f422d0052c6d948fe0e4b04bc961f37fdffa0910
Diffstat (limited to 'ssh-sk.h')
-rw-r--r--ssh-sk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-sk.h b/ssh-sk.h
index 7800609c4..7e785b33a 100644
--- a/ssh-sk.h
+++ b/ssh-sk.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-sk.h,v 1.3 2019/11/12 19:30:50 markus Exp $ */ 1/* $OpenBSD: ssh-sk.h,v 1.4 2019/11/12 19:31:18 markus Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
4 * 4 *
@@ -39,7 +39,7 @@ int sshsk_enroll(const char *provider_path, const char *application,
39 struct sshbuf *attest); 39 struct sshbuf *attest);
40 40
41/* 41/*
42 * Calculate an ECDSA_SK signature using the specified key 42 * Calculate an ECDSA_SK or ED25519_SK signature using the specified key
43 * and provider middleware. 43 * and provider middleware.
44 * 44 *
45 * Returns 0 on success or a ssherr.h error code on failure. 45 * Returns 0 on success or a ssherr.h error code on failure.