gpg-lacre/test/e2e.ini

24 lines
480 B
INI

[relay]
port = 2500
[tests]
cases = 3
[case-1]
descr = Clear text message to a user without a key
to = carlos@disposlab
in = test/msgin/clear2clear.msg
out = test/msgout/clear2clear.msg
[case-2]
descr = Clear text message to a user with an RSA key
to = alice@disposlab
in = test/msgin/clear2rsa.msg
out = test/msgout/clear2rsa.msg
[case-3]
descr = Clear text message to a user with an Ed25519 key
to = bob@disposlab
in = test/msgin/clear2ed.msg
out = test/msgout/clear2ed.msg