]> git.corax.cc Git - toolbox/commit
include/uipc: Add module for unsigned message-based IPC
authorMatthias Kruk <m@m10k.eu>
Sun, 27 Feb 2022 08:35:27 +0000 (17:35 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 10 Mar 2022 06:29:25 +0000 (15:29 +0900)
commitf7efc3bc7bb955446318a9ef0eb14992203dbcea
tree226ae0359e097e3e7a72da126410666a4493e7be
parent0056e6197b976947f6afa66c7a4a06580d93f07a
include/uipc: Add module for unsigned message-based IPC

The IPC module cannot be used without GPG for message signing and
verification, which makes the module unusable if GPG cannot be used.

This commit adds the uipc module, which implements functions similar
to those of the ipc module, but without message authentication.
include/uipc.sh [new file with mode: 0644]
test/uipc_spec.sh [new file with mode: 0644]