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: CERTIFICATEWhen 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 -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
