Re: [PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm

2024-07-04 Thread Michael S. Tsirkin
On Thu, Jul 04, 2024 at 11:11:20PM +0200, Giacomo Parmeggiani wrote: > PING > Hello Li He, maintainers, > > Any chance to revive this thread? > The patch series no longer applies to latest QEMU and it would be a useful > feature to have. > > BR > Giacomo Not sure why I didn't apply this. Care

Re: [PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm

2024-07-04 Thread Giacomo Parmeggiani
PING Hello Li He, maintainers, Any chance to revive this thread? The patch series no longer applies to latest QEMU and it would be a useful feature to have. BR Giacomo > On 22 Jun 2022, at 11:15, Lei He wrote: > > 1. add test suite for ecdsa algorithm. > 2. use qcrypto_akcihper_max_xxx_len t

[PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm

2022-06-22 Thread Lei He
1. add test suite for ecdsa algorithm. 2. use qcrypto_akcihper_max_xxx_len to help create buffers in Signed-off-by: lei he Reviewed-by: Daniel P. Berrangé --- tests/unit/test-crypto-akcipher.c | 338 -- 1 file changed, 323 insertions(+), 15 deletions(-) diff