added -M; removed CBC support, fixed asym-self-mode

This commit is contained in:
TLINDEN
2015-01-17 15:04:07 +01:00
parent c0a4f7f887
commit 8535b50f94
11 changed files with 607 additions and 732 deletions

View File

@@ -234,6 +234,16 @@ temporarily disabled
cmd = cat testdecrypted
expect = /${md5msg}/
</test>
<test check-crypto-alicia-encrypt-self>
cmd = $pcp -V va -e -M -I testmessage -O testencryptedself -x a
expect = /Alicia/
</test>
<test check-crypto-alicia-deencrypt-self>
cmd = $pcp -V va -d -I testencryptedself -O testdecrypted -x a
expect = /successfully/
</test>
</test>
#