Is there any API available to convert the DER formatted file to Base64 formatted file?

2006-09-06 Thread surendra.ande

Hi Team,

Is there any API available in OPENSSL to convert the DER formatted file
to Base64 formatted file?  Please let me know your thoughts. Thank you.

 -Suren


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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


Re: Is there any API available to convert the DER formatted file to Base64 formatted file?

2006-09-06 Thread Nils Larsch

[EMAIL PROTECTED] wrote:

Hi Team,

Is there any API available in OPENSSL to convert the DER formatted file
to Base64 formatted file?  Please let me know your thoughts. Thank you.


have a look at what openssl base64 ... does (or openssl enc -base64 ...).

Cheers,
Nils
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]