Displaying 1 result from an estimated 1 matches for "l151".
Did you mean:
151
2025 May 30
1
[Bug 3829] New: SSH signature armor protocol documentation issue
...also quite clear in the
code that it's 70 characters and not 76 [2].
[1]:
https://github.com/openssh/openssh-portable/blob/73ef0563a59f90324f8426c017f38e20341b555f/PROTOCOL.sshsig#L21
[2]:
https://github.com/openssh/openssh-portable/blob/73ef0563a59f90324f8426c017f38e20341b555f/sshbuf-misc.c#L151
PS: The PROTOCOL.sshsig might not be precise enough to be reproduced
independently. We're trying to reproduce openssh results with libssh
here, the protocol is respected at first glance, but we don't get the
same results :
https://gitlab.com/libssh/libssh-mirror/-/merge_requests/536
--...