aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-17gpgsm: Extend --learn-card by an optional s/n argument.Werner Koch4-10/+30
2025-03-05w32: On socket nonce mismatch close the socket.Werner Koch2-8/+14
2025-03-05Log the Windows system error code at more places.Werner Koch1-8/+4
2025-02-18agent: Improve diagnostics for a bind call failure.Werner Koch1-3/+11
2025-02-12agent: New option --change-std-env-name.Werner Koch1-1/+6
2025-01-22agent: Fix ssh-agent's request_identities for skipped keys.Werner Koch1-2/+4
2025-01-14agent: Fix a memory leak.Sorah Fukumori1-0/+1
2025-01-08Stronger deprecate the --supervised option.Werner Koch1-9/+12
2024-12-16agent: Clean up for the refactoring.NIIBE Yutaka1-2/+2
2024-12-05agent: Use SETDATA --apend for larger data to communicate scdaemon.NIIBE Yutaka1-22/+31
2024-10-31agent: Fix status output for LISTTRUSTED.NIIBE Yutaka1-2/+2
2024-10-22agent: Fix resource leak for PRIMARY_CTX.NIIBE Yutaka1-0/+3
2024-10-01agent: Add option --status to the LISTRUSTED command.Werner Koch3-16/+60
2024-09-27agent: Replace hack for old Libgcrypt versions for auto-expand-secmem.Werner Koch1-4/+1
2024-09-27agent: Better diagnostic for a failed key unprotection.Werner Koch1-0/+2
2024-09-19agent: Fix detection of the trustflag de-vs.Werner Koch1-1/+1
2024-09-03agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka1-0/+7
2024-08-09agent: When diverting to a card show the name of unsupported algos.Werner Koch1-1/+14
2024-07-22agent: Avoid memory leak when handling ssh keys.Jakub Jelen1-0/+4
2024-07-22agent: Avoid memory leak when handling tpm2.Jakub Jelen1-0/+1
2024-07-09common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka1-1/+1
2024-07-09Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka1-8/+7
2024-06-28agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka1-0/+3
2024-06-28agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka1-0/+1
2024-06-27agent: Handle SCD DEVINFO --watch command in a special way.NIIBE Yutaka1-0/+96
2024-06-27agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka4-5/+13
2024-06-11agent: Clean up for scdaemon handling.NIIBE Yutaka1-5/+1
2024-06-11agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka1-4/+6
2024-06-06agent: Silence debug output from the PIN caching.Werner Koch1-3/+5
2024-05-31indent: Fix spellingDaniel Kahn Gillmor9-12/+12
2024-05-31spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka1-1/+1
2024-05-28agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen1-2/+2
2024-05-28agent: Avoid double free of empty string in the PIN caching.Werner Koch1-3/+7
2024-05-28agent: Make sure to return success in ephemeral store mode.Werner Koch1-0/+1
2024-04-26agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka3-74/+243
2024-04-25agent:kem: Fix memory leaks.NIIBE Yutaka1-3/+6
2024-04-25agent: Allow NULL for R_PADDING, when calling scd and tpm2d.NIIBE Yutaka3-8/+13
2024-04-24agent:kem: Factor out ECC KEM operation from composite KEM.NIIBE Yutaka1-107/+136
2024-04-24agent: Simplify diverting operation to the smartcard.NIIBE Yutaka1-10/+5
2024-04-23gpg: Support Kyber with Brainpool512r1.Werner Koch1-0/+6
2024-04-23Require Libgcrypt 1.11.0Werner Koch1-60/+69
2024-04-23agent:kem: More fix for PQC KEM with X448.NIIBE Yutaka1-17/+16
2024-04-23agent:kem: Support other ML-KEM variants.NIIBE Yutaka1-11/+40
2024-04-23agent:kem: Support other ECC curves.NIIBE Yutaka1-21/+105
2024-04-11agent: Add more diagnostics to PQC decryption.Werner Koch1-16/+69
2024-04-11agent: Rename the function using the word "composite"NIIBE Yutaka1-5/+5
2024-04-11agent: Fix PQC decryption.NIIBE Yutaka1-28/+9
2024-04-11doc: Move keyformat.txt to here.Werner Koch1-520/+0
2024-04-11doc: Fix a few typos in agent/keyformat.txtTodd Zullinger via Gnupg-devel1-6/+6
2024-04-10agent:kem: Externalize FIXED_INFO.NIIBE Yutaka1-18/+51