aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-02Use gpgrt_process_spawn functions 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
2024-04-10common,agent: Factor out KEM functions into common/kem.c.NIIBE Yutaka1-53/+44
2024-04-05gpg: Allow to create a Kyber key from keygrips.Werner Koch2-1/+12
2024-04-05agent: Fix error handling of READKEY.Werner Koch1-1/+3
2024-04-05agent: Fix error handling of READKEY.Werner Koch1-1/+3
2024-04-05agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch3-6/+11
2024-04-05agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka3-7/+362
2024-04-01agent: Add --another option for hybrid crypto.NIIBE Yutaka2-6/+15
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch2-3/+7
2024-02-25agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch1-5/+4
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch11-207/+497
2024-01-22card: New subcommand "checkkeys".Werner Koch1-5/+39
2024-01-22doc: Document Backup-info in keyformat.txtWerner Koch1-0/+10
2024-01-15doc: Describe the ssh-agent protocol options for Windows.Werner Koch1-2/+2
2023-12-26agent,kbx: Fix reliable_homedir_inotify (2/2).NIIBE Yutaka1-7/+7
2023-12-26agent,kbx: Fix reliable_homedir_inotify (1/2).NIIBE Yutaka1-13/+14
2023-12-20agent: Fix homedir check wrt --disable-check-own-socket option.NIIBE Yutaka1-5/+3
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-12/+52
2023-11-21agent: Update the key file only if not changed.Werner Koch1-1/+10
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-6/+9
2023-10-06agent: fix tpm2d keytotpm handlingNIIBE Yutaka1-5/+28
2023-10-06agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1