]> git.corax.cc Git - toolbox/commit
test/ipc: Add unit tests for message encoding and authentication
authorMatthias Kruk <m@m10k.eu>
Fri, 18 Jun 2021 00:33:53 +0000 (09:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 18 Jun 2021 00:33:53 +0000 (09:33 +0900)
commit0d2039a0f5ca8af1486410f3d78f84c4a4c7fc15
tree9e8a1a665792ef1c99bf157f4eb3f04e40884bca
parentdb94eeb09b3ea783634f93b227a35b2c3aadf03f
test/ipc: Add unit tests for message encoding and authentication

This commit adds unit tests that ensure that the following function
from the ipc module work as intended:
 - _ipc_encode()
 - _ipc_decode()
 - _ipc_sign()
 - _ipc_verify()
test/ipc_spec.sh [new file with mode: 0644]