On Thu, Apr 15, 2010 at 1:03 PM, Phillip Hellewell <[email protected]> wrote: > For now I'll just do my own check for "-----BEGIN" as well as a sanity check > on the file size, before calling PEM_read_bio_X509().
PEM files can have an arbitrary amount of comment before (and after) the BEGIN/END block. The code has to check the whole file in order to support that. AGL -- Adam Langley [email protected] http://www.imperialviolet.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
