Lines Matching refs:BIO_printf

197         BIO_printf(bio_err,  in warn_copying()
234 BIO_printf(bio_err, "Error copying extensions from certificate\n"); in x509_to_req()
253 BIO_printf(bio_err, "Error initialising X509 store\n"); in self_signed()
321 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in x509_main()
359 BIO_printf(bio_err, in x509_main()
366 BIO_printf(bio_err, in x509_main()
393 BIO_printf(bio_err, "%s: -days parameter arg must be >= -1\n", in x509_main()
430 BIO_printf(bio_err, "Serial number supplied twice\n"); in x509_main()
452 BIO_printf(bio_err, "%s: Invalid trust object value %s\n", in x509_main()
463 BIO_printf(bio_err, "%s: Invalid reject object value %s\n", in x509_main()
591 BIO_printf(bio_err, "%s: Checkend time out of range %s\n", in x509_main()
625 BIO_printf(bio_err, "Cannot use -preserve_dates with -not_before option\n"); in x509_main()
629 BIO_printf(bio_err, "Cannot use -preserve_dates with -not_after option\n"); in x509_main()
633 BIO_printf(bio_err, "Cannot use -preserve_dates with -days option\n"); in x509_main()
639 BIO_printf(bio_err, "Warning: -not_after option overriding -days option\n"); in x509_main()
642 BIO_printf(bio_err, "Error getting password\n"); in x509_main()
651 BIO_printf(bio_err, "The -in option cannot be used with -new\n"); in x509_main()
655 BIO_printf(bio_err, "The -req option cannot be used with -new\n"); in x509_main()
671 BIO_printf(bio_err, in x509_main()
676 BIO_printf(bio_err, in x509_main()
692 BIO_printf(bio_err, "Cannot use both -key/-signkey and -CA option\n"); in x509_main()
696 #define WARN_NO_CA(opt) BIO_printf(bio_err, \ in x509_main()
712 BIO_printf(bio_err, in x509_main()
727 BIO_printf(bio_err, in x509_main()
735 BIO_printf(bio_err, in x509_main()
743 BIO_printf(bio_err, "Error unpacking public key from CSR\n"); in x509_main()
748 BIO_printf(bio_err, i < 0 in x509_main()
753 BIO_printf(bio_err, "Certificate request self-signature ok\n"); in x509_main()
757BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given… in x509_main()
762 BIO_printf(bio_err, in x509_main()
766 BIO_printf(bio_err, in x509_main()
779 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
782 BIO_printf(bio_err, "Error copying extensions from request\n"); in x509_main()
788 BIO_printf(bio_err, in x509_main()
833 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n"); in x509_main()
853 BIO_printf(bio_err, in x509_main()
881 BIO_printf(bio_err, in x509_main()
891 BIO_printf(bio_err, "Error getting public key\n"); in x509_main()
897 BIO_printf(bio_err, "Must specify request signing key using -key\n"); in x509_main()
901 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
909 BIO_printf(bio_err, in x509_main()
924 BIO_printf(bio_err, in x509_main()
935 BIO_printf(bio_err, in x509_main()
960 BIO_printf(out, "serial="); in x509_main()
962 BIO_printf(out, "\n"); in x509_main()
983 BIO_printf(out, "%s\n", sk_OPENSSL_STRING_value(emlst, j)); in x509_main()
989 BIO_printf(out, "%s\n", alstr); in x509_main()
993 BIO_printf(out, "%08lx\n", X509_subject_name_hash(x)); in x509_main()
996 BIO_printf(out, "%08lx\n", X509_subject_name_hash_old(x)); in x509_main()
999 BIO_printf(out, "%08lx\n", X509_issuer_name_hash(x)); in x509_main()
1002 BIO_printf(out, "%08lx\n", X509_issuer_name_hash_old(x)); in x509_main()
1005 BIO_printf(out, "Certificate purposes:\n"); in x509_main()
1009 BIO_printf(out, "Modulus="); in x509_main()
1025 BIO_printf(out, "No modulus for this public key type"); in x509_main()
1027 BIO_printf(out, "\n"); in x509_main()
1052 BIO_printf(bio_err, "Unknown digest\n"); in x509_main()
1058 BIO_printf(bio_err, "Out of memory\n"); in x509_main()
1062 BIO_printf(out, "%s Fingerprint=", fdigname); in x509_main()
1064 BIO_printf(out, "%02X%c", md[j], (j + 1 == (int)n) ? '\n' : ':'); in x509_main()
1077 BIO_printf(out, "Certificate will expire\n"); in x509_main()
1079 BIO_printf(out, "Certificate will not expire\n"); in x509_main()
1099 BIO_printf(bio_err, "Bad output format specified for outfile\n"); in x509_main()
1103 BIO_printf(bio_err, "Unable to write certificate\n"); in x509_main()
1160 BIO_printf(bio_err, "Serial number increment failure\n"); in x509_load_serial()
1191 BIO_printf(bio_err, in callb()
1209 BIO_printf(bio, "%s%s : ", pname, i ? " CA" : ""); in purpose_print()
1211 BIO_printf(bio, "Yes\n"); in purpose_print()
1213 BIO_printf(bio, "No\n"); in purpose_print()
1215 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()
1259 BIO_printf(bio_err, "No extensions in certificate\n"); in print_x509v3_exts()
1268 BIO_printf(bio, "Invalid extension names: %s\n", ext_names); in print_x509v3_exts()
1297 BIO_printf(bio, "No extensions matched with %s\n", ext_names); in print_x509v3_exts()