Deleted Added
full compact
req.c (72613) req.c (89837)
1/* apps/req.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

378 BIO_printf(bio_err," -key file use the private key contained in file\n");
379 BIO_printf(bio_err," -keyform arg key file format\n");
380 BIO_printf(bio_err," -keyout arg file to send the key to\n");
381 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
382 BIO_printf(bio_err," load the file (or the files in the directory) into\n");
383 BIO_printf(bio_err," the random number generator\n");
384 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
385 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
1/* apps/req.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

378 BIO_printf(bio_err," -key file use the private key contained in file\n");
379 BIO_printf(bio_err," -keyform arg key file format\n");
380 BIO_printf(bio_err," -keyout arg file to send the key to\n");
381 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
382 BIO_printf(bio_err," load the file (or the files in the directory) into\n");
383 BIO_printf(bio_err," the random number generator\n");
384 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
385 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
386
387 BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2)\n");
386 BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n");
388 BIO_printf(bio_err," -config file request template file.\n");
389 BIO_printf(bio_err," -new new request.\n");
390 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
391 BIO_printf(bio_err," -days number of days a x509 generated by -x509 is valid for.\n");
392 BIO_printf(bio_err," -newhdr output \"NEW\" in the header lines\n");
393 BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n");
394 BIO_printf(bio_err," have been reported as requiring\n");
395 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");

--- 899 unchanged lines hidden ---
387 BIO_printf(bio_err," -config file request template file.\n");
388 BIO_printf(bio_err," -new new request.\n");
389 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
390 BIO_printf(bio_err," -days number of days a x509 generated by -x509 is valid for.\n");
391 BIO_printf(bio_err," -newhdr output \"NEW\" in the header lines\n");
392 BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n");
393 BIO_printf(bio_err," have been reported as requiring\n");
394 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");

--- 899 unchanged lines hidden ---