From 0bb7c7f6006e1e55b4af56e2574c8d24cb04b834 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Tue, 20 Jun 2023 11:24:03 +0100 Subject: [PATCH] keymgr: Change "TODO hs" to "TODO HSS". We probably don't need to support passphrases for the "Basic Client" milestone, so let's update this TODO accordingly. --- crates/tor-keymgr/src/key_type/ssh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tor-keymgr/src/key_type/ssh.rs b/crates/tor-keymgr/src/key_type/ssh.rs index 60eaf923b..a5f0996c6 100644 --- a/crates/tor-keymgr/src/key_type/ssh.rs +++ b/crates/tor-keymgr/src/key_type/ssh.rs @@ -1,6 +1,6 @@ //! Traits for converting keys to and from OpenSSH format. // -// TODO hs: OpenSSH keys can have passphrases. While the current implementation isn't able to +// TODO HSS (#902): OpenSSH keys can have passphrases. While the current implementation isn't able to // handle such keys, we will eventually need to support them (this will be a breaking API change). use ssh_key::private::KeypairData;