Lines Matching full:bio_printf
310 BIO_printf(bio_err, "Invalid key %s\n", *args);
324 BIO_printf(bio_err, "Invalid id %s\n", *args);
337 BIO_printf(bio_err, "Invalid OID %s\n", *args);
420 BIO_printf(bio_err, "Unknown digest %s\n",
552 BIO_printf(bio_err, "No signer certificate specified\n");
564 BIO_printf(bio_err, "No recipient certificate or key specified\n");
572 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
583 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
584 BIO_printf (bio_err, "where options are\n");
585 BIO_printf (bio_err, "-encrypt encrypt message\n");
586 BIO_printf (bio_err, "-decrypt decrypt encrypted message\n");
587 BIO_printf (bio_err, "-sign sign message\n");
588 BIO_printf (bio_err, "-verify verify signed message\n");
589 BIO_printf (bio_err, "-cmsout output CMS structure\n");
591 BIO_printf
592 BIO_printf (bio_err, "-des encrypt with DES\n");
595 BIO_printf (bio_err, "-seed encrypt with SEED\n");
598 BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n");
599 BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n");
600 BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n");
603 BIO_printf (bio_err, "-aes128, -aes192, -aes256\n");
604 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
607 BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n");
608 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
610 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
611 BIO_printf (bio_err, "-nosigs don't verify message signature\n");
612 BIO_printf (bio_err, "-noverify don't verify signers certificate\n");
613 BIO_printf (bio_err, "-nocerts don't include signers certificate when signing\n");
614 BIO_printf (bio_err, "-nodetach use opaque signing\n");
615 BIO_printf (bio_err, "-noattr don't include any signed attributes\n");
616 BIO_printf (bio_err, "-binary don't translate message to text\n");
617 BIO_printf (bio_err, "-certfile file other certificates file\n");
618 BIO_printf (bio_err, "-certsout file certificate output file\n");
619 BIO_printf (bio_err, "-signer file signer certificate file\n");
620 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
621 BIO_printf (bio_err, "-skeyid use subject key identifier\n");
622 BIO_printf (bio_err, "-in file input file\n");
623 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
624 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
625 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
626 BIO_printf (bio_err, "-out file output file\n");
627 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
628 BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
629 BIO_printf (bio_err, "-to addr to address\n");
630 BIO_printf (bio_err, "-from ad from address\n");
631 BIO_printf (bio_err, "-subject s subject\n");
632 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
633 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
634 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
635 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
636 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
638 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
640 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
641 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
642 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
643 BIO_printf(bio_err, " the random number generator\n");
644 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
654 BIO_printf(bio_err, "Error getting password\n");
662 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
700 BIO_printf(bio_err, "No cipher selected\n");
707 BIO_printf(bio_err, "No secret key id\n");
778 BIO_printf (bio_err,
796 BIO_printf(bio_err, "Bad input format for CMS file\n");
802 BIO_printf(bio_err, "Error reading S/MIME message\n");
810 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
820 BIO_printf(bio_err,
835 BIO_printf (bio_err,
848 BIO_printf(bio_err, "Bad input format for receipt\n");
854 BIO_printf(bio_err, "Error reading receipt\n");
863 BIO_printf (bio_err,
1016 BIO_printf(bio_err, "Error creating CMS structure\n");
1048 BIO_printf(bio_err, "Error decrypting CMS structure\n");
1065 BIO_printf(bio_err, "Verification successful\n");
1068 BIO_printf(bio_err, "Verification failure\n");
1081 BIO_printf(bio_err, "Verification successful\n");
1084 BIO_printf(bio_err, "Verification failure\n");
1095 BIO_printf(bio_err,
1110 BIO_printf(bio_err, "Verification successful\n");
1113 BIO_printf(bio_err, "Verification failure\n");
1127 BIO_printf(out, "To: %s\n", to);
1129 BIO_printf(out, "From: %s\n", from);
1131 BIO_printf(out, "Subject: %s\n", subject);
1143 BIO_printf(bio_err, "Bad output format for CMS file\n");
1261 BIO_printf(bio_err, "Signer %d:\n", i + 1);
1290 BIO_printf(out, " Unknown (%d)\n", allorfirst);