summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Simplify diverting operation to the smartcard.NIIBE Yutaka2024-04-241-10/+5
* gpg: Support Kyber with Brainpool512r1.Werner Koch2024-04-231-0/+6
* Require Libgcrypt 1.11.0Werner Koch2024-04-231-60/+69
* agent:kem: More fix for PQC KEM with X448.NIIBE Yutaka2024-04-231-17/+16
* agent:kem: Support other ML-KEM variants.NIIBE Yutaka2024-04-231-11/+40
* agent:kem: Support other ECC curves.NIIBE Yutaka2024-04-231-21/+105
* agent: Add more diagnostics to PQC decryption.Werner Koch2024-04-111-16/+69
* agent: Rename the function using the word "composite"NIIBE Yutaka2024-04-111-5/+5
* agent: Fix PQC decryption.NIIBE Yutaka2024-04-111-28/+9
* doc: Move keyformat.txt to here.Werner Koch2024-04-111-520/+0
* doc: Fix a few typos in agent/keyformat.txtTodd Zullinger via Gnupg-devel2024-04-111-6/+6
* agent:kem: Externalize FIXED_INFO.NIIBE Yutaka2024-04-101-18/+51
* common,agent: Factor out KEM functions into common/kem.c.NIIBE Yutaka2024-04-101-53/+44
* gpg: Allow to create a Kyber key from keygrips.Werner Koch2024-04-052-1/+12
* agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
* agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch2024-04-053-6/+11
* agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka2024-04-053-7/+362
* agent: Add --another option for hybrid crypto.NIIBE Yutaka2024-04-012-6/+15
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-123-8/+11
|\
| * Allow tilde expansion for the foo-program options.Werner Koch2024-02-272-3/+7
| * agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch2024-02-251-5/+4
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-2612-211/+545
|\|
| * agent: Add "ephemeral" Assuan option.Werner Koch2024-01-2211-207/+497
| * card: New subcommand "checkkeys".Werner Koch2024-01-221-5/+39
| * doc: Document Backup-info in keyformat.txtWerner Koch2024-01-221-0/+10
| * doc: Describe the ssh-agent protocol options for Windows.Werner Koch2024-01-151-2/+2
* | agent,kbx: Fix reliable_homedir_inotify (2/2).NIIBE Yutaka2023-12-261-7/+7
* | agent,kbx: Fix reliable_homedir_inotify (1/2).NIIBE Yutaka2023-12-261-13/+14
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-221-13/+62
|\|
| * agent: Update the key file only if changed (slight return).Werner Koch2023-11-211-12/+52
| * agent: Update the key file only if not changed.Werner Koch2023-11-211-1/+10
* | agent: Fix homedir check wrt --disable-check-own-socket option.NIIBE Yutaka2023-12-201-5/+3
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-6/+9
|\|
| * scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-6/+9
| * agent: fix tpm2d keytotpm handlingNIIBE Yutaka2023-10-061-5/+28
| * agent: Initialize FP for the case of error return.NIIBE Yutaka2023-10-061-1/+1
| * agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
* | agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
* | agent: fix tpm2d keytotpm handlingNIIBE Yutaka2023-09-281-5/+28
* | agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-261-7/+7
* | agent: Initialize FP for the case of error return.NIIBE Yutaka2023-09-261-1/+1
* | agent: Fix timer round-up check when inserting an entry into cache.NIIBE Yutaka2023-09-041-1/+1
* | agent: Fix sock_inotify_fd handling.NIIBE Yutaka2023-09-041-2/+5
* | agent: Fix timer list management.NIIBE Yutaka2023-09-011-2/+6
* | agent: Fix the previous commit.NIIBE Yutaka2023-09-011-3/+0
* | agent: Introduce management of timer to expire cache entries.NIIBE Yutaka2023-08-311-84/+284