Lines Matching refs:BIO_printf
291 BIO_printf(bio_err,"bad number of days\n");
355 BIO_printf(bio_err,
368 BIO_printf(bio_err,
470 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
483 BIO_printf(bio_err,"unknown option %s\n",*argv);
495 BIO_printf(bio_err,"%s",*pp);
510 BIO_printf(bio_err, "Error getting password\n");
524 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
536 BIO_printf(bio_err,
540 BIO_printf(bio_err,
558 BIO_printf(bio_err,
574 BIO_printf(bio_err,"We need a private key to sign with\n");
609 BIO_printf(bio_err,"The certificate request appears to corrupted\n");
610 BIO_printf(bio_err,"It does not contain a public key\n");
615 BIO_printf(bio_err,"error unpacking public key\n");
622 BIO_printf(bio_err,"Signature verification error\n");
628 BIO_printf(bio_err,"Signature did not match the certificate request\n");
632 BIO_printf(bio_err,"Signature ok\n");
741 BIO_printf(STDout,"serial=");
744 BIO_printf(STDout,"\n");
773 BIO_printf(STDout, "%s\n",
781 if (alstr) BIO_printf(STDout,"%s\n", alstr);
786 BIO_printf(STDout,"%08lx\n",X509_subject_name_hash(x));
791 BIO_printf(STDout,"%08lx\n",X509_subject_name_hash_old(x));
796 BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash(x));
801 BIO_printf(STDout,"%08lx\n",X509_issuer_name_hash_old(x));
808 BIO_printf(STDout, "Certificate purposes:\n");
823 BIO_printf(bio_err,"Modulus=unavailable\n");
827 BIO_printf(STDout,"Modulus=");
838 BIO_printf(STDout,"Wrong Algorithm type");
839 BIO_printf(STDout,"\n");
850 BIO_printf(bio_err,"Error getting public key\n");
866 BIO_printf(STDout,"/* subject:%s */\n",buf);
870 BIO_printf(STDout,"/* issuer :%s */\n",buf);
877 BIO_printf(STDout,"unsigned char XXX_subject_name[%d]={\n",z);
881 BIO_printf(STDout,"0x%02X,",d[y]);
882 if ((y & 0x0f) == 0x0f) BIO_printf(STDout,"\n");
884 if (y%16 != 0) BIO_printf(STDout,"\n");
885 BIO_printf(STDout,"};\n");
888 BIO_printf(STDout,"unsigned char XXX_public_key[%d]={\n",z);
892 BIO_printf(STDout,"0x%02X,",d[y]);
894 BIO_printf(STDout,"\n");
896 if (y%16 != 0) BIO_printf(STDout,"\n");
897 BIO_printf(STDout,"};\n");
900 BIO_printf(STDout,"unsigned char XXX_certificate[%d]={\n",z);
904 BIO_printf(STDout,"0x%02X,",d[y]);
906 BIO_printf(STDout,"\n");
908 if (y%16 != 0) BIO_printf(STDout,"\n");
909 BIO_printf(STDout,"};\n");
941 BIO_printf(bio_err,"out of memory\n");
944 BIO_printf(STDout,"%s Fingerprint=",
948 BIO_printf(STDout,"%02X%c",md[j],
957 BIO_printf(bio_err,"Getting Private key\n");
972 BIO_printf(bio_err,"Getting CA Private Key\n");
993 BIO_printf(bio_err,"Getting request Private Key\n");
996 BIO_printf(bio_err,"no request key file specified\n");
1007 BIO_printf(bio_err,"Generating certificate request\n");
1036 BIO_printf(out,"Certificate will expire\n");
1041 BIO_printf(out,"Certificate will not expire\n");
1073 BIO_printf(bio_err,"bad output format specified for outfile\n");
1078 BIO_printf(bio_err,"unable to write certificate\n");
1118 if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; }
1137 { BIO_printf(bio_err,"add_word failure\n"); goto end; }
1165 BIO_printf(bio_err,"Error initialising X509 store\n");
1183 BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
1239 BIO_printf(bio_err,"error with certificate to be certified - should be self signed\n");
1246 BIO_printf(bio_err,"error with certificate - error %d at depth %d\n%s\n",
1304 BIO_printf(bio, "%s%s : ", pname, i ? " CA" : "");
1305 if (idret == 1) BIO_printf(bio, "Yes\n");
1306 else if (idret == 0) BIO_printf(bio, "No\n");
1307 else BIO_printf(bio, "Yes (WARNING code=%d)\n", idret);