mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added -M; removed CBC support, fixed asym-self-mode
This commit is contained in:
@@ -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>
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user