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)
commit0bb8f125253843c445b70fc6ef4fb21aa7b25625
treebfd26c7e94f50405cea729122047828f9b10b362
parent8e7ae8bafe98a288727d647dace03fed2bdcc5fc
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