Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/PROTOCOL.agent,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/PROTOCOL.agent,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.5 retrieving revision 1.1.1.6 diff -u -p -r1.1.1.5 -r1.1.1.6 --- src/crypto/external/bsd/openssh/dist/PROTOCOL.agent 2015/07/03 00:54:41 1.1.1.5 +++ src/crypto/external/bsd/openssh/dist/PROTOCOL.agent 2016/08/02 13:29:05 1.1.1.6 @@ -206,6 +206,28 @@ ECDSA certificates may be added with: string key_comment constraint[] key_constraints +ED25519 keys may be added using the following request + byte SSH2_AGENTC_ADD_IDENTITY or + SSH2_AGENTC_ADD_ID_CONSTRAINED + string "ssh-ed25519" + string ed25519_public_key + string ed25519_private_key || ed25519_public_key + string key_comment + constraint[] key_constraints + +ED25519 certificates may be added with: + byte SSH2_AGENTC_ADD_IDENTITY or + SSH2_AGENTC_ADD_ID_CONSTRAINED + string "ssh-ed25519-cert-v01@openssh.com" + string certificate + string ed25519_public_key + string ed25519_private_key || ed25519_public_key + string key_comment + constraint[] key_constraints + +For both ssh-ed25519 and ssh-ed25519-cert-v01@openssh.com keys, the private +key has the public key appended (for historical reasons). + RSA keys may be added with this request: byte SSH2_AGENTC_ADD_IDENTITY or @@ -557,4 +579,4 @@ Locking and unlocking affects both proto SSH_AGENT_CONSTRAIN_LIFETIME 1 SSH_AGENT_CONSTRAIN_CONFIRM 2 -$OpenBSD: PROTOCOL.agent,v 1.8 2015/05/08 03:56:51 djm Exp $ +$OpenBSD: PROTOCOL.agent,v 1.11 2016/05/19 07:45:32 djm Exp $