Re: Resurrecting the Monkeysphere 

2023-08-12 Thread John Scott via Gnupg-users
On Sat, 2023-08-12 at 21:47 -0500, Jacob Bachmeyer wrote: > Will there be support for importing, say, a Tor onion service keypair onto an > OpenPGP certificate as a subkey? That is one of the first things I plan to work on. > Or, perhaps more practically, importing an existing OpenSSH keypair as

Re: Resurrecting the Monkeysphere 

2023-08-12 Thread John Scott via Gnupg-users
On Sat, 2023-08-12 at 08:48 +0200, Francesco Ariis wrote: > Is there any repository, or site, or blog we can follow to get news about > this? Great question! I don't have access to the old repository, mailing list, and bug trackers yet, but here are some places where you can keep track of

Resurrecting the Monkeysphere 

2023-08-11 Thread John Scott via Gnupg-users
Hi GnuPG-ers, I'm bringing back to life the Monkeysphere project which has fizzled upstream. I love the concept and am willing to rewrite major components and, more importantly, provide guides and integrations to make the experiment successful. What is the Monkeyspherian way of doing things,

Re: Strange message seen on FreeBSD 14.0 amd64

2023-07-11 Thread John Scott via Gnupg-users
> Please not[e] that your compiler does not support the GCC style aligned > attribute. Using this software may evoke bus errors. I'd like to pose the question of why GnuPG should use the non-standard aligned attribute anyway, when to the best of my knowledge, the same functionality is supported

Re: Application deadlock when using GnuPG, gpgsm, and Scute

2023-04-09 Thread John Scott via Gnupg-users
On Sun, 2023-04-09 at 12:09 +0100, Damien Goutte-Gattat wrote: > If you don’t mind compiling and installing GnuPG ≥ 2.3 yourself you should > also try installing Scute 1.7.0. You're a genius! I actually had a hard time getting Scute 1.7.0 to compile, so I built it from Git instead and

Application deadlock when using GnuPG, gpgsm, and Scute

2023-04-08 Thread John Scott via Gnupg-users
Hi, I'm using Debian Bookworm (Testing) with GnuPG, gpgsm, and Scute. My motivation for using this trio of tools is a little elaborate, so allow me to explain. For just the technical stuff, skip to the end. I use OpenPGP for a variety of reasons, including for my own email security and

Read random bytes from Gnuk potentially frequently without destroying the card

2022-11-19 Thread John Scott via Gnupg-users
Hi all, Just for fun and because I have extra Gnuk tokens lying around, I'd like to try writing a program for my libreCMC router that feeds the Linux entropy pool with data from the token's true RNG. The help text for scdaemon states > # RANDOM > # > # Get NBYTES of random from the card and

Re: safe curves in openPGP smartcard

2021-06-20 Thread John Scott via Gnupg-users
On Sun, 2021-06-20 at 18:57 +, mailinglisten--- via Gnupg-users wrote: > is there any educated guess, when some safe curve (25519?) will find > their ways into openPGP smart cards? Some cards already support Curve25519; I'm signing this with my Nitrokey Start (which is really a Gnuk) using my

Re: Help with GPGME keylisting not listing signatures

2021-01-29 Thread John Scott via Gnupg-users
On Saturday, January 23, 2021 10:39:30 AM EST Ingo Klöcker wrote: > Did you have a look at GPGME's tests as working example code? There is a > test for listing signatures: > https://dev.gnupg.org/source/gpgme/browse/master/tests/gpg/t-keylist-sig.c Thanks, I didn't see that. Except for the

Help with GPGME keylisting not listing signatures

2021-01-22 Thread John Scott via Gnupg-users
I'm having trouble writing a program using GPGME that is able to read the signatures of keys from a file. I've ensured that GPGME_KEYLIST_MODE_SIGS is specified and would appreciate additional eyeballs on it. I've tested it with the Debian keyring which has many signatures and not had any luck.

Re: “Hardware problem” with OpenPGP smart card

2020-12-06 Thread John Scott via Gnupg-users
On Saturday, December 5, 2020 9:20:33 AM EST Nicolas Boullis wrote: > PIN retry counter : 2 0 3 It looks like you're trying to decrypt a file and your encryption PIN counter is zero. I wonder why it was giving you the strange error message. Does signing work? signature.asc Description: This is

Clarification on getting a validity reason in GPGME

2020-11-07 Thread John Scott via Gnupg-users
Hi I'm writing a tool using GPGSM and want to print signature validation information without reinventing the wheel with case statements, also for the sake of localization. These members in gpgme_signature_t [1] seem to be what I'm looking for: gpgme_validity_t validity The validity of

Re: Help setting gpgsm to do LDAP lookup

2020-05-27 Thread John Scott via Gnupg-users
On Monday, May 18, 2020 2:53:55 AM EDT Werner Koch wrote: > On Sat, 16 May 2020 23:24, John Scott said: >> Looking up recipients with both dirmngr-client and >> gpgsm --verbose --list-external-keys [recipient] >> are fruitless whether I drop the ads\ from my username or not. I've bumped >> the

Re: Backup of Keys

2020-05-25 Thread John Scott via Gnupg-users
On Sunday, May 24, 2020 12:18:51 PM EDT Robert J. Hansen wrote: > > But using Sherpa is probably a good bet. > > Good Lord, it's been a while since I wrote that. The Windows MSI > installer should still work, though. If there's interest in other > formats, I'll see about updating it. Having

Help setting gpgsm to do LDAP lookup

2020-05-16 Thread John Scott via Gnupg-users
Hi, I'm stumped getting gpgsm to lookup S/MIME certificates in my organization. I've got a temporary working solution with ldapsearch after logging into my VPN with NetworkManager+OpenConnect: ldapsearch -Wt -b OU=Accounts,DC=ads,DC=foo,DC=com -D CN=jscott,OU=Accounts,DC=ads,DC=foo,DC=com