On Wed, Dec 02, 2009, Scott Neugroschl wrote: > Am I correct in assuming that an RSA structure is contains the encryption > "context" for a particular instance of RSA, whereas RSA_METHOD contains the > functions that the RSA instance will use? >
The RSA structure contains the actual key to use which contains an RSA_METHOD with the actual functions. There isn't an actual per operation "context" at that level. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org