Page MenuHome GnuPG
Feed Advanced Search

Aug 14 2023

pert added a comment to T4961: ship gpgrt.pc.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Aug 14 2023, 8:42 AM · Feature Request, gpgrt

Aug 12 2023

pert created T6647: Finish implementation of --export-secret-ssh-key.
Aug 12 2023, 10:51 AM · gnupg26, gnupg24, Feature Request

Apr 19 2023

pert created T6458: Support looking up userSMIMECertificate in LDAP.
Apr 19 2023, 3:43 AM · LDAP, dirmngr, Feature Request

Apr 14 2023

pert updated pert.
Apr 14 2023, 12:51 PM
pert created T6449: Support fetching S/MIME certificates over DNS via SMIMEA record.
Apr 14 2023, 12:50 PM · Feature Request, dirmngr

Mar 19 2022

pert updated the task description for T5887: gpgme_data_identify() function prototype not as documented.
Mar 19 2022, 3:15 PM · Documentation, gpgme, Bug Report
pert created T5887: gpgme_data_identify() function prototype not as documented.
Mar 19 2022, 3:04 PM · Documentation, gpgme, Bug Report

Aug 23 2021

pert added a comment to T5135: Provide more practical thread-safe strerror, perhaps with strerror_l.

Actually, I think there's a way to make gpg_strerror_r more usable on its own. I previously said

I find it quite difficult to use strerror_r and gpg_strerror_r. With having to guess and retry to get an appropriate buffer length, a wrapper which dynamically allocates the string seems to be needed.

Aug 23 2021, 7:47 PM · gpgrt, Feature Request

May 16 2021

pert created T5438: gpgme_op_keylist_from_data_start ignores GPGME_KEYLIST_MODE_SIGS.
May 16 2021, 2:25 PM · gpgme (gpgme 1.23.x), OpenPGP, Bug Report

Dec 22 2020

pert added a comment to T4618: DANE OpenPGP certificate retrieval does not verify DNSSEC signatures.

Granted I'm not familiar with the functions and it may not be applicable, but the DNS resolver functions in the GNU C Library have semi-recently gained parameters (RES_USE_DNSSEC) to check for DNSSEC validation IIRC. Recent versions of glibc also don't trust the 'ad' bit unless an indication of its trustworthiness is set in /etc/resolv.conf, say if using a local validating resolver, so one can be sure that it's trustworthy. It also appears musl libc may support this.

Dec 22 2020, 5:35 AM · dns, dirmngr

Dec 20 2020

pert added a comment to T4702: Deadline for the GnuPG 2.3.0 release.

In a discussion we decided that we need a deadline for GnuPG 2.3.0 so that we finally release it.

Dec 20 2020, 6:56 AM · Restricted Project, gpg4win, gnupg

Nov 16 2020

pert merged task T4190: https://git.gnupg.org/ is out of date into T4963: Update GnuPG versions listed on https://git.gnupg.org/.
Nov 16 2020, 5:37 PM · gpgweb, Bug Report
pert merged T4190: https://git.gnupg.org/ is out of date into T4963: Update GnuPG versions listed on https://git.gnupg.org/.
Nov 16 2020, 5:37 PM · gpgweb, Bug Report

Nov 14 2020

pert created T5135: Provide more practical thread-safe strerror, perhaps with strerror_l.
Nov 14 2020, 4:23 PM · gpgrt, Feature Request
pert added a comment to T3189: secmem routines should be in libgpg-error as gpgrt_*.

Do we need to expose the secmem routines, as a public interface of gpgrt?

I would find it useful. For example I'm making a utility that gets a passphrase with GPGME and gpg-agent, and would like to copy it into a buffer that lives on after closing the context.

Nov 14 2020, 4:03 PM · gpgrt, libgcrypt