On Wed, Nov 22, 2006, Ambarish Mitra wrote:

> Hi all,
> 
> Is there some API functions to base64 encode and decode strings?
> 
> I saw that "base64" command is supported in openssl, (openssl base64
> [options]), but I could not find any functions that I can call in my C, C++
> application programs. Please guide.
> 

The base 64 BIO is used by the OpenSSL applications. That is documented in
the BIO_f_base64() manual page.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to