• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:bio_err

145         BIO_printf(bio_err, "depth=%d ", depth);
147 X509_NAME_print_ex(bio_err,
150 BIO_puts(bio_err, "\n");
152 BIO_puts(bio_err, "<no cert>\n");
155 BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
168 BIO_puts(bio_err, "issuer= ");
169 X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
171 BIO_puts(bio_err, "\n");
175 BIO_printf(bio_err, "notBefore=");
176 ASN1_TIME_print(bio_err, X509_get_notBefore(err_cert));
177 BIO_printf(bio_err, "\n");
181 BIO_printf(bio_err, "notAfter=");
182 ASN1_TIME_print(bio_err, X509_get_notAfter(err_cert));
183 BIO_printf(bio_err, "\n");
187 policies_print(bio_err, ctx);
191 policies_print(bio_err, ctx);
193 BIO_printf(bio_err, "verify return:%d\n", ok);
207 BIO_printf(bio_err, "unable to get certificate from '%s'\n",
209 ERR_print_errors(bio_err);
215 BIO_printf(bio_err, "unable to get private key from '%s'\n",
217 ERR_print_errors(bio_err);
246 BIO_printf(bio_err,
261 BIO_printf(bio_err, "error setting certificate\n");
262 ERR_print_errors(bio_err);
267 BIO_printf(bio_err, "error setting private key\n");
268 ERR_print_errors(bio_err);
276 BIO_printf(bio_err,
281 BIO_printf(bio_err, "error setting certificate chain\n");
282 ERR_print_errors(bio_err);
286 BIO_printf(bio_err, "error building certificate chain\n");
287 ERR_print_errors(bio_err);
577 BIO_printf(bio_err, "%s:%s\n", str, SSL_state_string_long(s));
580 BIO_printf(bio_err, "SSL3 alert %s:%s:%s\n",
586 BIO_printf(bio_err, "%s:failed in %s\n",
589 BIO_printf(bio_err, "%s:error in %s\n",
1022 BIO_printf(bio_err, "error setting random cookie secret\n");
1051 BIO_printf(bio_err, "out of memory\n");
1124 BIO_printf(bio_err, "out of memory\n");
1246 BIO_printf(bio_err, "Checking cert chain %d:\nSubject: ", i);
1247 X509_NAME_print_ex(bio_err, X509_get_subject_name(exc->cert), 0,
1249 BIO_puts(bio_err, "\n");
1251 print_chain_flags(bio_err, ssl, rv);