We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feed1ca commit 822e866Copy full SHA for 822e866
ssl/tls1.c
@@ -2108,6 +2108,8 @@ int process_certificate(SSL *ssl, X509_CTX **x509_ctx)
2108
int i = 0;
2109
offset += 2;
2110
2111
+ ax_wdt_feed();
2112
+
2113
PARANOIA_CHECK(pkt_size, total_cert_len + offset);
2114
2115
// record the start point for the second pass
@@ -2138,7 +2140,7 @@ int process_certificate(SSL *ssl, X509_CTX **x509_ctx)
2138
2140
offset++; /* skip empty char */
2139
2141
cert_size = (buf[offset]<<8) + buf[offset+1];
2142
-
2143
2144
if (x509_new(&buf[offset], NULL, certs+num_certs))
2145
{
2146
ret = SSL_ERROR_BAD_CERTIFICATE;
0 commit comments