Lines Matching refs:BIO_printf
188 BIO_printf(bio_err, in warn_copying()
225 BIO_printf(bio_err, "Error copying extensions from certificate\n"); in x509_to_req()
244 BIO_printf(bio_err, "Error initialising X509 store\n"); in self_signed()
311 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in x509_main()
349 BIO_printf(bio_err, in x509_main()
356 BIO_printf(bio_err, in x509_main()
377 BIO_printf(bio_err, "%s: -days parameter arg must be >= -1\n", in x509_main()
414 BIO_printf(bio_err, "Serial number supplied twice\n"); in x509_main()
433 BIO_printf(bio_err, "%s: Invalid trust object value %s\n", in x509_main()
444 BIO_printf(bio_err, "%s: Invalid reject object value %s\n", in x509_main()
572 BIO_printf(bio_err, "%s: Checkend time out of range %s\n", in x509_main()
605 BIO_printf(bio_err, "Cannot use -preserve_dates with -days option\n"); in x509_main()
612 BIO_printf(bio_err, "Error getting password\n"); in x509_main()
621 BIO_printf(bio_err, "The -in option cannot be used with -new\n"); in x509_main()
625 BIO_printf(bio_err, in x509_main()
642 BIO_printf(bio_err, in x509_main()
647 BIO_printf(bio_err, in x509_main()
660 BIO_printf(bio_err, "Cannot use both -key/-signkey and -CA option\n"); in x509_main()
664 BIO_printf(bio_err, in x509_main()
670 BIO_printf(bio_err, in x509_main()
687 BIO_printf(bio_err, in x509_main()
695 BIO_printf(bio_err, in x509_main()
702 BIO_printf(bio_err, "Error unpacking public key from CSR\n"); in x509_main()
707 BIO_printf(bio_err, i < 0 in x509_main()
712 BIO_printf(out, "Certificate request self-signature ok\n"); in x509_main()
716 …BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given… in x509_main()
721 BIO_printf(bio_err, in x509_main()
725 BIO_printf(bio_err, in x509_main()
738 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
741 BIO_printf(bio_err, "Error copying extensions from request\n"); in x509_main()
747 BIO_printf(bio_err, in x509_main()
795 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n"); in x509_main()
815 BIO_printf(bio_err, in x509_main()
838 BIO_printf(bio_err, in x509_main()
848 BIO_printf(bio_err, "Error getting public key\n"); in x509_main()
854 BIO_printf(bio_err, "Must specify request signing key using -key\n"); in x509_main()
858 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
866 BIO_printf(bio_err, in x509_main()
881 BIO_printf(bio_err, in x509_main()
895 BIO_printf(bio_err, in x509_main()
917 BIO_printf(out, "serial="); in x509_main()
919 BIO_printf(out, "\n"); in x509_main()
940 BIO_printf(out, "%s\n", sk_OPENSSL_STRING_value(emlst, j)); in x509_main()
946 BIO_printf(out, "%s\n", alstr); in x509_main()
950 BIO_printf(out, "%08lx\n", X509_subject_name_hash(x)); in x509_main()
953 BIO_printf(out, "%08lx\n", X509_subject_name_hash_old(x)); in x509_main()
956 BIO_printf(out, "%08lx\n", X509_issuer_name_hash(x)); in x509_main()
959 BIO_printf(out, "%08lx\n", X509_issuer_name_hash_old(x)); in x509_main()
962 BIO_printf(out, "Certificate purposes:\n"); in x509_main()
966 BIO_printf(out, "Modulus="); in x509_main()
982 BIO_printf(out, "No modulus for this public key type"); in x509_main()
984 BIO_printf(out, "\n"); in x509_main()
1009 BIO_printf(bio_err, "Unknown digest\n"); in x509_main()
1015 BIO_printf(bio_err, "Out of memory\n"); in x509_main()
1019 BIO_printf(out, "%s Fingerprint=", fdigname); in x509_main()
1021 BIO_printf(out, "%02X%c", md[j], (j + 1 == (int)n) ? '\n' : ':'); in x509_main()
1034 BIO_printf(out, "Certificate will expire\n"); in x509_main()
1036 BIO_printf(out, "Certificate will not expire\n"); in x509_main()
1055 BIO_printf(bio_err, "Bad output format specified for outfile\n"); in x509_main()
1059 BIO_printf(bio_err, "Unable to write certificate\n"); in x509_main()
1110 BIO_printf(bio_err, "Serial number increment failure\n"); in x509_load_serial()
1142 BIO_printf(bio_err, in callb()
1148 BIO_printf(bio_err, in callb()
1164 BIO_printf(bio, "%s%s : ", pname, i ? " CA" : ""); in purpose_print()
1166 BIO_printf(bio, "Yes\n"); in purpose_print()
1168 BIO_printf(bio, "No\n"); in purpose_print()
1170 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()
1214 BIO_printf(bio_err, "No extensions in certificate\n"); in print_x509v3_exts()
1223 BIO_printf(bio, "Invalid extension names: %s\n", ext_names); in print_x509v3_exts()
1252 BIO_printf(bio, "No extensions matched with %s\n", ext_names); in print_x509v3_exts()