aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
39 hoursagent: Fix for the prefix 0x40 in the point representation.HEADmasterNIIBE Yutaka1-0/+10
11 daysagent: Allow building under Cygwin.Werner Koch1-1/+1
2025-05-23gpg,agent: Clean up around using ECC KEM.NIIBE Yutaka1-2/+4
2025-05-22agent: Add support for TPM2 for ECC KEM.NIIBE Yutaka3-2/+51
2025-05-22agent: Finish ECC KEM, adding support for NIST curves.NIIBE Yutaka2-17/+42
2025-05-21agent: Support ECC KEM by PKDECRYPT --kem.NIIBE Yutaka1-45/+205
2025-05-20agent: Refactor ECC KEM decap operation.NIIBE Yutaka1-39/+41
2025-05-16Revert "w32: On socket nonce mismatch close the socket."Werner Koch2-14/+8
2025-05-14agent: Support the use case of composite PQC for prompting.NIIBE Yutaka2-27/+35
2025-05-13agent: We should use a macro for the keygrip len in new code.Werner Koch1-2/+2
2025-05-13agent: Fix ECC key on smartcard for composite KEM with PQC.NIIBE Yutaka2-5/+9
2025-05-13agent: Recover the old behavior with max-cache-ttl=0.NIIBE Yutaka1-23/+19
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