Lines Matching refs:bio_err

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()
755 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req)); in x509_main()
757 …BIO_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()
1052 BIO_printf(bio_err, "Unknown digest\n"); in x509_main()
1058 BIO_printf(bio_err, "Out of memory\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()
1111 ERR_print_errors(bio_err); in x509_main()
1160 BIO_printf(bio_err, "Serial number increment failure\n"); in x509_load_serial()
1190 print_name(bio_err, "subject=", X509_get_subject_name(err_cert)); in callb()
1191 BIO_printf(bio_err, in callb()
1259 BIO_printf(bio_err, "No extensions in certificate\n"); in print_x509v3_exts()