• Home
  • Raw
  • Download

Lines Matching refs:BIO_printf

287 				BIO_printf(bio_err, "Unknown digest %s\n",  in MAIN()
402 BIO_printf(bio_err, "No signer certificate specified\n"); in MAIN()
413 BIO_printf(bio_err, "No recipient certificate or key specified\n"); in MAIN()
421 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); in MAIN()
432 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n"); in MAIN()
433 BIO_printf (bio_err, "where options are\n"); in MAIN()
434 BIO_printf (bio_err, "-encrypt encrypt message\n"); in MAIN()
435 BIO_printf (bio_err, "-decrypt decrypt encrypted message\n"); in MAIN()
436 BIO_printf (bio_err, "-sign sign message\n"); in MAIN()
437 BIO_printf (bio_err, "-verify verify signed message\n"); in MAIN()
438 BIO_printf (bio_err, "-pk7out output PKCS#7 structure\n"); in MAIN()
440 BIO_printf (bio_err, "-des3 encrypt with triple DES\n"); in MAIN()
441 BIO_printf (bio_err, "-des encrypt with DES\n"); in MAIN()
444 BIO_printf (bio_err, "-seed encrypt with SEED\n"); in MAIN()
447 BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n"); in MAIN()
448 BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n"); in MAIN()
449 BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n"); in MAIN()
452 BIO_printf (bio_err, "-aes128, -aes192, -aes256\n"); in MAIN()
453 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n"); in MAIN()
456 BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n"); in MAIN()
457 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n"); in MAIN()
459 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n"); in MAIN()
460 BIO_printf (bio_err, "-nosigs don't verify message signature\n"); in MAIN()
461 BIO_printf (bio_err, "-noverify don't verify signers certificate\n"); in MAIN()
462 BIO_printf (bio_err, "-nocerts don't include signers certificate when signing\n"); in MAIN()
463 BIO_printf (bio_err, "-nodetach use opaque signing\n"); in MAIN()
464 BIO_printf (bio_err, "-noattr don't include any signed attributes\n"); in MAIN()
465 BIO_printf (bio_err, "-binary don't translate message to text\n"); in MAIN()
466 BIO_printf (bio_err, "-certfile file other certificates file\n"); in MAIN()
467 BIO_printf (bio_err, "-signer file signer certificate file\n"); in MAIN()
468 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n"); in MAIN()
469 BIO_printf (bio_err, "-in file input file\n"); in MAIN()
470 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n"); in MAIN()
471 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n"); in MAIN()
472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n"); in MAIN()
473 BIO_printf (bio_err, "-out file output file\n"); in MAIN()
474 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n"); in MAIN()
475 BIO_printf (bio_err, "-content file supply or override content for detached signature\n"); in MAIN()
476 BIO_printf (bio_err, "-to addr to address\n"); in MAIN()
477 BIO_printf (bio_err, "-from ad from address\n"); in MAIN()
478 BIO_printf (bio_err, "-subject s subject\n"); in MAIN()
479 BIO_printf (bio_err, "-text include or delete text MIME headers\n"); in MAIN()
480 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); in MAIN()
481 BIO_printf (bio_err, "-CAfile file trusted certificates file\n"); in MAIN()
482BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n"… in MAIN()
483BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using C… in MAIN()
485 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); in MAIN()
487 BIO_printf (bio_err, "-passin arg input file pass phrase source\n"); in MAIN()
488 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); in MAIN()
489 BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); in MAIN()
490 BIO_printf(bio_err, " the random number generator\n"); in MAIN()
491 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n"); in MAIN()
501 BIO_printf(bio_err, "Error getting password\n"); in MAIN()
509 BIO_printf(bio_err,"%ld semi-random bytes loaded\n", in MAIN()
547 BIO_printf(bio_err, "No cipher selected\n"); in MAIN()
558 BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args); in MAIN()
612 BIO_printf (bio_err, in MAIN()
630 BIO_printf(bio_err, "Bad input format for PKCS#7 file\n"); in MAIN()
636 BIO_printf(bio_err, "Error reading S/MIME message\n"); in MAIN()
644 BIO_printf(bio_err, "Can't read content file %s\n", contfile); in MAIN()
654 BIO_printf (bio_err, in MAIN()
740 BIO_printf(bio_err, "Error creating PKCS#7 structure\n"); in MAIN()
749 BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n"); in MAIN()
757 BIO_printf(bio_err, "Verification successful\n"); in MAIN()
760 BIO_printf(bio_err, "Verification failure\n"); in MAIN()
766 BIO_printf(bio_err, "Error writing signers to %s\n", in MAIN()
778 BIO_printf(out, "To: %s\n", to); in MAIN()
780 BIO_printf(out, "From: %s\n", from); in MAIN()
782 BIO_printf(out, "Subject: %s\n", subject); in MAIN()
796 BIO_printf(bio_err, "Bad output format for PKCS#7 file\n"); in MAIN()