Searched defs:bio_err (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c337 BIO *bio_out,*bio_err; variable
507 BIO_printf(bio_err, "SSL/TLS Alert [%s] %s:%s\n",
512 BIO_printf(bio_err, "SSL/TLS State [%s] %s\n",
516 BIO_printf(bio_err, "SSL/TLS Handshake [%s] %s\n",
623 BIO_printf(bio_err, "\n");
640 ssl_print_connection_info(bio_err,c->ssl);
641 SSL_SESSION_print(bio_err, SSL_get_session(c->ssl));
692 BIO_printf(bio_err, "SSL handshake failed (%d).\n", ecode);
693 ERR_print_errors(bio_err);
739 BIO_printf(bio_err, "SS
[all...]

Completed in 15 milliseconds