Carles Xavier Munyoz Bald� wrote: > > Hi, > I have a C program that uses the openssl library. > I need to encode a string in base64. > Is there any function in the openssl library to do that ? > What is its sintaxis ? > Well one documented way is to use a base64 BIO. Check out the BIO_f_base64() manual page. Steve. -- Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/ Personal Email: [EMAIL PROTECTED] Senior crypto engineer, Celo Communications: http://www.celocom.com/ Core developer of the OpenSSL project: http://www.openssl.org/ Business Email: [EMAIL PROTECTED] PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
