mirror of https://github.com/wolfSSL/wolfssh.git
commit
8d0c8a58ad
|
@ -3361,12 +3361,14 @@ static int ParseAndVerifyCert(WOLFSSH* ssh, byte* in, word32 inSz,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ret == WS_SUCCESS) {
|
||||||
/* @TODO handle OCSP's */
|
/* @TODO handle OCSP's */
|
||||||
if (ocspCount > 0) {
|
if (ocspCount > 0) {
|
||||||
WLOG(WS_LOG_INFO, "Peer sent OCSP's, not yet handled");
|
WLOG(WS_LOG_INFO, "Peer sent OCSP's, not yet handled");
|
||||||
ret = GetSize(&l, ocspBuf, ocspBufSz, &m);
|
ret = GetSize(&l, ocspBuf, ocspBufSz, &m);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* verify the certificate chain */
|
/* verify the certificate chain */
|
||||||
if (ret == WS_SUCCESS) {
|
if (ret == WS_SUCCESS) {
|
||||||
|
|
Loading…
Reference in New Issue