Displaying 2 results from an estimated 2 matches for "sk_standalone".
2024 Dec 21
2
[PATCH 0/2] Fix Memory Management Issue in `ssh-sk-helper` with External SK Libraries
Hi,
Sometimes, users might find that the `ssh-sk-helper` crashes after
enrolling a new key when using external SK libraries.
Currently, the memory returned by SK APIs is freed by the host, but
external libraries may have their own methods of handling memory. For
instance some external libraries are linked against a foreign libc
statically. As a result, the `ssh-sk-helper` would have issues if
[Bug 3585] New: "misc.h" required when build the sk middleware ("sk-usbhid.c") as standalone library
2023 Jul 02
0
[Bug 3585] New: "misc.h" required when build the sk middleware ("sk-usbhid.c") as standalone library
...Workaround patch, based on openssh-portable commit
"8a6cd08850f576e7527c52a1b086cae82fab290e"
Someone might want to build "sk-usbhid.c" as standalone middle library
for OpenSSH with `?without-security-key-builtin` distributed by
vendors.
When built "sk-usbhid.c" with SK_STANDALONE, "misc.h" is needed for
`monotime_tv`.
Workaround is in patch. Someone who want to build the middleware as
standalone library also need to link "sk-usbhid.o" with "libssh.a"(or
"misc.o").
--
You are receiving this mail because:
You are watching the assigne...