New CMS tests.
Add some ECDH CMS tests.
This commit is contained in:
parent
a0957d5505
commit
5cdc25a754
1 changed files with 25 additions and 0 deletions
|
@ -384,6 +384,31 @@ my @smime_cms_param_tests = (
|
||||||
. " -recip $smdir/smrsa1.pem -keyopt rsa_padding_mode:oaep"
|
. " -recip $smdir/smrsa1.pem -keyopt rsa_padding_mode:oaep"
|
||||||
. " -keyopt rsa_oaep_md:sha256",
|
. " -keyopt rsa_oaep_md:sha256",
|
||||||
"-decrypt -recip $smdir/smrsa1.pem -in test.cms -out smtst.txt"
|
"-decrypt -recip $smdir/smrsa1.pem -in test.cms -out smtst.txt"
|
||||||
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
"enveloped content test streaming S/MIME format, ECDH",
|
||||||
|
"-encrypt -in smcont.txt"
|
||||||
|
. " -stream -out test.cms"
|
||||||
|
. " -recip $smdir/smec1.pem",
|
||||||
|
"-decrypt -recip $smdir/smec1.pem -in test.cms -out smtst.txt"
|
||||||
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
"enveloped content test streaming S/MIME format, ECDH, AES128, SHA256 KDF",
|
||||||
|
"-encrypt -in smcont.txt"
|
||||||
|
. " -stream -out test.cms"
|
||||||
|
. " -recip $smdir/smec1.pem -aes128 -keyopt ecdh_kdf_md:sha256",
|
||||||
|
"-decrypt -recip $smdir/smec1.pem -in test.cms -out smtst.txt"
|
||||||
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
"enveloped content test streaming S/MIME format, ECDH, K-283, cofactor DH",
|
||||||
|
"-encrypt -in smcont.txt"
|
||||||
|
. " -stream -out test.cms"
|
||||||
|
. " -recip $smdir/smec2.pem -aes128"
|
||||||
|
. " -keyopt ecdh_kdf_md:sha256 -keyopt ecdh_cofactor_mode:1",
|
||||||
|
"-decrypt -recip $smdir/smec2.pem -in test.cms -out smtst.txt"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue