Re: keys.openpgp.org not sending confirmation email

2019-09-16 Thread Claus Assmann
On Mon, Sep 16, 2019, Binarus wrote:

> Surname, Forename | Company 

> Commas are not allowed as part of email addresses. While I knew that, I

unless quoted, e.g.,
"Surname, Forename | Company" 


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


trivial doc patch: "the the"

2018-05-19 Thread Claus Assmann
--- tools.texi- Sat May 19 18:52:35 2018
+++ tools.texi  Sat May 19 18:52:45 2018
@@ -290,7 +290,7 @@
 Apply the configuration settings listed in @var{file} to the
 configuration files.  If @var{file} has no suffix and no slashes the
 command first tries to read a file with the suffix @code{.prf} from
-the the data directory (@code{gpgconf --list-dirs datadir}) before it
+the data directory (@code{gpgconf --list-dirs datadir}) before it
 reads the file verbatim.  A profile is divided into sections using the
 bracketed  component name.  Each section then lists the option which
 shall go into the respective configuration file.
--- gpgconf.1-  Sat May 19 18:52:27 2018
+++ gpgconf.1   Sat May 19 18:53:12 2018
@@ -84,7 +84,7 @@
 Apply the configuration settings listed in \fIfile\fR to the
 configuration files.  If \fIfile\fR has no suffix and no slashes the
 command first tries to read a file with the suffix \fB.prf\fR from
-the the data directory (\fBgpgconf --list-dirs datadir\fR) before it
+the data directory (\fBgpgconf --list-dirs datadir\fR) before it
 reads the file verbatim.  A profile is divided into sections using the
 bracketed  component name.  Each section then lists the option which
 shall go into the respective configuration file.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


doc patches: spelling errors

2018-05-19 Thread Claus Assmann
--- gnupg.info-1-   Sat May 19 19:01:41 2018
+++ gnupg.info-1Sat May 19 19:02:04 2018
@@ -2516,7 +2516,7 @@
  below.  A "!" indicates that the signature has been successfully
  verified, a "-" denotes a bad signature and a "%" is used if an
  error occurred while checking the signature (e.g. a non supported
- algorithm).  Signatures where the public key is not availabale are
+ algorithm).  Signatures where the public key is not available are
  not listed; to see their keyids the command `--list-sigs' can be
  used.
 
@@ -5184,7 +5184,7 @@
 `--default-new-key-algo STRING'
  This option can be used to change the default algorithms for key
  generation. The STRING is similar to the arguments required for
- the command `--quick-add-key' but slighly different.  For example
+ the command `--quick-add-key' but slightly different.  For example
  the current default of `"rsa2048/cert,sign+rsa2048/encr"' (or
  `"rsa3072"') can be changed to the value of what we currently call
  future default, which is `"ed25519/cert,sign+cv25519/encr"'.  You


--- gnupg.info-2-   Sat May 19 19:07:27 2018
+++ gnupg.info-2Sat May 19 19:08:22 2018
@@ -332,7 +332,7 @@
 This application adds read-only support for keys and certificates
 stored on a SmartCard-HSM (http://www.smartcard-hsm.com).
 
-   To generate keys and store certifiates you may use OpenSC
+   To generate keys and store certificates you may use OpenSC
 (https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM) or the tools from
 OpenSCDP (http://www.openscdp.org).
 
@@ -2578,7 +2578,7 @@
  linefeed to separate file names.
 
 `--openpgp'
- This option has no effect becuase OpenPGP encryption and signing is
+ This option has no effect because OpenPGP encryption and signing is
  the default.
 
 `--cms'
@@ -2722,7 +2722,7 @@
 
When used with the command `--receive' a single Web Key Service mail
 is processed.  Commonly this command is used with the option `--send'
-to directly send the crerated mails back.  See below for an
+to directly send the created mails back.  See below for an
 installation example.
 
The command `--cron' is used for regualr cleanup tasks.  For example

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: What to do at failed integrity check?

2016-10-03 Thread Claus Assmann
On Mon, Oct 03, 2016, Simon Albrecht wrote:

> gpg: Signature made Do 31 M??r 2016 12:56:02 CEST using RSA key ID 4F25E3B6
> gpg: Can't check signature: public key not found
  ^

> I already tried getting the files from a mirror ??? same thing.

Hmm... did you read the message?

You might want to download the key...


-- 
Reply-To: is set, please do not Cc' me.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Confusion about a statement in the FAQ

2016-09-10 Thread Claus Assmann
On Sat, Sep 10, 2016, Anthony Papillion wrote:

> I send an email to someone using Gmail, how does Gmail route it if the
> headers are encrypted? Or would the "to" be one of those things not

You might want to read the RFCs about e-mail: headers are not
used for mail routing, the envelope is (just like "snail-mail").

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: GnuPG 2.1: make LDAP optional

2014-10-15 Thread Claus Assmann
On Wed, Oct 15, 2014, Werner Koch wrote:

> FWIW, I am consider to make LDAP and optional feature.  Most users are

Yes, please!

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


GnuPG 2.1.0-beta442: t-timestuff.c:118: test 17 failed

2014-06-23 Thread Claus Assmann
On OpenBSD 5.3 i386 one test fails:
t-timestuff.c:118: test 17 failed
FAIL: t-timestuff

This patch (hack?) fixes it for me (local timezone is PDT).

--- t-timestuff.c-  Mon Jun 23 19:33:25 2014
+++ t-timestuff.c   Mon Jun 23 19:33:38 2014
@@ -146,6 +146,7 @@
   (void)argc;
   (void)argv;
 
+  setenv("TZ", "UTC", 1); tzset();
   test_timegm ();
 
   return 0;

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users