This is the first step in allowing RSA_METHODs to implement their own key
authorGeoff Thorpe <geoff@openssl.org>
Tue, 7 Jan 2003 05:51:39 +0000 (05:51 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 7 Jan 2003 05:51:39 +0000 (05:51 +0000)
commit2814c629154a2ef9f7371808738eb70c92a1d1b1
tree3806a3b2cd04ba5fac003b962250a31e7c194ddf
parent876e96fdbf0030c48f9d1ceb7a0c371375dd71d6
This is the first step in allowing RSA_METHODs to implement their own key
generation. This prototype matches the new API function
RSA_generate_key_ex(), though both may be subject to change during
development before 0.9.8.
crypto/rsa/rsa.h
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_null.c