~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty

« back to all changes in this revision

Viewing changes to doc/tools.texi

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2006-01-24 04:31:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124043142-pbg192or6qxv3yk2
Tags: 1.9.20-1
* New Upstream version. Closes:#306890,#344530
  * Closes:#320490: gpg-protect-tool fails to decrypt PKCS-12 files 
* Depend on libopensc2-dev, not -1-. Closes:#348106

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
* gpgsm-gencert.sh::      Generate an X.509 certificate request.
15
15
* gpg-preset-passphrase:: Put a passphrase into the cache.
16
16
* gpg-connect-agent::     Communicate with a running agent.
 
17
* gpgparsemail::          Parse a mail message into an annotated format
17
18
* symcryptrun::           Call a simple symmetric encryption tool.
18
19
@end menu
19
20
 
774
775
@end table
775
776
 
776
777
@c
 
778
@c   GPGPARSEMAIL
 
779
@c
 
780
@node gpgparsemail
 
781
@section Parse a mail message into an annotated format
 
782
 
 
783
The @command{gpgparsemail} is a utility currentlu only useful for
 
784
debugging.  Run it with @code{--help} for usage information.
 
785
 
 
786
 
 
787
 
 
788
@c
777
789
@c   SYMCRYPTRUN
778
790
@c
779
791
@node symcryptrun