summary refs log tree commit diff stats
path: root/tests/unit/test-crypto-akcipher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/crypto: Add test suite for RSA keysLei He2022-05-261-3/+282
| | | | | | | | As Daniel suggested, Add tests suite for rsakey, as a way to prove that we can handle DER errors correctly. Signed-off-by: lei he <helei.sig11@bytedance.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* test/crypto: Add test suite for crypto akcipherLei He2022-05-261-0/+711
Add unit test and benchmark test for crypto akcipher. Signed-off-by: lei he <helei.sig11@bytedance.com> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>