Re: key for [email protected]
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.keys |
|---|---|
| Message-ID | <hcfu4f737lrc4hdq42axtb2bscf3zmpesvxo5ynpd2ilcrgsvd@b7oozol5zugk> |
On Mon, Mar 13, 2023 at 07:01:27PM +0100, Uwe Kleine-König wrote: > .keyring/openpgp/kleine-knig.de/uwe/default > > I don't know how this .keyring directory is used but I wonder about > the "kleine-knig.de" part. The (nearly) matching uid for that is > > Uwe Kleine-König <uwe@kleine-könig.de> > > . In transit this is usually encoded using puny-code which would make > that > > [email protected] > > . So I wouldn't have been surprised if there was a file named > > .keyring/openpgp/kleine-könig.de/uwe/default > > or > > .keyring/openpgp/xn--kleine-knig-yfb.de/uwe/default > > but the filename above looks wrong. You're right, it's a bug in the code that tries to be extra-safe when creating dirnames. The .keyring contents can be used with b4, but not very many people do, so the impact of this is tiny to minimal and benign (your key simply won't be properly found). Thank you for the report -- I'll try to fix the bug next time I'm poking at the pgpkeys generation code. -K