Hello,
> I need to use des3 encryption for my data but not via openssl but in my
> application in Visual C++.
> Can you tell, which library of openssl is used for des3 encryption and which
> function is used. 
> I want to direct call some function in my application
Use DES_ede3_cbc_encrypt() from crypto/des/des_enc.c file.
(and some dependency files from this directory).

Best regards,

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

Reply via email to