I'm working on an update to a mail application that was using RSA Bsafe
Crypto-C, but is now being moved to SSL and Sendmail 8.11 which will allow
for a higher level of security.  Right now we have a base class of all of
the algorithm and key objects in RSA.  This creates a wrapper for the
encryption functions(B_CreateAlgorithmObject, B_SetAlgorithmObject,
B_EncryptInit, etc).  With the move to SSL, I've been unsuccessfully trying
to map OpenSSL functions to those in RSA.  It doesn't help that I've only
been working with cryptography for a few weeks now.  What are the steps and
OpenSSL functions involved in encrypting the message?

Thanks in advance,

Pete Groff
Software Engineer
Mail.com
732-906-2000 ext. 2309


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to