[Bug 3351] RSA SHA256 certificates no longer work

2025-03-21 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 mohamedazab224 changed: What|Removed |Added Version|7.4p1 |9.5p1 --- Comment #11 from mohamedazab22

[Bug 3351] RSA SHA256 certificates no longer work

2025-03-21 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 mohamedazab224 changed: What|Removed |Added Attachment #3549|0 |1 is obsolete|

[Bug 3351] RSA SHA256 certificates no longer work

2022-02-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 Damien Miller changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #9 from Damien Miller

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #8 from Damien Miller --- Most of the fixes were in this commit IIRC: commit 4ba0d54794814ec0de1ec87987d0c3b89379b436 Author: d...@openbsd.org Date: Tue Jul 3 11:39:54 2018 + upstream: Improve strictness and control over R

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #7 from denisen...@gmail.com --- Adding my findings about difference between 7.4 and 8.8 On 7.4 when this condition is executed: if (ssh == NULL || ssh->kex->server_sig_algs == NULL || (key->type != KEY_RSA && key->

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #6 from Damien Miller --- OpenSSH 7.8 definitely works (just tested it). I think the previous versions had varying degrees of buginess -- You are receiving this mail because: You are watching someone on the CC list of the bug. You ar

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #5 from denisen...@gmail.com --- You are right, I tested with 8.8 server and it worked. Our server is currently on 7.4p1 and this is the latest available from repository. So this change at least breaks compatibility with 7.4. Do you

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 Damien Miller changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #3 from denisen...@gmail.com --- Attached client log. Certificate rejection happens on the client. In sshconnect2.c this line is executed: 1857: sent = send_pubkey_test(ssh, id); Then in send_pubkey_test function this line is execu

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 --- Comment #2 from denisen...@gmail.com --- Created attachment 3549 --> https://bugzilla.mindrot.org/attachment.cgi?id=3549&action=edit Client log -- You are receiving this mail because: You are watching someone on the CC list of the bug. You

[Bug 3351] RSA SHA256 certificates no longer work

2021-10-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3351 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #1 from Dami