Page MenuHome GnuPG

gniibe (NIIBE Yutaka)
UserAdministrator

Projects (9)

User Details

User Since
Mar 27 2017, 4:47 PM (449 w, 2 d)
Roles
Administrator
Availability
Busy Busy until Jun 29 2031.

Recent Activity

Today

gniibe changed the status of T7893: GnuPG: Decryption fails if the pinentry dialog for the first tried recipient is canceled from Open to Testing.

That's my mistake with KEM API.

Thu, Nov 6, 6:14 AM · gnupg
gniibe committed rG12c0b94fcb5f: agent: Fix wiping memory in PKDECRYPT command. (authored by gniibe).
agent: Fix wiping memory in PKDECRYPT command.
Thu, Nov 6, 6:12 AM
gniibe added a comment to T7873: Decrypt to foo.gpg.part files and rename.

Here is my idea to implement the feature:
(1) Extend struct iobuf_struct to have a field of temporary output (of int), just after real_fname.

  • OUTPUTFILE: When it's 1, a file generated with real_fname original suffix removed and appended .tmp is used for the output

(2) Modify get_output_file in plaintext.c and make_outfile_name in openfile.c, so that OUTPUTFILE above is used and the field in iobuf_struct is marked.
(3) Modify proc_encrypted in mainproc.c so that rename .tmp file to the OUTPUTFILE or remove it when failure.

Thu, Nov 6, 3:54 AM · Feature Request, gnupg26
gniibe added a comment to T7633: libgcrypt fails to build on NetBSD due to the systems bswap32 macro defintion..

Applied to 1.11 branch.

Thu, Nov 6, 2:33 AM · NetBSD, libgcrypt, Bug Report
gniibe added projects to T7882: `rsa-sha2` signature values are improperly truncated : gpgagent, ssh.
Thu, Nov 6, 2:07 AM · ssh, gpgagent, Bug Report
gniibe closed T7194: gnupg_ -> gpgrt_ : Pipe API as Resolved.
Thu, Nov 6, 1:55 AM · gpgrt, gnupg
gniibe added a comment to T7649: gnupg: Use KEM interface for encryption/decryption.

Let me explain the background.

Thu, Nov 6, 12:57 AM · gnupg26

Yesterday

gniibe added a comment to T7894: libgcrypt, scute, gpgrt/argparse, gnupg/dirmngr: Hard-coded /etc.

For gpgrt/argparse this could be an option (to remove hard-coded /etc):

Wed, Nov 5, 7:44 AM · libgcrypt, scute, gpgrt, Bug Report
gniibe closed T7845: gpgsm: Use KEM interface for encryption as Resolved.
Wed, Nov 5, 2:25 AM · gnupg26
gniibe closed T7845: gpgsm: Use KEM interface for encryption, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, as Resolved.
Wed, Nov 5, 2:25 AM · gnupg26
gniibe closed T7811: gpgsm: Use KEM interface for decryption, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, as Resolved.
Wed, Nov 5, 2:24 AM · gnupg26
gniibe closed T7811: gpgsm: Use KEM interface for decryption as Resolved.
Wed, Nov 5, 2:24 AM · gnupg26

Tue, Nov 4

gniibe changed the status of T7882: `rsa-sha2` signature values are improperly truncated from Open to Testing.

Pushed the revised change to master.

Tue, Nov 4, 5:56 AM · ssh, gpgagent, Bug Report
gniibe committed rGc7e0ec12609b: agent:ssh: Fix RSA signature handling for newer spec. (authored by gniibe).
agent:ssh: Fix RSA signature handling for newer spec.
Tue, Nov 4, 3:34 AM

Mon, Nov 3

gniibe closed T7138: Windows (Semi-hosted environment): filename and network access, a subtask of T6508: Port GnuPG to 64-bit Windows, as Resolved.
Mon, Nov 3, 3:41 AM · Windows 64, Feature Request, gnupg26
gniibe closed T7138: Windows (Semi-hosted environment): filename and network access as Resolved.

Fixed in 2.5.13.

Mon, Nov 3, 3:41 AM · gnupg, Bug Report
gniibe added a comment to T7649: gnupg: Use KEM interface for encryption/decryption.

@onickolay The change was originally introduced for PQC stuff. And then, we applied use of KEM API (of libgcrypt) also for ordinary ECDH, so, it affected ordinary ECDH encryption (between 2.5.9 and 2.5.12).
The intention is follow the recommendation of use of KEM. IIUC, next FIPS certification will require use of KEM, possibly.

Mon, Nov 3, 1:37 AM · gnupg26

Thu, Oct 30

gniibe claimed T7882: `rsa-sha2` signature values are improperly truncated .

Thank you for your report.

Thu, Oct 30, 6:18 AM · ssh, gpgagent, Bug Report
gniibe created T7894: libgcrypt, scute, gpgrt/argparse, gnupg/dirmngr: Hard-coded /etc.
Thu, Oct 30, 3:06 AM · libgcrypt, scute, gpgrt, Bug Report
gniibe added a comment to T7889: libgcrypt: HAVE_BROKEN_MLOCK.

Note that:
If we consider backporting this to 1.10/1.11 branch, we also need to apply: rCdef1d4ea8f66: random:jent: Fix build with address sanitizer.

Thu, Oct 30, 2:31 AM · libgcrypt, Bug Report
gniibe added a comment to T7889: libgcrypt: HAVE_BROKEN_MLOCK.

@jukivili
Thanks for your feedback.

Thu, Oct 30, 2:27 AM · libgcrypt, Bug Report
gniibe updated the task description for T7889: libgcrypt: HAVE_BROKEN_MLOCK.
Thu, Oct 30, 2:21 AM · libgcrypt, Bug Report

Wed, Oct 29

gniibe added a comment to T7889: libgcrypt: HAVE_BROKEN_MLOCK.

For the initial attempt, I push: rCfe06287003a1: secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN.
This is better than nothing.

Wed, Oct 29, 7:48 AM · libgcrypt, Bug Report
gniibe committed rCdef1d4ea8f66: random:jent: Fix build with address sanitizer. (authored by gniibe).
random:jent: Fix build with address sanitizer.
Wed, Oct 29, 7:47 AM
gniibe committed rCfe06287003a1: secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN. (authored by gniibe).
secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN.
Wed, Oct 29, 7:47 AM
gniibe claimed T7889: libgcrypt: HAVE_BROKEN_MLOCK.
Wed, Oct 29, 7:36 AM · libgcrypt, Bug Report
gniibe created T7889: libgcrypt: HAVE_BROKEN_MLOCK.
Wed, Oct 29, 7:36 AM · libgcrypt, Bug Report

Thu, Oct 23

gniibe committed rC0ceca9993f5a: random:jent: Fix for jent_rng_is_initialized. (authored by gniibe).
random:jent: Fix for jent_rng_is_initialized.
Thu, Oct 23, 10:05 AM

Wed, Oct 22

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Still, there is a fundamental problem with keydb locking.

  • It only assures no-data-corruption.
  • When a process doing write access, another process reading the resource may encounter a problem (inconsistent data read), since data could be changed while accessing.
    • Currently, write access may occur with keybox compress, this means that users are not safe to invoke multiple gpg/gpgsm simultaneously (to be sure).
      • It would be: only keybox compress when users explicitly ask.
    • We could introduce a lock to read access... BUT naively adding a lock (both for read and write or read-multiple-write-one) results possible deadlock in gpgsm
      • in gpgsm, gpgsm_walk_cert_chain and gpgsm_validate_chain access the resource of keydb in a way of:
        • While it has a handle kh, by find_up routine, it may call keydb_store_cert by callback routine; The callback does write access to the resource opening another handle.
        • Currently, it works because of no lock for read access and keydb_store_cert appends data at the end.
Wed, Oct 22, 9:20 AM · gnupg26, gpd5x
gniibe committed rG0d887e6bea46: po: Update Japanese Translation. (authored by gniibe).
po: Update Japanese Translation.
Wed, Oct 22, 5:00 AM
gniibe committed rG4a2dda2002c4: kbx,gpg,gpgsm: Add FP-close method for keydb to close before unlock. (authored by gniibe).
kbx,gpg,gpgsm: Add FP-close method for keydb to close before unlock.
Wed, Oct 22, 5:00 AM
gniibe committed rG3db6f9f080bc: gpgsm: Fix delete and store certificate locking glitches. (authored by gniibe).
gpgsm: Fix delete and store certificate locking glitches.
Wed, Oct 22, 4:38 AM
gniibe committed rG2d9e1295a1f4: gpg,gpgsm: Serialize write access to keybox/keyring to protect. (authored by gniibe).
gpg,gpgsm: Serialize write access to keybox/keyring to protect.
Wed, Oct 22, 4:38 AM
gniibe committed rGef42a1e218ce: gpg,gpgsm: No more internal-lock when KEEP_LOCK is enabled. (authored by gniibe).
gpg,gpgsm: No more internal-lock when KEEP_LOCK is enabled.
Wed, Oct 22, 4:38 AM
gniibe committed rGa0beed35d6c6: kbx,gpg,gpgsm: Introduce keybox_compress_when_no_other_users. (authored by gniibe).
kbx,gpg,gpgsm: Introduce keybox_compress_when_no_other_users.
Wed, Oct 22, 4:38 AM
gniibe changed the status of T7855: keybox/keydb locking issue in 2.6 , a subtask of T2196: keydb locking can result in deadlock in 2.2, from Open to Testing.
Wed, Oct 22, 4:38 AM · gnupg22, Bug Report
gniibe changed the status of T7855: keybox/keydb locking issue in 2.6 , a subtask of T7827: Kleopatra: Add workaround for locking issue on key generation, from Open to Testing.
Wed, Oct 22, 4:38 AM · vsd33 (vsd-3.3.3), vsd34, gpd5x, kleopatra
gniibe changed the status of T7855: keybox/keydb locking issue in 2.6 from Open to Testing.

All changes in gniibe/t7855 are pushed into master.

Wed, Oct 22, 4:38 AM · gnupg26, gpd5x

Tue, Oct 21

gniibe changed the status of T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already, a subtask of T7658: Okular: Dirmngr startup timeout on signature validation, from Open to Testing.
Tue, Oct 21, 9:18 AM · Bug Report, gpd5x, okular
gniibe changed the status of T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already from Open to Testing.

Fixed in master: rGae431b04370f: w32:common: Take care of possible race on startup under Windows.

Tue, Oct 21, 9:18 AM · gnupg22, Bug Report, gpd5x, okular
gniibe changed the status of T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs from Open to Testing.

This issue should be fixed in 2.6, too.

Tue, Oct 21, 7:14 AM · gnupg, vsd, kleopatra
gniibe committed rG4050139d46fb: gpg: Minor clean up for keydb_lock API. (authored by gniibe).
gpg: Minor clean up for keydb_lock API.
Tue, Oct 21, 7:14 AM
gniibe committed rG9fd630fb23b7: common,w32: Always use share mode readwrite for the keybox. (authored by werner).
common,w32: Always use share mode readwrite for the keybox.
Tue, Oct 21, 7:14 AM
gniibe committed rG39cc15029017: build,common,g13,sm,tools: Require GpgRT 1.56. (authored by gniibe).
build,common,g13,sm,tools: Require GpgRT 1.56.
Tue, Oct 21, 7:14 AM
gniibe committed rG8a5d2674c3be: common: New function gnupg_remove_ext. (authored by werner).
common: New function gnupg_remove_ext.
Tue, Oct 21, 7:14 AM
gniibe changed the status of T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs, a subtask of T7855: keybox/keydb locking issue in 2.6 , from Open to Testing.
Tue, Oct 21, 6:50 AM · gnupg26, gpd5x
gniibe changed the status of T7138: Windows (Semi-hosted environment): filename and network access, a subtask of T6508: Port GnuPG to 64-bit Windows, from Open to Testing.
Tue, Oct 21, 4:57 AM · Windows 64, Feature Request, gnupg26
gniibe changed the status of T7138: Windows (Semi-hosted environment): filename and network access from Open to Testing.
Tue, Oct 21, 4:57 AM · gnupg, Bug Report
gniibe committed rG61ff3759e827: common,dirmngr:w32: Fix for semi-hosted environment. (authored by gniibe).
common,dirmngr:w32: Fix for semi-hosted environment.
Tue, Oct 21, 4:57 AM
gniibe added a comment to T7138: Windows (Semi-hosted environment): filename and network access.

Pushed the change to gnupg master: rG61ff3759e827: common,dirmngr:w32: Fix for semi-hosted environment.

Tue, Oct 21, 4:56 AM · gnupg, Bug Report
gniibe claimed T7138: Windows (Semi-hosted environment): filename and network access.

In libgpg-error, I pushed thread-safe version : rE0313b660f8bd: w32: Don't convert slash->backslash when it's under Wine.
I'm going to push similar code to gnupg master.

Tue, Oct 21, 3:26 AM · gnupg, Bug Report

Fri, Oct 17

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Lastly, pushed a change into gniibe/t7855 branch.
rGf861b2a33f96: gpg,gpgsm: Fix thinko for FP closing under no lock.

Fri, Oct 17, 9:01 AM · gnupg26, gpd5x
gniibe committed rG89f653784031: tests:w32: Fix the add-recipeint test for Windows. (authored by gniibe).
tests:w32: Fix the add-recipeint test for Windows.
Fri, Oct 17, 4:31 AM

Thu, Oct 16

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I pushed further changes into gniibe/t7855 branch.
rG2fe62809014e: gpg,gpgsm: Serialize write access to keybox/keyring to protect.

Thu, Oct 16, 9:30 AM · gnupg26, gpd5x

Wed, Oct 15

gniibe triaged T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs as High priority.
Wed, Oct 15, 9:37 AM · gnupg, vsd, kleopatra
gniibe added a subtask for T7855: keybox/keydb locking issue in 2.6 : T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs.
Wed, Oct 15, 9:36 AM · gnupg26, gpd5x
gniibe added a parent task for T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs: T7855: keybox/keydb locking issue in 2.6 .
Wed, Oct 15, 9:36 AM · gnupg, vsd, kleopatra
gniibe added a comment to T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs.

I'm fixing this issue under T7855. So, I move this ticket as a child of T7855.

Wed, Oct 15, 9:36 AM · gnupg, vsd, kleopatra
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

For remaining changes in 2.2, I pushed changes into gniibe/t7855 branch.
rGbd65b06b74c2: gpg,gpgsm: Don't lock recursively when KEEP_LOCK is enabled.
rG423fd047da87: kbx,gpg,gpgsm: Add FP-close method for keydb to close before unlock.
rG966258ac5f99: gpgsm: Fix delete and store certificate locking glitches.

Wed, Oct 15, 8:10 AM · gnupg26, gpd5x
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I pushed changes into gniibe/t7855 for compressing the keybox.
rG8cc2a0e0ffee: gpg: Minor clean up for keydb_lock API.
rGe4d3c3aa2220: kbx,gpg,gpgsm: Introduce keybox_compress_when_no_other_users.
rG3e441d5b299f: kbx,gpg,gpgsm: More changes for compressing the keybox.

Wed, Oct 15, 2:37 AM · gnupg26, gpd5x

Tue, Oct 14

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Then, we need to integrate following commits of 2.2 into gniibe/t7855 branch:
rG43fe9073aa81: gpg,gpgsm: Tweak the locking of the pubring.kbx
rG8491aca73cff: gpg: Revert the always locking introduced with 43fe9073aa
rGad4a5117ab1c: gpgsm: Properly release the lock when compressing a pubring.
rG7962eca3a023: gpgsm: Change delete and store certificate locking glitches.
rG22f9c4a3b3c1: gpg: Release lock after close also in the compress code path.

Tue, Oct 14, 8:08 AM · gnupg26, gpd5x
gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I created gniibe/t7855 branch for this issue.
To start with, I forward-port/cherry-pick 2.2 commits to the branch:
rG39430d9f78dc: build,common,g13,sm,tools: Require GpgRT 1.56.
rGe71aca2a628d: common: New function gnupg_remove_ext.
rGe38c5f7d5873: w32:common: Take care of possible race on startup under Windows.
rG7bfd37e305c0: common,w32: Always use share mode readwrite for the keybox.

Tue, Oct 14, 8:04 AM · gnupg26, gpd5x
gniibe added a comment to T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs.

@timegrid Thank you for your confirmation.

Tue, Oct 14, 3:39 AM · gnupg, vsd, kleopatra
gniibe added a comment to rG22f9c4a3b3c1: gpg: Release lock after close also in the compress code path..

Sorry for my late review. I should have reviewed earlier.

Tue, Oct 14, 2:54 AM

Mon, Oct 13

gniibe claimed T7805: Permission denied on batch deletion of mixed (openpgp+smime) certs.
Mon, Oct 13, 7:53 AM · gnupg, vsd, kleopatra

Fri, Oct 10

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

I understand that this is for 2.6.

Fri, Oct 10, 9:24 AM · gnupg26, gpd5x

Thu, Oct 9

gniibe added a comment to T7855: keybox/keydb locking issue in 2.6 .

Here are places where I found problems.

Thu, Oct 9, 10:13 AM · gnupg26, gpd5x
gniibe triaged T7855: keybox/keydb locking issue in 2.6 as High priority.
Thu, Oct 9, 10:11 AM · gnupg26, gpd5x

Wed, Oct 8

gniibe closed T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL", a subtask of T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error, as Resolved.
Wed, Oct 8, 9:09 AM · gpgrt, Feature Request, Bug Report
gniibe closed T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL" as Resolved.

Fixed in 1.56.

Wed, Oct 8, 9:09 AM · Windows, gpgrt, Feature Request, Bug Report
gniibe closed T7218: pinentry memory leak as Resolved.

Fixed in 1.3.2.

Wed, Oct 8, 9:08 AM · pinentry, Bug Report
gniibe closed T7696: POSIX: spawn fixes as Resolved.
Wed, Oct 8, 9:05 AM · gpgrt, Bug Report
gniibe closed T7696: POSIX: spawn fixes, a subtask of T7660: GPGME invocation by cri-o hangs on gpgme_op_verify, as Resolved.
Wed, Oct 8, 9:05 AM · golang, gpgme, Bug Report
gniibe committed rG973122f54aa3: gpg: Take care about the prefix for Curve25519 encryption. (authored by gniibe).
gpg: Take care about the prefix for Curve25519 encryption.
Wed, Oct 8, 6:58 AM
gniibe committed rG9c61a8cca6b4: agent: Rename the internal function for ECC KEM. (authored by gniibe).
agent: Rename the internal function for ECC KEM.
Wed, Oct 8, 6:58 AM
gniibe committed rGd640e9c95afb: gpgsm: Encrypt with ECC by KEM API. (authored by gniibe).
gpgsm: Encrypt with ECC by KEM API.
Wed, Oct 8, 6:58 AM
gniibe changed the status of T7845: gpgsm: Use KEM interface for encryption, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, from Open to Testing.
Wed, Oct 8, 6:57 AM · gnupg26
gniibe changed the status of T7845: gpgsm: Use KEM interface for encryption from Open to Testing.
Wed, Oct 8, 6:57 AM · gnupg26

Tue, Oct 7

gniibe committed rG5b61280e37af: gpgsm: Rewrite ecdh_derive_kek with gnupg_ecc_kem_kdf. (authored by gniibe).
gpgsm: Rewrite ecdh_derive_kek with gnupg_ecc_kem_kdf.
Tue, Oct 7, 8:59 AM
gniibe triaged T7845: gpgsm: Use KEM interface for encryption as High priority.
Tue, Oct 7, 8:56 AM · gnupg26
gniibe changed the status of T7811: gpgsm: Use KEM interface for decryption, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, from Open to Testing.
Tue, Oct 7, 8:53 AM · gnupg26
gniibe changed the status of T7811: gpgsm: Use KEM interface for decryption from Open to Testing.
Tue, Oct 7, 8:53 AM · gnupg26

Oct 7 2025

gniibe committed rG2a221b83545d: gpgsm: Rearrange the cases for decryption. (authored by gniibe).
gpgsm: Rearrange the cases for decryption.
Oct 7 2025, 5:12 AM
gniibe committed rG035d0dd4adf3: gpgsm: Use KEM API for decryption. (authored by gniibe).
gpgsm: Use KEM API for decryption.
Oct 7 2025, 5:12 AM
gniibe committed rG06f993dc0ece: agent,common,gpg: Clean up for S/MIME decryption with KEM API. (authored by gniibe).
agent,common,gpg: Clean up for S/MIME decryption with KEM API.
Oct 7 2025, 5:12 AM

Oct 6 2025

gniibe added a comment to T7811: gpgsm: Use KEM interface for decryption.

Reading the commit log message in rG6dc3846d7819: sm: Support creation of EdDSA certificates.
I created a file to keygen.

Key-Type: ECDSA
Key-Length: 1024
Key-Grip: 0286DCA85E771F64AB9FD9C89717369524D55471
Key-Usage: sign,encrypt
Hash-Algo: sha384
Serial: random
Name-DN: CN=dummy test nistp384
Oct 6 2025, 7:28 AM · gnupg26
gniibe closed T7541: libassuan AC_DEFINE_UNQUOTED m4 fix needs propagating to pinentry and gnupg2 as Resolved.
Oct 6 2025, 2:05 AM · gpgme, gnupg, pinentry

Oct 3 2025

gniibe added a comment to T7720: w32: Synchronous spawning gpg-agent/dirmngr/keyboxd.

I updated the branch.

Oct 3 2025, 4:55 AM · gnupg, Feature Request, Bug Report
gniibe committed rA7ecea1a9d3d3: Update version string in libassuan.m4. (authored by gniibe).
Update version string in libassuan.m4.
Oct 3 2025, 4:10 AM
gniibe committed rE413b65f34fd1: Update copyright and version string in gpg-error.m4. (authored by gniibe).
Update copyright and version string in gpg-error.m4.
Oct 3 2025, 3:59 AM

Oct 2 2025

gniibe added a comment to T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already.

I think that modifying gnupg_remove is a bit risky because it's used in many places.
I'd rather introduce new function for Windows; gnupg_w32_delete_file for this particular purpose.
Factoring out wait_when_sharing_violation function from gnupg_rename_file.

Oct 2 2025, 9:50 AM · gnupg22, Bug Report, gpd5x, okular

Oct 1 2025

gniibe updated the task description for T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already.
Oct 1 2025, 8:44 AM · gnupg22, Bug Report, gpd5x, okular
gniibe added a comment to T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already.

Here is a possible fix:

Oct 1 2025, 8:16 AM · gnupg22, Bug Report, gpd5x, okular
gniibe triaged T7829: w32: daemon (gpg-agent/keyboxd/dirmngr) startup and connection race when there is a socket file already as Normal priority.
Oct 1 2025, 7:58 AM · gnupg22, Bug Report, gpd5x, okular

Sep 26 2025

gniibe added a comment to T7811: gpgsm: Use KEM interface for decryption.

This is current work of mine:

Sep 26 2025, 10:50 AM · gnupg26

Sep 25 2025

gniibe committed rT91821820e793: build: Avoid using -a for test(1). (authored by gniibe).
build: Avoid using -a for test(1).
Sep 25 2025, 9:17 AM
gniibe committed rGa4bd829aa675: w32: Fix gnupg_isatty. (authored by gniibe).
w32: Fix gnupg_isatty.
Sep 25 2025, 8:36 AM
gniibe committed rG7846a8f29ce2: Fix the previous commit. (authored by gniibe).
Fix the previous commit.
Sep 25 2025, 8:36 AM
gniibe committed rPTH59987e37a587: build: Avoid using -a for test(1). (authored by gniibe).
build: Avoid using -a for test(1).
Sep 25 2025, 8:33 AM
gniibe committed rG7b479ee9faca: Fixes for -a and -o for test(1). (authored by gniibe).
Fixes for -a and -o for test(1).
Sep 25 2025, 7:13 AM