[BACK]Return to signify.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / signify

Diff for /src/usr.bin/signify/signify.1 between version 1.7 and 1.8

version 1.7, 2014/01/03 17:10:27 version 1.8, 2014/01/09 15:36:40
Line 27 
Line 27 
 .Fl s Ar seckey  .Fl s Ar seckey
 .Fl G  .Fl G
 .Nm signify  .Nm signify
   .Op Fl e
 .Op Fl o Ar output  .Op Fl o Ar output
 .Fl s Ar seckey  .Fl s Ar seckey
 .Fl S  .Fl S
 .Ar input  .Ar message
 .Nm signify  .Nm signify
   .Op Fl e
 .Op Fl o Ar output  .Op Fl o Ar output
 .Fl p Ar pubkey  .Fl p Ar pubkey
 .Fl V  .Fl V
 .Ar input  .Ar message
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
 utility creates and verifies cryptographic signatures for  utility creates and verifies cryptographic signatures for
 an input file  an input file
 .Ar input .  .Ar message .
 The mode of operation is selected by the  The mode of operation is selected by the
 .Fl G ,  .Fl G ,
 .Fl S ,  .Fl S ,
Line 51 
Line 53 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Dssoutput  .Bl -tag -width Dssoutput
   .It Fl e
   Embed the message after the signature when signing.
   For verification, extract the message from the signature.
 .It Fl G  .It Fl G
 Generate a new keypair.  Generate a new keypair.
 .It Fl n  .It Fl n
Line 58 
Line 63 
 Otherwise,  Otherwise,
 .Nm  .Nm
 will prompt the user for a passphrase on the terminal.  will prompt the user for a passphrase on the terminal.
 .It Fl o Ar output  .It Fl o Ar sigfile
 The signature file to create or verify.  The signature file to create or verify.
 The default is  The default is
 .Ar input Ns .sig .  .Ar input Ns .sig .

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8