[openssl-dev] [openssl.org #4579] Bug - libcrypto.a null pointer dereference bug

Rich Salz via RT rt at openssl.org
Mon Jun 20 18:59:09 UTC 2016


When I added this line:
(if x509==NULL) { ERR_print_errors_fp(stderr); exit(1); }
it complained
140259630204736:error:0906D06C:PEM routines:PEM_read_bio:no start
line:crypto/pem/pem_lib.c:691:Expecting: CERTIFICATE


When I fixed the file to say "BEGIN CERTIFICATE" (added a space) and changed
the code to print the result of calling the verify routine, it all works.

Closing ticket.

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4579
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list