~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to doc/apps/dgst.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
[B<-binary>]
15
15
[B<-out filename>]
16
16
[B<-sign filename>]
 
17
[B<-passin arg>]
17
18
[B<-verify filename>]
18
19
[B<-prverify filename>]
19
20
[B<-signature filename>]
59
60
 
60
61
digitally sign the digest using the private key in "filename".
61
62
 
 
63
=item B<-passin arg>
 
64
 
 
65
the private key password source. For more information about the format of B<arg>
 
66
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
 
67
 
62
68
=item B<-verify filename>
63
69
 
64
70
verify the signature using the the public key in "filename".