Home | History | Annotate | Download | only in apps

Lines Matching refs:bio_err

142 	BIO_printf(bio_err,"depth=%d ",depth);
145 X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert),
147 BIO_puts(bio_err, "\n");
150 BIO_puts(bio_err, "<no cert>\n");
153 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
170 BIO_puts(bio_err,"issuer= ");
171 X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
173 BIO_puts(bio_err, "\n");
177 BIO_printf(bio_err,"notBefore=");
178 ASN1_TIME_print(bio_err,X509_get_notBefore(err_cert));
179 BIO_printf(bio_err,"\n");
183 BIO_printf(bio_err,"notAfter=");
184 ASN1_TIME_print(bio_err,X509_get_notAfter(err_cert));
185 BIO_printf(bio_err,"\n");
188 policies_print(bio_err, ctx);
192 policies_print(bio_err, ctx);
194 BIO_printf(bio_err,"verify return:%d\n",ok);
210 BIO_printf(bio_err,"unable to get certificate from '%s'\n",cert_file);
211 ERR_print_errors(bio_err);
218 BIO_printf(bio_err,"unable to get private key from '%s'\n",key_file);
219 ERR_print_errors(bio_err);
246 BIO_printf(bio_err,"Private key does not match the certificate public key\n");
259 BIO_printf(bio_err,"error setting certificate\n");
260 ERR_print_errors(bio_err);
265 BIO_printf(bio_err,"error setting private key\n");
266 ERR_print_errors(bio_err);
275 BIO_printf(bio_err,"Private key does not match the certificate public key\n");
318 BIO_printf(bio_err,"%s:%s\n",str,SSL_state_string_long(s));
323 BIO_printf(bio_err,"SSL3 alert %s:%s:%s\n",
331 BIO_printf(bio_err,"%s:failed in %s\n",
335 BIO_printf(bio_err,"%s:error in %s\n",
780 BIO_printf(bio_err,"error setting random cookie secret\n");
811 BIO_printf(bio_err,"out of memory\n");
892 BIO_printf(bio_err,"out of memory\n");