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:
26-Apr-2006 17:42:30
Branch: HEAD Handle:
2006042616422900
Modified files:
openssl/apps pkeyutl.c
Log:
Fix usage message for pkeyutl.
Summary:
Revision Changes Path
1.10 +7 -4 openssl/apps/pkeyutl.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/apps/pkeyutl.c
============================================================
================
$ cvs diff -u -r1.9 -r1.10 pkeyutl.c
--- openssl/apps/pkeyutl.c 15 Apr 2006 18:50:55 -0000 1.9
+++ openssl/apps/pkeyutl.c 26 Apr 2006 15:42:29 -0000 1.10
 -387,20 +387,23 
BIO_printf(bio_err, "Usage: pkeyutl
[options]\n");
BIO_printf(bio_err, "-in file input
file\n");
BIO_printf(bio_err, "-out file output
file\n");
+ BIO_printf(bio_err, "-signature file signature
file (verify operation only)\n");
BIO_printf(bio_err, "-inkey file input
key\n");
BIO_printf(bio_err, "-keyform arg private key
format - default PEM\n");
- BIO_printf(bio_err, "-pubin input is an
RSA public\n");
- BIO_printf(bio_err, "-certin input is a
certificate carrying an RSA public key\n");
- BIO_printf(bio_err, "-ctrl X:Y control
parameters\n");
+ BIO_printf(bio_err, "-pubin input is a
public key\n");
+ BIO_printf(bio_err, "-certin input is a
certificate carrying a public key\n");
+ BIO_printf(bio_err, "-pkeyopt X:Y public key
options\n");
BIO_printf(bio_err, "-sign sign with
private key\n");
BIO_printf(bio_err, "-verify verify with
public key\n");
+ BIO_printf(bio_err, "-verifyrecover verify with
public key, recover original data\n");
BIO_printf(bio_err, "-encrypt encrypt with
public key\n");
BIO_printf(bio_err, "-decrypt decrypt with
private key\n");
+ BIO_printf(bio_err, "-derive derive shared
secret\n");
BIO_printf(bio_err, "-hexdump hex dump
output\n");
#ifndef OPENSSL_NO_ENGINE
BIO_printf(bio_err, "-engine e use engine e,
possibly a hardware device.\n");
- BIO_printf(bio_err, "-passin arg pass phrase
source\n");
#endif
+ BIO_printf(bio_err, "-passin arg pass phrase
source\n");
}
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|