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
glib has functions for base64 encoding: https://developer.gnome.org/glib/stable/glib-Base64-Encoding.html