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

Lines Matching refs:bio_err

137 	if (bio_err == NULL) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
139 if (!load_config(bio_err, NULL))
164 BIO_printf(bio_err, "Error parsing URL\n");
306 BIO_printf(bio_err,
322 BIO_printf(bio_err,
372 issuer = load_cert(bio_err, *args, FORMAT_PEM,
384 cert = load_cert(bio_err, *args, FORMAT_PEM,
432 BIO_printf(bio_err,
450 BIO_printf(bio_err,
466 BIO_printf(bio_err,
510 BIO_printf (bio_err, "OCSP utility\n");
511 BIO_printf (bio_err, "Usage ocsp [options]\n");
512 BIO_printf (bio_err, "where options are\n");
513 BIO_printf (bio_err, "-out file output filename\n");
514 BIO_printf (bio_err, "-issuer file issuer certificate\n");
515 BIO_printf (bio_err, "-cert file certificate to check\n");
516 BIO_printf (bio_err, "-serial n serial number to check\n");
517 BIO_printf (bio_err, "-signer file certificate to sign OCSP request with\n");
518 BIO_printf (bio_err, "-signkey file private key to sign OCSP request with\n");
519 BIO_printf (bio_err, "-sign_other file additional certificates to include in signed request\n");
520 BIO_printf (bio_err, "-no_certs don't include any certificates in signed request\n");
521 BIO_printf (bio_err, "-req_text print text form of request\n");
522 BIO_printf (bio_err, "-resp_text print text form of response\n");
523 BIO_printf (bio_err, "-text print text form of request and response\n");
524 BIO_printf (bio_err, "-reqout file write DER encoded OCSP request to \"file\"\n");
525 BIO_printf (bio_err, "-respout file write DER encoded OCSP reponse to \"file\"\n");
526 BIO_printf (bio_err, "-reqin file read DER encoded OCSP request from \"file\"\n");
527 BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n");
528 BIO_printf (bio_err, "-nonce add OCSP nonce to request\n");
529 BIO_printf (bio_err, "-no_nonce don't add OCSP nonce to request\n");
530 BIO_printf (bio_err, "-url URL OCSP responder URL\n");
531 BIO_printf (bio_err, "-host host:n send OCSP request to host on port n\n");
532 BIO_printf (bio_err, "-path path to use in OCSP request\n");
533 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
534 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
535 BIO_printf (bio_err, "-VAfile file validator certificates file\n");
536 BIO_printf (bio_err, "-validity_period n maximum validity discrepancy in seconds\n");
537 BIO_printf (bio_err, "-status_age n maximum status age in seconds\n");
538 BIO_printf (bio_err, "-noverify don't verify response at all\n");
539 BIO_printf (bio_err, "-verify_other file additional certificates to search for signer\n");
540 BIO_printf (bio_err, "-trust_other don't verify additional certificates\n");
541 BIO_printf (bio_err, "-no_intern don't search certificates contained in response for signer\n");
542 BIO_printf (bio_err, "-no_signature_verify don't check signature on response\n");
543 BIO_printf (bio_err, "-no_cert_verify don't check signing certificate\n");
544 BIO_printf (bio_err, "-no_chain don't chain verify response\n");
545 BIO_printf (bio_err, "-no_cert_checks don't do additional checks on signing certificate\n");
546 BIO_printf (bio_err, "-port num port to run responder on\n");
547 BIO_printf (bio_err, "-index file certificate status index file\n");
548 BIO_printf (bio_err, "-CA file CA certificate\n");
549 BIO_printf (bio_err, "-rsigner file responder certificate to sign responses with\n");
550 BIO_printf (bio_err, "-rkey file responder key to sign responses with\n");
551 BIO_printf (bio_err, "-rother file other certificates to include in response\n");
552 BIO_printf (bio_err, "-resp_no_certs don't include any certificates in response\n");
553 BIO_printf (bio_err, "-nmin n number of minutes before next update\n");
554 BIO_printf (bio_err, "-ndays n number of days before next update\n");
555 BIO_printf (bio_err, "-resp_key_id identify reponse by signing certificate key ID\n");
556 BIO_printf (bio_err, "-nrequest n number of requests to accept (default unlimited)\n");
565 BIO_printf(bio_err, "Error opening output file\n");
576 BIO_printf(bio_err, "Error Opening OCSP request file\n");
583 BIO_printf(bio_err, "Error reading OCSP request\n");
598 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
602 BIO_printf(bio_err, "Error loading responder certificate\n");
605 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM,
609 rother = load_certs(bio_err, rcertfile, FORMAT_PEM,
613 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL,
619 BIO_printf(bio_err, "Waiting for OCSP client connections...\n");
637 BIO_printf(bio_err, "Need an OCSP request for this operation!\n");
646 signer = load_cert(bio_err, signfile, FORMAT_PEM,
650 BIO_printf(bio_err, "Error loading signer certificate\n");
655 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM,
659 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL,
665 BIO_printf(bio_err, "Error signing OCSP request\n");
677 BIO_printf(bio_err, "Error opening file %s\n", reqout);
686 BIO_printf(bio_err, "Need a responder certificate, key and CA for this operation!\n");
708 BIO_printf(bio_err, "Error creating connect BIO - sockets not supported.\n");
713 BIO_printf(bio_err, "Error creating connect BIO\n");
727 BIO_printf(bio_err, "SSL is disabled\n");
732 BIO_printf(bio_err, "Error creating SSL context.\n");
741 BIO_printf(bio_err, "Error connecting BIO\n");
749 BIO_printf(bio_err, "Error querying OCSP responsder\n");
758 BIO_printf(bio_err, "Error Opening OCSP response file\n");
765 BIO_printf(bio_err, "Error reading OCSP response\n");
783 BIO_printf(bio_err, "Error opening file %s\n", respout);
824 store = setup_verify(bio_err, CAfile, CApath);
829 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM,
838 BIO_printf(bio_err, "Error parsing response\n");
847 BIO_printf(bio_err, "WARNING: no nonce in response\n");
850 BIO_printf(bio_err, "Nonce Verify error\n");
860 BIO_printf(bio_err, "Response Verify Failure\n");
861 ERR_print_errors(bio_err);
864 BIO_printf(bio_err, "Response verify OK\n");
874 ERR_print_errors(bio_err);
912 BIO_printf(bio_err, "No issuer certificate specified\n");
923 BIO_printf(bio_err, "Error Creating OCSP request\n");
936 BIO_printf(bio_err, "No issuer certificate specified\n");
946 BIO_printf(bio_err, "Error converting serial number %s\n", serial);
956 BIO_printf(bio_err, "Error Creating OCSP request\n");
1146 BIO_printf(bio_err, "Error setting up accept BIO - sockets not supported.\n");
1155 BIO_printf(bio_err, "Error setting up accept BIO\n");
1156 ERR_print_errors(bio_err);
1177 BIO_printf(bio_err, "Error accepting connection\n");
1178 ERR_print_errors(bio_err);
1195 BIO_printf(bio_err, "Invalid request\n");
1211 BIO_printf(bio_err, "Error parsing OCSP request\n");
1212 ERR_print_errors(bio_err);