Deleted Added
full compact
smime.c (68651) smime.c (79998)
1/* smime.c */
2/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
3 * project 1999.
4 */
5/* ====================================================================
6 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 276 unchanged lines hidden (view full) ---

285 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
286 BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
287 BIO_printf (bio_err, "-to addr to address\n");
288 BIO_printf (bio_err, "-from ad from address\n");
289 BIO_printf (bio_err, "-subject s subject\n");
290 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
291 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
292 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
1/* smime.c */
2/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
3 * project 1999.
4 */
5/* ====================================================================
6 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 276 unchanged lines hidden (view full) ---

285 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
286 BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
287 BIO_printf (bio_err, "-to addr to address\n");
288 BIO_printf (bio_err, "-from ad from address\n");
289 BIO_printf (bio_err, "-subject s subject\n");
290 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
291 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
292 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
293 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
293 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
294 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
295 BIO_printf(bio_err, " the random number generator\n");
296 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
297 goto end;
298 }
299
300 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {

--- 248 unchanged lines hidden ---
294 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
295 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
296 BIO_printf(bio_err, " the random number generator\n");
297 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
298 goto end;
299 }
300
301 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {

--- 248 unchanged lines hidden ---