Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

280 				BIO_printf(STDout,"bad number of days\n");
344 BIO_printf(bio_err,
357 BIO_printf(bio_err,
459 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
472 BIO_printf(bio_err,"unknown option %s\n",*argv);
484 BIO_printf(bio_err,"%s",*pp);
499 BIO_printf(bio_err, "Error getting password\n");
513 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
525 BIO_printf(bio_err,
529 BIO_printf(bio_err,
547 BIO_printf(bio_err,
564 BIO_printf(bio_err,"We need a private key to sign with\n");
599 BIO_printf(bio_err,"The certificate request appears to corrupted\n");
600 BIO_printf(bio_err,"It does not contain a public key\n");
605 BIO_printf(bio_err,"error unpacking public key\n");
612 BIO_printf(bio_err,"Signature verification error\n");
618 BIO_printf(bio_err,"Signature did not match the certificate request\n");
622 BIO_printf(bio_err,"Signature ok\n");
732 BIO_printf(STDout,"serial=");
735 BIO_printf(STDout,"\n");
764 BIO_printf(STDout, "%s\n",
772 if (alstr) BIO_printf(STDout,"%s\n", alstr);
777 BIO_printf(STDout,"%08lx\n",X509_subject_name_hash(x));
782 BIO_printf(STDout,"%08lx\n",X509_subject_name_hash_old(x));
787 BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash(x));
792 BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash_old(x));
799 BIO_printf(STDout, "Certificate purposes:\n");
814 BIO_printf(bio_err,"Modulus=unavailable\n");
818 BIO_printf(STDout,"Modulus=");
829 BIO_printf(STDout,"Wrong Algorithm type");
830 BIO_printf(STDout,"\n");
841 BIO_printf(bio_err,"Error getting public key\n");
857 BIO_printf(STDout,"/* subject:%s */\n",buf);
861 BIO_printf(STDout,"/* issuer :%s */\n",buf);
868 BIO_printf(STDout,"unsigned char XXX_subject_name[%d]={\n",z);
872 BIO_printf(STDout,"0x%02X,",d[y]);
873 if ((y & 0x0f) == 0x0f) BIO_printf(STDout,"\n");
875 if (y%16 != 0) BIO_printf(STDout,"\n");
876 BIO_printf(STDout,"};\n");
879 BIO_printf(STDout,"unsigned char XXX_public_key[%d]={\n",z);
883 BIO_printf(STDout,"0x%02X,",d[y]);
885 BIO_printf(STDout,"\n");
887 if (y%16 != 0) BIO_printf(STDout,"\n");
888 BIO_printf(STDout,"};\n");
891 BIO_printf(STDout,"unsigned char XXX_certificate[%d]={\n",z);
895 BIO_printf(STDout,"0x%02X,",d[y]);
897 BIO_printf(STDout,"\n");
899 if (y%16 != 0) BIO_printf(STDout,"\n");
900 BIO_printf(STDout,"};\n");
932 BIO_printf(bio_err,"out of memory\n");
935 BIO_printf(STDout,"%s Fingerprint=",
939 BIO_printf(STDout,"%02X%c",md[j],
948 BIO_printf(bio_err,"Getting Private key\n");
963 BIO_printf(bio_err,"Getting CA Private Key\n");
983 BIO_printf(bio_err,"Getting request Private Key\n");
986 BIO_printf(bio_err,"no request key file specified\n");
997 BIO_printf(bio_err,"Generating certificate request\n");
1026 BIO_printf(out,"Certificate will expire\n");
1031 BIO_printf(out,"Certificate will not expire\n");
1063 BIO_printf(bio_err,"bad output format specified for outfile\n");
1068 BIO_printf(bio_err,"unable to write certificate\n");
1106 if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; }
1125 { BIO_printf(bio_err,"add_word failure\n"); goto end; }
1150 BIO_printf(bio_err,"Error initialising X509 store\n");
1168 BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
1223 BIO_printf(bio_err,"error with certificate to be certified - should be self signed\n");
1230 BIO_printf(bio_err,"error with certificate - error %d at depth %d\n%s\n",
1288 BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
1289 if (idret == 1) BIO_printf(bio, "Yes\n");
1290 else if (idret == 0) BIO_printf(bio, "No\n");
1291 else BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);