unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len, SilcUInt32 *ret_len);
Decodes PEM into data. Returns the decoded data. Note: This is originally public domain code and is still PD.