On Sat, Jul 02, 2016 at 06:48:58PM +0200, Hilko Bengen wrote: > control: tag -1 help > control: tag -1 moreinfo > > Hi Kurt, > > I have prepared a patch that allows most of bro to build with OpenSSL > 1.1. There are still some issues that I haven't been able to figure out > with looking at the OpenSSL source. Please have a look at the attached > patch. > > The remaining issues (all in > bro-2.4.0+dfsg/src/file_analysis/analyzer/x509/functions.bif) are about > what seems to be missing OCSP getter functions: > > - For OCSP_RECPID *rid: > - rid->type > - rid->value.byKey->length > - rid->value.byKey->data > > - For OCSP_BASICRESP *basic: > - basic->certs > - basic->tbsResponseData->responderId
So upstream added 2 new functions for that, see commit 02fb7cfeb2467a9644fd97da2c2788d9d270eb00 Kurt

