https://bugzilla.mindrot.org/show_bug.cgi?id=2081

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Damien Miller <[email protected]> ---
This patch seems to do a key_write() to a temporary file and then reads
it back to get the key in a text format. This is pretty silly - it
would be better to duplicate or factor out the innards of key_write()
to return a text representation of a public key in string format
directly.

I wouldn't bother doing this just yet - there are some large key.c
changes coming up in the next couple of weeks that will collide with
any duplication or refactoring here.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to