aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix for the prefix 0x40 in the point representation.HEADmasterNIIBE Yutaka28 hours1-0/+10
* agent: Allow building under Cygwin.Werner Koch11 days1-1/+1
* gpg,agent: Clean up around using ECC KEM.NIIBE Yutaka2025-05-231-2/+4
* agent: Add support for TPM2 for ECC KEM.NIIBE Yutaka2025-05-223-2/+51
* agent: Finish ECC KEM, adding support for NIST curves.NIIBE Yutaka2025-05-222-17/+42
* agent: Support ECC KEM by PKDECRYPT --kem.NIIBE Yutaka2025-05-211-45/+205
* agent: Refactor ECC KEM decap operation.NIIBE Yutaka2025-05-201-39/+41
* Revert "w32: On socket nonce mismatch close the socket."Werner Koch2025-05-162-14/+8
* agent: Support the use case of composite PQC for prompting.NIIBE Yutaka2025-05-142-27/+35
* agent: We should use a macro for the keygrip len in new code.Werner Koch2025-05-131-2/+2
* agent: Fix ECC key on smartcard for composite KEM with PQC.NIIBE Yutaka2025-05-132-5/+9
* agent: Recover the old behavior with max-cache-ttl=0.NIIBE Yutaka2025-05-131-23/+19
* gpgsm: Extend --learn-card by an optional s/n argument.Werner Koch2025-03-174-10/+30
* w32: On socket nonce mismatch close the socket.Werner Koch2025-03-052-8/+14
* Log the Windows system error code at more places.Werner Koch2025-03-051-8/+4
* agent: Improve diagnostics for a bind call failure.Werner Koch2025-02-181-3/+11
* agent: New option --change-std-env-name.Werner Koch2025-02-121-1/+6
* agent: Fix ssh-agent's request_identities for skipped keys.Werner Koch2025-01-221-2/+4
* agent: Fix a memory leak.Sorah Fukumori2025-01-141-0/+1
* Stronger deprecate the --supervised option.Werner Koch2025-01-081-9/+12
* agent: Clean up for the refactoring.NIIBE Yutaka2024-12-161-2/+2
* agent: Use SETDATA --apend for larger data to communicate scdaemon.NIIBE Yutaka2024-12-051-22/+31
* agent: Fix status output for LISTTRUSTED.NIIBE Yutaka2024-10-311-2/+2
* agent: Fix resource leak for PRIMARY_CTX.NIIBE Yutaka2024-10-221-0/+3
* agent: Add option --status to the LISTRUSTED command.Werner Koch2024-10-013-16/+60
* agent: Replace hack for old Libgcrypt versions for auto-expand-secmem.Werner Koch2024-09-271-4/+1
* agent: Better diagnostic for a failed key unprotection.Werner Koch2024-09-271-0/+2
* agent: Fix detection of the trustflag de-vs.Werner Koch2024-09-191-1/+1
* agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka2024-09-031-0/+7
* agent: When diverting to a card show the name of unsupported algos.Werner Koch2024-08-091-1/+14
* agent: Avoid memory leak when handling ssh keys.Jakub Jelen2024-07-221-0/+4
* agent: Avoid memory leak when handling tpm2.Jakub Jelen2024-07-221-0/+1
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-091-1/+1
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-8/+7
* agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka2024-06-281-0/+3
* agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka2024-06-281-0/+1
* agent: Handle SCD DEVINFO --watch command in a special way.NIIBE Yutaka2024-06-271-0/+96
* agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka2024-06-274-5/+13
* agent: Clean up for scdaemon handling.NIIBE Yutaka2024-06-111-5/+1
* agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka2024-06-111-4/+6
* agent: Silence debug output from the PIN caching.Werner Koch2024-06-061-3/+5
* indent: Fix spellingDaniel Kahn Gillmor2024-05-319-12/+12
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-1/+1
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-281-2/+2
* agent: Avoid double free of empty string in the PIN caching.Werner Koch2024-05-281-3/+7
* agent: Make sure to return success in ephemeral store mode.Werner Koch2024-05-281-0/+1
* agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka2024-04-263-74/+243
* agent:kem: Fix memory leaks.NIIBE Yutaka2024-04-251-3/+6
* agent: Allow NULL for R_PADDING, when calling scd and tpm2d.NIIBE Yutaka2024-04-253-8/+13
* agent:kem: Factor out ECC KEM operation from composite KEM.NIIBE Yutaka2024-04-241-107/+136