• 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_printf

269 				BIO_printf(STDout,"bad number of days\n");
333 BIO_printf(bio_err,
346 BIO_printf(bio_err,
438 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
451 BIO_printf(bio_err,"unknown option %s\n",*argv);
463 BIO_printf(bio_err,"%s",*pp);
478 BIO_printf(bio_err, "Error getting password\n");
492 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
504 BIO_printf(bio_err,
508 BIO_printf(bio_err,
526 BIO_printf(bio_err,
543 BIO_printf(bio_err,"We need a private key to sign with\n");
578 BIO_printf(bio_err,"The certificate request appears to corrupted\n");
579 BIO_printf(bio_err,"It does not contain a public key\n");
584 BIO_printf(bio_err,"error unpacking public key\n");
591 BIO_printf(bio_err,"Signature verification error\n");
597 BIO_printf(bio_err,"Signature did not match the certificate request\n");
601 BIO_printf(bio_err,"Signature ok\n");
711 BIO_printf(STDout,"serial=");
714 BIO_printf(STDout,"\n");
740 BIO_printf(STDout, "%s\n", sk_value(emlst, j));
747 if (alstr) BIO_printf(STDout,"%s\n", alstr);
752 BIO_printf(STDout,"%08lx\n",X509_subject_name_hash(x));
756 BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash(x));
762 BIO_printf(STDout, "Certificate purposes:\n");
777 BIO_printf(bio_err,"Modulus=unavailable\n");
781 BIO_printf(STDout,"Modulus=");
792 BIO_printf(STDout,"Wrong Algorithm type");
793 BIO_printf(STDout,"\n");
804 BIO_printf(bio_err,"Error getting public key\n");
820 BIO_printf(STDout,"/* subject:%s */\n",buf);
824 BIO_printf(STDout,"/* issuer :%s */\n",buf);
831 BIO_printf(STDout,"unsigned char XXX_subject_name[%d]={\n",z);
835 BIO_printf(STDout,"0x%02X,",d[y]);
836 if ((y & 0x0f) == 0x0f) BIO_printf(STDout,"\n");
838 if (y%16 != 0) BIO_printf(STDout,"\n");
839 BIO_printf(STDout,"};\n");
842 BIO_printf(STDout,"unsigned char XXX_public_key[%d]={\n",z);
846 BIO_printf(STDout,"0x%02X,",d[y]);
848 BIO_printf(STDout,"\n");
850 if (y%16 != 0) BIO_printf(STDout,"\n");
851 BIO_printf(STDout,"};\n");
854 BIO_printf(STDout,"unsigned char XXX_certificate[%d]={\n",z);
858 BIO_printf(STDout,"0x%02X,",d[y]);
860 BIO_printf(STDout,"\n");
862 if (y%16 != 0) BIO_printf(STDout,"\n");
863 BIO_printf(STDout,"};\n");
891 BIO_printf(bio_err,"out of memory\n");
894 BIO_printf(STDout,"%s Fingerprint=",
898 BIO_printf(STDout,"%02X%c",md[j],
907 BIO_printf(bio_err,"Getting Private key\n");
930 BIO_printf(bio_err,"Getting CA Private Key\n");
958 BIO_printf(bio_err,"Getting request Private Key\n");
961 BIO_printf(bio_err,"no request key file specified\n");
972 BIO_printf(bio_err,"Generating certificate request\n");
1010 BIO_printf(out,"Certificate will expire\n");
1015 BIO_printf(out,"Certificate will not expire\n");
1048 BIO_printf(bio_err,"bad output format specified for outfile\n");
1053 BIO_printf(bio_err,"unable to write certificate\n");
1091 if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; }
1110 { BIO_printf(bio_err,"add_word failure\n"); goto end; }
1135 BIO_printf(bio_err,"Error initialising X509 store\n");
1152 BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
1207 BIO_printf(bio_err,"error with certificate to be certified - should be self signed\n");
1214 BIO_printf(bio_err,"error with certificate - error %d at depth %d\n%s\n",
1272 BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
1273 if (idret == 1) BIO_printf(bio, "Yes\n");
1274 else if (idret == 0) BIO_printf(bio, "No\n");
1275 else BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);