Message ID | 20200903131242.128665-1-tianjia.zhang@linux.alibaba.com |
---|---|
Headers | show |
Series | crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm | expand |
On Thu, Sep 03, 2020 at 09:12:39PM +0800, Tianjia Zhang wrote: > Some asymmetric algorithms will get different ciphertext after > each encryption, such as SM2, and let testmgr support the testing > of such algorithms. > > In struct akcipher_testvec, set c and c_size to be empty, skip > the comparison of the ciphertext, and compare the decrypted > plaintext with m to achieve the test purpose. > > Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> > Tested-by: Xufeng Zhang <yunbo.xufeng@linux.alibaba.com> > --- > crypto/testmgr.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Is there supposed to be another patch that contains test vectors? Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
On 9/18/20 2:47 PM, Herbert Xu wrote: > On Thu, Sep 03, 2020 at 09:12:39PM +0800, Tianjia Zhang wrote: >> Some asymmetric algorithms will get different ciphertext after >> each encryption, such as SM2, and let testmgr support the testing >> of such algorithms. >> >> In struct akcipher_testvec, set c and c_size to be empty, skip >> the comparison of the ciphertext, and compare the decrypted >> plaintext with m to achieve the test purpose. >> >> Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> >> Tested-by: Xufeng Zhang <yunbo.xufeng@linux.alibaba.com> >> --- >> crypto/testmgr.c | 7 ++++++- >> 1 file changed, 6 insertions(+), 1 deletion(-) > > Is there supposed to be another patch that contains test vectors? > > Thanks, > Yes, I was negligent. It is necessary to provide a test vector and I will support it as soon as possible. Thanks, Tianjia