[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #9 from Shreenidhi Shedi --- There is a problem in the patch. PTAL. ``` diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 1fd5867..bb59b55 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -789,11 +789,11 @@ main(int argc, char

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-25 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #8 from Shreenidhi Shedi --- Hi Damien Miller, Is there anything pending from my end? Please let me know. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #7 from Shreenidhi Shedi --- Hi Damien Miller, Any inputs on when this will get merged? I mean when will this be a part of github repo? Thanks. -- You are receiving this mail because: You are watching the assignee of the bug. You

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #6 from Shreenidhi Shedi --- Okay, that looks fine. I was expecting these new pointers to get freed programmatically, if we are delegating that job to system, that's fine too. Thanks for the response. -- You are receiving this mail

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #5 from Damien Miller --- It won't until the program exits. It will be around for the life of the process because it's needed for the life of the process -- You are receiving this mail because: You are watching the assignee of the

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #4 from Shreenidhi Shedi --- One query, take this for example. ``` macs = xstrdup(optarg + 5); ``` When will macs get freed? -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #3 from Shreenidhi Shedi --- Awesome, yes. These additional changes makes this fix complete for now. Thanks a lot. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 --- Comment #1 from Shreenidhi Shedi --- Created attachment 3713 --> https://bugzilla.mindrot.org/attachment.cgi?id=3713=edit attempt to fix. Tried fixing the issue. PTAL. I'm unaware of the development process in this project, so raised a

[Bug 3599] How to scan for keys when sshd server has fips enabled?

2023-08-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 Shreenidhi Shedi changed: What|Removed |Added CC||d...@mindrot.org, |