wolfssl-examples icon indicating copy to clipboard operation
wolfssl-examples copied to clipboard

Update cert (it was expired), remove redundent logic on OCSP_WANT_READ

Open kaleb-himes opened this issue 1 year ago • 0 comments

A customer noticed some funny logic in the non-blocking example. If returning WOLFSSL_CBIO_ERR_WANT_READ from the do-while loop there is no reason to actually loop on OCSP_WANT_READ condition.

Also updated the google cert as it was outdated.

kaleb-himes avatar Jun 15 '23 23:06 kaleb-himes