mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for WOLFSSL_ALT_CERT_CHAINS
incorrectly failing on success case.
This commit is contained in:
@ -10954,7 +10954,8 @@ int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx,
|
||||
ssl->options.usingAltCertChain = 1;
|
||||
}
|
||||
|
||||
ret = 0; /* clear error and continue */
|
||||
ret = 0; /* clear errors and continue */
|
||||
args->verifyErr = 0;
|
||||
}
|
||||
|
||||
/* do not add to certificate manager */
|
||||
|
Reference in New Issue
Block a user