Re: [openssl-users] Fwd: CAVP fips_rsastest.c not producing the correct signature?

2017-07-27 Thread Jeffrey Walton
On Fri, Jul 28, 2017 at 12:15 AM, Swetha Hariharan wrote: > > > I am trying test the rsa 186-2 openssl fips module 2.0.16 implementation > using the NIST Testvectors. Using the fips_rsastest.c file the > FIPS_rsa_x931_generate_key_ex(rsa, keylen, bn_e, NULL) function called to > generate the modu

[openssl-users] Fwd: CAVP fips_rsastest.c not producing the correct signature?

2017-07-27 Thread Swetha Hariharan
I am trying test the rsa 186-2 openssl fips module 2.0.16 implementation using the NIST Testvectors. Using the fips_rsastest.c file the FIPS_rsa_x931_generate_key_ex(rsa, keylen, bn_e, NULL) function called to generate the modulus n as the output and taking modulus size as the input i,e [mod=1024]