Re: [PATCH 1/2] linux-user: Implement SOL_ALG encryption support

2023-01-31 Thread Laurent Vivier
Le 12/12/2022 à 18:34, Helge Deller a écrit : Add suport to handle SOL_ALG packets via sendmsg() and recvmsg(). This allows emulated userspace to use encryption functionality. Tested with the debian ell package with hppa guest on x86_64 host. Signed-off-by: Helge Deller --- linux-user/syscal

Re: [PATCH 1/2] linux-user: Implement SOL_ALG encryption support

2023-01-31 Thread Laurent Vivier
Le 12/12/2022 à 18:34, Helge Deller a écrit : Add suport to handle SOL_ALG packets via sendmsg() and recvmsg(). This allows emulated userspace to use encryption functionality. Tested with the debian ell package with hppa guest on x86_64 host. Signed-off-by: Helge Deller --- linux-user/syscal

[PATCH 1/2] linux-user: Implement SOL_ALG encryption support

2022-12-12 Thread Helge Deller
Add suport to handle SOL_ALG packets via sendmsg() and recvmsg(). This allows emulated userspace to use encryption functionality. Tested with the debian ell package with hppa guest on x86_64 host. Signed-off-by: Helge Deller --- linux-user/syscall.c | 8 1 file changed, 8 insertions(+)