From 15192d756d42e4e44d05dda404d2372451b0da52 Mon Sep 17 00:00:00 2001 From: Dave Huseby Date: Fri, 6 Aug 2021 12:01:05 -0700 Subject: [PATCH] integrating @clehner suggestion Signed-off-by: Dave Huseby --- work_items/cbb_service_protocol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/work_items/cbb_service_protocol.md b/work_items/cbb_service_protocol.md index fa094c5..12bd198 100644 --- a/work_items/cbb_service_protocol.md +++ b/work_items/cbb_service_protocol.md @@ -38,6 +38,7 @@ systems that have algorithm agility and are agnostic to the cryptography used. - [Tor Control Protocol][2] - [IETF RFC5321 Simple Mail Transport Protocol][3] - [Git Cryptography Protocol Proposal][4] +- [SSH Agent Protocol][5] ## Meetings - Implementor updates are presented at the regular Applied Crypto WG meetings. @@ -47,3 +48,4 @@ systems that have algorithm agility and are agnostic to the cryptography used. [2]: https://gitweb.torproject.org/torspec.git/tree/control-spec.txt [3]: https://datatracker.ietf.org/doc/html/rfc5321 [4]: https://github.com/TrustFrame/git-cryptography-protocol/blob/main/Git%20Cryptography%20Protocol.md +[5]: https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent-04