OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
11-Jul-2006 00:49:08
Branch: HEAD Handle:
2006071023490701
Modified files:
openssl/apps genpkey.c pkeyparam.c
Log:
Update some usage messages.
Summary:
Revision Changes Path
1.8 +14 -7 openssl/apps/genpkey.c
1.2 +2 -0 openssl/apps/pkeyparam.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/apps/genpkey.c
============================================================
================
$ cvs diff -u -r1.7 -r1.8 genpkey.c
--- openssl/apps/genpkey.c 5 Jun 2006 11:52:38 -0000 1.7
+++ openssl/apps/genpkey.c 10 Jul 2006 22:49:07 -0000 1.8
 -198,15 +198,22 
if (badarg)
{
bad:
- BIO_printf(bio_err, "Usage genpkey
[options]\n");
- BIO_printf(bio_err, "where options
are\n");
- BIO_printf(bio_err, "-paramfile file parameter
file\n");
- BIO_printf(bio_err, "-pass arg output file
pass phrase source\n");
- BIO_printf(bio_err, "-outform X output
format (DER or PEM)\n");
- BIO_printf(bio_err, "-out file output
file\n");
+ BIO_printf(bio_err, "Usage: genpkey
[options]\n");
+ BIO_printf(bio_err, "where options may
be\n");
+ BIO_printf(bio_err, "-out file output
file\n");
+ BIO_printf(bio_err, "-outform X output
format (DER or PEM)\n");
+ BIO_printf(bio_err, "-pass arg output
file pass phrase source\n");
+ BIO_printf(bio_err, "-<cipher> use
cipher <cipher> to encrypt the key\n");
#ifndef OPENSSL_NO_ENGINE
- BIO_printf(bio_err, "-engine e use engine
e, possibly a hardware device.\n");
+ BIO_printf(bio_err, "-engine e use
engine e, possibly a hardware device.\n");
#endif
+ BIO_printf(bio_err, "-paramfile file
parameters file\n");
+ BIO_printf(bio_err, "-algorithm alg the
public key algorithm\n");
+ BIO_printf(bio_err, "-pkeyopt opt:value set the
public key algorithm option <opt>\n"
+ " to value
<value>\n");
+ BIO_printf(bio_err, "-genparam generate
parameters, not key\n");
+ BIO_printf(bio_err, "-text print the
in text\n");
+ BIO_printf(bio_err, "NB: options order may be
important! See the manual page.\n");
goto end;
}
 .
patch -p0 <<' .'
Index: openssl/apps/pkeyparam.c
============================================================
================
$ cvs diff -u -r1.1 -r1.2 pkeyparam.c
--- openssl/apps/pkeyparam.c 28 Mar 2006 14:35:29
-0000 1.1
+++ openssl/apps/pkeyparam.c 10 Jul 2006 22:49:08
-0000 1.2
 -130,6 +130,8 
BIO_printf(bio_err, "where options
are\n");
BIO_printf(bio_err, "-in file input
file\n");
BIO_printf(bio_err, "-out file output
file\n");
+ BIO_printf(bio_err, "-text print
parameters as text\n");
+ BIO_printf(bio_err, "-noout don't
output encoded parameters\n");
#ifndef OPENSSL_NO_ENGINE
BIO_printf(bio_err, "-engine e use engine
e, possibly a hardware device.\n");
#endif
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|