Jack wrote:
> I need to use public key encryption between a client written in
> Delphi and a server written in C/C++ on Linux. RSA becomes the
> natural choice. 

Not sure what you want to achieve. RSA is slow thus mostly used
just to encrypt a random key for symmetric encryption. Beside
Openssl you should take a look at the Windows crypto API, there's
a header translation available at the Jedi site. 
Another solution might be Open StreamSec
http://sourceforge.net/projects/openstrsecii/
I have not yet tested it, but looks promising.

Or do need to support SSL?  

Arno Garrels
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to