Re: GPGME Python bindings

2017-12-29 Thread Ben McGinnes
On Thu, Dec 28, 2017 at 05:49:58PM -0500, Leo Famulari wrote: > Hello, > > I'm working on downstream packaging of GPGME and GPGME's Python > language bindings for GNU Guix. [0] Cool. > Because it was easier, we began packaging the GPGME Python bindings > based on the PyPi release [1] of version

Re: How to batch generate ECC key

2017-12-29 Thread Daniel Kahn Gillmor
On Fri 2017-12-29 01:18:27 +0100, Rezart Qelibari für GnuPG wrote: > I want to batch generate a key using an ECC algorithm using the following > command: > > $ cat config.txt | gpg —-batch —generate-key for modern gnupg, i think what you want is: gpg --quick-gen-key 'alice

Re: How to batch generate ECC key

2017-12-29 Thread Werner Koch
On Fri, 29 Dec 2017 16:53, gnupg-kont...@rezart.qelibari.de said: > Thank you so much! This did the trick! I am very impressed. I just added a mapping from the displayed names to the canonical names. Thus with the next release (2.2.5) "ed25519" and "cv25519" should work. Salam-Shalom,

Re: How to batch generate ECC key

2017-12-29 Thread Rezart Qelibari für GnuPG
Thank you so much! This did the trick! I am very impressed. I don’t want to bother you too much, but maybe you can answer me the two follow-up questions: - How did you find out the protocol names, especially the upper case „E“ of „Ed25519“ and that „cv25519“ is actually named „Curve25519“?

Re: How to batch generate ECC key

2017-12-29 Thread Kristian Fiskerstrand
On 12/29/2017 04:53 PM, Rezart Qelibari für GnuPG wrote: > - How did you find out the protocol names, especially the upper case „E“ > of „Ed25519“ and that „cv25519“ is actually named „Curve25519“? Although > „gpg --expert --full-generate-key“ correctly states  „Curve 25519“, „gpg > -k“ still

Re: How to batch generate ECC key

2017-12-29 Thread Kristian Fiskerstrand
On 12/29/2017 01:18 AM, Rezart Qelibari für GnuPG wrote: > Does anyone know what exactly goes wrong here? try: $ cat config.txt Key-Type: eddsa Key-Curve: Ed25519 Key-Usage: sign Subkey-Type: ecdh Subkey-Curve: Curve25519 Subkey-Usage: encrypt Passphrase: somepassword Name-Real: Some Real Name

Re: Updating recurring donation payment information

2017-12-29 Thread Werner Koch
On Wed, 27 Dec 2017 21:01, bra...@majic.rs said: > Is there a way to update recurring donation information? In particular > the payment card info :) The easiest way is to write to donati...@gnupg.org (that's currently me). I will then cancel your subscription and you may create a new one.

Re: gpg2 export secret key without passphrase

2017-12-29 Thread Werner Koch
On Wed, 27 Dec 2017 18:13, calebc...@gmail.com said: > How does one export a gpg2 private key without a passphrase? See MFPA's recipe for a workaround. We have an open bug for this: https://dev.gnupg.org/T1753 Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein

How to batch generate ECC key

2017-12-29 Thread Rezart Qelibari für GnuPG
Hi *, I want to batch generate a key using an ECC algorithm using the following command: $ cat config.txt | gpg —-batch —generate-key config.txt contains the following: Key-Type: eddsa Key-Curve: ed25519 Key-Usage: sign Subkey-Type: ecdh Subkey-Curve: cv25519 Subkey-Usage: encrypt

GPGME Python bindings

2017-12-29 Thread Leo Famulari
Hello, I'm working on downstream packaging of GPGME and GPGME's Python language bindings for GNU Guix. [0] Because it was easier, we began packaging the GPGME Python bindings based on the PyPi release [1] of version 1.8.0. However, since that time, GPGME has had a few more releases, but the