Merge branch 'master' of github.com:cyassl/cyassl
This commit is contained in:
commit
864b25843e
@ -5742,7 +5742,9 @@ int CompareOcspReqResp(OcspRequest* req, OcspResponse* resp)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (req->useNonce) {
|
||||
/* Nonces are not critical. The responder may not necessarily add
|
||||
* the nonce to the response. */
|
||||
if (req->useNonce && resp->nonceSz != 0) {
|
||||
cmp = req->nonceSz - resp->nonceSz;
|
||||
if (cmp != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user