wolfssl-examples
wolfssl-examples copied to clipboard
Update cert (it was expired), remove redundent logic on OCSP_WANT_READ
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.