• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/

Lines Matching refs:BIO_printf

388 			BIO_printf(bio_err, "No signer certificate specified\n");
397 BIO_printf(bio_err, "No recipient certificate or key specified\n");
405 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
415 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
416 BIO_printf (bio_err, "where options are\n");
417 BIO_printf (bio_err, "-encrypt encrypt message\n");
418 BIO_printf (bio_err, "-decrypt decrypt encrypted message\n");
419 BIO_printf (bio_err, "-sign sign message\n");
420 BIO_printf (bio_err, "-verify verify signed message\n");
421 BIO_printf (bio_err, "-pk7out output PKCS#7 structure\n");
423 BIO_printf (bio_err, "-des3 encrypt with triple DES\n");
424 BIO_printf (bio_err, "-des encrypt with DES\n");
427 BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n");
428 BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n");
429 BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n");
432 BIO_printf (bio_err, "-aes128, -aes192, -aes256\n");
433 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
436 BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n");
437 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
439 BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
440 BIO_printf (bio_err, "-nosigs don't verify message signature\n");
441 BIO_printf (bio_err, "-noverify don't verify signers certificate\n");
442 BIO_printf (bio_err, "-nocerts don't include signers certificate when signing\n");
443 BIO_printf (bio_err, "-nodetach use opaque signing\n");
444 BIO_printf (bio_err, "-noattr don't include any signed attributes\n");
445 BIO_printf (bio_err, "-binary don't translate message to text\n");
446 BIO_printf (bio_err, "-certfile file other certificates file\n");
447 BIO_printf (bio_err, "-signer file signer certificate file\n");
448 BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
449 BIO_printf (bio_err, "-in file input file\n");
450 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
451 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
452 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
453 BIO_printf (bio_err, "-out file output file\n");
454 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
455 BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
456 BIO_printf (bio_err, "-to addr to address\n");
457 BIO_printf (bio_err, "-from ad from address\n");
458 BIO_printf (bio_err, "-subject s subject\n");
459 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
460 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
461 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
462 BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
463 BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
465 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
467 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
468 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
469 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
470 BIO_printf(bio_err, " the random number generator\n");
471 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
481 BIO_printf(bio_err, "Error getting password\n");
489 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
520 BIO_printf(bio_err, "No cipher selected\n");
531 BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args);
547 BIO_printf(bio_err, "Can't read signer certificate file %s\n", signerfile);
559 BIO_printf(bio_err, "Can't read certificate file %s\n", certfile);
572 BIO_printf(bio_err, "Can't read recipient certificate file %s\n", recipfile);
603 BIO_printf (bio_err,
615 BIO_printf (bio_err,
664 BIO_printf(bio_err, "Bad input format for PKCS#7 file\n");
670 BIO_printf(bio_err, "Error reading S/MIME message\n");
678 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
686 BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
695 BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n");
703 BIO_printf(bio_err, "Verification successful\n");
706 BIO_printf(bio_err, "Verification failure\n");
712 BIO_printf(bio_err, "Error writing signers to %s\n",
724 BIO_printf(out, "To: %s\n", to);
726 BIO_printf(out, "From: %s\n", from);
728 BIO_printf(out, "Subject: %s\n", subject);
737 BIO_printf(bio_err, "Bad output format for PKCS#7 file\n");