]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - fix version number of RSA tests
authorlei he <helei.sig11@bytedance.com>
Fri, 24 Jun 2022 10:06:25 +0000 (18:06 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jun 2022 07:56:58 +0000 (15:56 +0800)
commit3e6bd4d6180315ad0bc4ef6f32bff3f20a5699fd
treebfd26c7e94f50405cea729122047828f9b10b362
parent0afd61d6ff0f8d91bbdc6f1e7a7247dd9f5d9b25
crypto: testmgr - fix version number of RSA tests

According to PKCS#1 standard, the 'otherPrimeInfos' field contains
the information for the additional primes r_3, ..., r_u, in order.
It shall be omitted if the version is 0 and shall contain at least
one instance of OtherPrimeInfo if the version is 1, see:
https://www.rfc-editor.org/rfc/rfc3447#page-44

Replace the version number '1' with 0, otherwise, some drivers may
not pass the run-time tests.

Signed-off-by: lei he <helei.sig11@bytedance.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.h