Preliminary support for X9.31 RSA key generation for FIPS.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 31 May 2005 12:38:03 +0000 (12:38 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 31 May 2005 12:38:03 +0000 (12:38 +0000)
commit485bcc9caba9edeecc55cb53ab3068944eb19b4f
tree560189fb44719eb3688c2c0dc46da181d1ea77ba
parentbb1bbb327422adeb6858434d2e949b7bfe373ba5
Preliminary support for X9.31 RSA key generation for FIPS.

Included prime derivation, random prime generation, test program and
new option to genrsa.
13 files changed:
apps/genrsa.c
crypto/bn/Makefile
crypto/bn/bn.h
crypto/bn/bn_x931p.c [new file with mode: 0644]
crypto/rsa/rsa.h
fips/fips.h
fips/fips_err.h
fips/fipshashes.c
fips/rsa/Makefile
fips/rsa/fips_rsa_gen.c
fips/rsa/fips_rsa_x931g.c [new file with mode: 0644]
fips/rsa/fips_rsagtest.c [new file with mode: 0644]
test/Makefile