emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/pgg.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/pgg.texi
Date: Fri, 09 Dec 2005 03:58:07 -0500

Index: emacs/man/pgg.texi
diff -c emacs/man/pgg.texi:1.7 emacs/man/pgg.texi:1.8
*** emacs/man/pgg.texi:1.7      Fri Nov  4 14:44:06 2005
--- emacs/man/pgg.texi  Fri Dec  9 08:57:57 2005
***************
*** 177,185 ****
  
  @deffn Command pgg-verify-region start end &optional signature fetch
  Verify the current region between @var{start} and @var{end}.  If the
! optional third argument @var{signature} is address@hidden, or the function
! is called interactively, it is treated as the detached signature of the
! current region.
  
  If the optional 4th argument @var{fetch} is address@hidden, or the
  function is called interactively, we attempt to fetch the signer's
--- 177,184 ----
  
  @deffn Command pgg-verify-region start end &optional signature fetch
  Verify the current region between @var{start} and @var{end}.  If the
! optional third argument @var{signature} is address@hidden, it is treated
! as the detached signature file of the current region.
  
  If the optional 4th argument @var{fetch} is address@hidden, or the
  function is called interactively, we attempt to fetch the signer's
***************
*** 204,225 ****
  select cipher algorithm from 3DES, CAST5, BLOWFISH, and so on, but on
  the other hand the version 2 of PGP only supports IDEA.
  
! By default, if the variable @code{pgg-scheme} is not set, PGG searches the
! registered scheme for an implementation of the requested service
! associated with the named algorithm.  If there are no match, PGG uses
! @code{pgg-default-scheme}.  In other words, there are two options to
! control which command is used to process the incoming PGP armors.  One
! is for encrypting and signing, the other is for decrypting and
! verifying.
  
  @defvar pgg-scheme
! Force specify the scheme of PGP implementation for decrypting and verifying.
! The value can be @code{gpg}, @code{pgp}, and @code{pgp5}.
  @end defvar
  
  @defvar pgg-default-scheme
! Force specify the scheme of PGP implementation for encrypting and signing.
! The value can be @code{gpg}, @code{pgp}, and @code{pgp5}.
  @end defvar
  
  @node Caching passphrase
--- 203,220 ----
  select cipher algorithm from 3DES, CAST5, BLOWFISH, and so on, but on
  the other hand the version 2 of PGP only supports IDEA.
  
! Which implementation is used is controlled by the @code{pgg-scheme}
! variable.  If it is @code{nil} (the default), the value of the
! @code{pgg-default-scheme} variable will be used instead.
  
  @defvar pgg-scheme
! Force specify the scheme of PGP implementation.  The value can be set to
! @code{gpg}, @code{pgp}, and @code{pgp5}.  The default is @code{nil}.
  @end defvar
  
  @defvar pgg-default-scheme
! The default scheme of PGP implementation.  The value should be one of
! @code{gpg}, @code{pgp}, and @code{pgp5}.  The default is @code{gpg}.
  @end defvar
  
  @node Caching passphrase




reply via email to

[Prev in Thread] Current Thread [Next in Thread]