aboutsummaryrefslogtreecommitdiffstats
path: root/agent/pkdecrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysagent: Fix for the prefix 0x40 in the point representation.HEADmasterNIIBE Yutaka1-0/+10
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 Yutaka1-2/+7
2025-05-22agent: Finish ECC KEM, adding support for NIST curves.NIIBE Yutaka1-16/+41
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-14agent: Support the use case of composite PQC for prompting.NIIBE Yutaka1-1/+1
2025-05-13agent: Fix ECC key on smartcard for composite KEM with PQC.NIIBE Yutaka1-1/+1
2024-04-26agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka1-73/+211
2024-04-25agent:kem: Fix memory leaks.NIIBE Yutaka1-3/+6
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-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-05agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch1-0/+4
2024-04-05agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka1-1/+311
2023-03-01agent: Show "no secret key" instead of "card removed".Werner Koch1-4/+11
2022-05-20agent: Move confirmation handling into findkey.c.NIIBE Yutaka1-3/+3
2022-05-19agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka1-1/+1
2022-03-25agent: Use "Created:" field for creation time.NIIBE Yutaka1-1/+1
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley1-2/+6
2020-12-08agent: Allow decryption with card but no file.NIIBE Yutaka1-2/+5
2020-12-08agent: Clean up the API of agent_pkdecrypt.NIIBE Yutaka1-21/+21
2019-05-15agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka1-2/+2
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-3/+2
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-2/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-02-22agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2014-12-02agent: Replace some sprintf.Werner Koch1-8/+3
2014-08-18agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch1-3/+1
2014-03-11agent: API change of agent_key_from_file.NIIBE Yutaka1-1/+1
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-3/+7
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-4/+2
2010-10-13More agent support for gpg.Werner Koch1-2/+0
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-1/+3
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-1/+1
2009-05-15Fix bug #1053Werner Koch1-1/+1
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-1/+4
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-09-06The big Assuan error code removal.Werner Koch1-1/+1
2006-08-29See ChangeLogsWerner Koch1-6/+14