I have binary data in an unsigned char variable. I need to convert them to PEM base64 in c. I looked in openssl library but i could not find any function. Does any body have
But you can also do it in openssl (openssl enc command does it....), look at the BIO_f_base64() function
openssl enc