User Details
- User Since
- Mar 27 2017, 4:48 PM (399 w, 2 d)
- Availability
- Available
Oct 17 2022
It will be hard to fix this. GnuPG supports exactly one class of regular expressions: something bracketed between "<[^>]+[@.]" and ">$" . Even if the next release of gpg supports more regular expressions, gpg will have to wait years before it can start emitting different regular expressions for scoped tsigs by default.
Apr 20 2021
I just realized that my example is incorrect. It doesn't make sense to support multiple issuer subpackets on self signatures. But it is useful to do so on binary signatures and third-party certifications. Here's a better example, which gpg correctly supports. As such, this issue should be closed. Sorry for the noise.
Oct 23 2020
Sep 19 2017
This is more or less what gpgme does/sees when loopback mode is enabled / disabled:
Sep 1 2017
Aug 16 2017
Aug 15 2017
Aug 1 2017
Jul 31 2017
Jul 30 2017
Jul 24 2017
Jul 23 2017
Jul 19 2017
Jul 18 2017
Jul 17 2017
Jul 12 2017
All of the campaign videos have now been published.
Jul 10 2017
Thanks for noticing this and working on a patch.
Jul 8 2017
Jul 6 2017
Hi marcus, the original motivation for the separate file was to avoid the use of floats, which, IIRC, Werner didn't want, because floats don't belong in a system tool. Nevertheless, your approach of avoiding a square root all together solves the problem quite nicely.
The sqlite backend was a little experiement that I did and it will not be merged.