RE: encrypt with RSA public key!

2004-02-29 Thread David Schwartz
Your message was so badly formatted that I couldn't reply to it. Please send only plain text to mailing lists. The answer, I think, to your question is that you want to use the 'd2i' functions. For example, there is 'd2i_RSAPublicKey_fp'. DS

Re: encrypt with RSA public key!

2004-02-29 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 28 Feb 2004 15:55:10 +0800, "todayhill" <[EMAIL PROTECTED]> said: todayhill> encrypt with RSA public key! todayhill> but my public key come from a buffer,like char* buf,how can I use this buf encrypt my data?I know maybe use RSA struct,so how can I use that