forked from wolfSSL/wolfssl
removes fallback.
This commit is contained in:
@ -9209,9 +9209,6 @@ static int DecodeBasicOcspResponse(byte* source, word32* ioIndex,
|
||||
else {
|
||||
Signer* ca = GetCA(cm, resp->issuerKeyHash);
|
||||
|
||||
if (!ca)
|
||||
ca = GetCA(cm, resp->issuerHash);
|
||||
|
||||
if (!ca || !ConfirmSignature(resp->response, resp->responseSz,
|
||||
ca->publicKey, ca->pubKeySize, ca->keyOID,
|
||||
resp->sig, resp->sigSz, resp->sigOID, NULL)) {
|
||||
|
Reference in New Issue
Block a user