Loading crypto/x509/x509_vfy.c +5 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,11 @@ int X509_verify_cert(X509_STORE_CTX *ctx) for (;;) { /* If we have enough, we break */ if (depth < num) break; if (depth < num) break; /* FIXME: If this happens, we should take * note of it and, if appropriate, use the * X509_V_ERR_CERT_CHAIN_TOO_LONG error * code later. */ /* If we are self signed, we break */ xn=X509_get_issuer_name(x); Loading Loading
crypto/x509/x509_vfy.c +5 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,11 @@ int X509_verify_cert(X509_STORE_CTX *ctx) for (;;) { /* If we have enough, we break */ if (depth < num) break; if (depth < num) break; /* FIXME: If this happens, we should take * note of it and, if appropriate, use the * X509_V_ERR_CERT_CHAIN_TOO_LONG error * code later. */ /* If we are self signed, we break */ xn=X509_get_issuer_name(x); Loading