[svn] GnuPG - r4384 - branches/STABLE-BRANCH-1-4/g10

svn author dshaw cvs at cvs.gnupg.org
Fri Dec 15 05:37:57 CET 2006


Author: dshaw
Date: 2006-12-15 05:37:47 +0100 (Fri, 15 Dec 2006)
New Revision: 4384

Modified:
   branches/STABLE-BRANCH-1-4/g10/ChangeLog
   branches/STABLE-BRANCH-1-4/g10/options.skel
Log:
* options.skel: Tweak some examples to match reality and update the
RFC for CERT now that it is out of draft.


Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog	2006-12-14 09:55:32 UTC (rev 4383)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog	2006-12-15 04:37:47 UTC (rev 4384)
@@ -1,3 +1,8 @@
+2006-12-14  David Shaw  <dshaw at jabberwocky.com>
+
+	* options.skel: Tweak some examples to match reality and update
+	the RFC for CERT now that it is out of draft.
+
 2006-12-13  David Shaw  <dshaw at jabberwocky.com>
 
 	* Makefile.am: Install options.skel via dist_pkgdata_DATA so that

Modified: branches/STABLE-BRANCH-1-4/g10/options.skel
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/options.skel	2006-12-14 09:55:32 UTC (rev 4383)
+++ branches/STABLE-BRANCH-1-4/g10/options.skel	2006-12-15 04:37:47 UTC (rev 4384)
@@ -57,7 +57,6 @@
 # Because some mailers change lines starting with "From " to ">From "
 # it is good to handle such lines in a special way when creating
 # cleartext signatures; all other PGP versions do it this way too.
-# To enable full OpenPGP compliance you may want to use this option.
 
 #no-escape-from-lines
 
@@ -66,8 +65,8 @@
 # for supported character sets.  This character set is only used for
 # metadata and not for the actual message which does not undergo any
 # translation.  Note that future version of GnuPG will change to UTF-8
-# as default character set.  In most cases this option is not required 
-# GnuPG is able to figure out the correct charset and use that.
+# as default character set.  In most cases this option is not required
+# as GnuPG is able to figure out the correct charset at runtime.
 
 #charset utf-8
 
@@ -106,11 +105,6 @@
 # through the usual method:
 #      hkp://keyserver.example.net:22742
 #
-# If you have problems connecting to a HKP server through a buggy http
-# proxy, you can use keyserver option broken-http-proxy (see below),
-# but first you should make sure that you have read the man page
-# regarding proxies (keyserver option honor-http-proxy)
-#
 # Most users just set the name and type of their preferred keyserver.
 # Note that most servers (with the notable exception of
 # ldap://keyserver.pgp.com) synchronize changes with each other.  Note
@@ -125,34 +119,33 @@
 
 # Common options for keyserver functions:
 #
-# include-disabled = when searching, include keys marked as "disabled"
+# include-disabled : when searching, include keys marked as "disabled"
 #                    on the keyserver (not all keyservers support this).
 #
-# no-include-revoked = when searching, do not include keys marked as
+# no-include-revoked : when searching, do not include keys marked as
 #                      "revoked" on the keyserver.
 #
-# verbose = show more information as the keys are fetched.
+# verbose : show more information as the keys are fetched.
 #           Can be used more than once to increase the amount
 #           of information shown.
 #
-# use-temp-files = use temporary files instead of a pipe to talk to the
+# use-temp-files : use temporary files instead of a pipe to talk to the
 #                  keyserver.  Some platforms (Win32 for one) always
 #                  have this on.
 #
-# keep-temp-files = do not delete temporary files after using them
+# keep-temp-files : do not delete temporary files after using them
 #                   (really only useful for debugging)
 #
-# honor-http-proxy = if the keyserver uses HTTP, honor the http_proxy
-#                    environment variable
+# http-proxy="proxy" : set the proxy to use for HTTP and HKP keyservers.
+#                      This overrides the "http_proxy" environment variable,
+#                      if any.
 #
-# broken-http-proxy = try to work around a buggy HTTP proxy
-#
-# auto-key-retrieve = automatically fetch keys as needed from the keyserver
+# auto-key-retrieve : automatically fetch keys as needed from the keyserver
 #                     when verifying signatures or when importing keys that
 #                     have been revoked by a revocation key that is not
 #                     present on the keyring.
 #
-# no-include-attributes = do not include attribute IDs (aka "photo IDs")
+# no-include-attributes : do not include attribute IDs (aka "photo IDs")
 #                         when sending keys to the keyserver.
 
 #keyserver-options auto-key-retrieve
@@ -224,16 +217,18 @@
 # user at example.com keys on the local keyring.  This option takes the
 # following arguments, in the order they are to be tried:
 # 
-# cert = locate a key using DNS CERT, as specified in 2538bis
-# (currently in draft): http://www.josefsson.org/rfc2538bis/
+# cert = locate a key using DNS CERT, as specified in RFC-4398.
+#        GnuPG can handle both the PGP (key) and IPGP (URL + fingerprint)
+#        CERT methods.
 #
 # pka = locate a key using DNS PKA.
 #
 # ldap = locate a key using the PGP Universal method of checking
-# "ldap://keys.(thedomain)".
+#        "ldap://keys.(thedomain)".  For example, encrypting to
+#        user at example.com will check ldap://keys.example.com.
 #
 # keyserver = locate a key using whatever keyserver is defined using
-# the keyserver option.
+#             the keyserver option.
 #
 # You may also list arbitrary keyservers here by URL.
 #




More information about the Gnupg-commits mailing list