aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-102/+34
2022-09-14agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka1-0/+1
2022-06-03Remove remaining support for WindowsCEWerner Koch1-6/+0
2021-11-12agent: Correctly free memory on error path.Jakub Jelen1-1/+4
2021-10-05agent: Fix calibrate_get_time use of clock_gettime.NIIBE Yutaka1-1/+22
2021-06-25agent: Fix regression in agent_get_shadow_info_type.Werner Koch1-2/+6
2021-05-20agent: Fix memory leaksJakub Jelen1-8/+12
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley1-11/+16
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel1-10/+62
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-7/+7
2019-05-03agent: Put Token lines into the key files.Werner Koch1-1/+2
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch1-1/+1
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-3/+1
2018-12-11agent: Make the S2K calibration time runtime configurabe.Werner Koch1-7/+26
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2017-12-08agent: Fix description of shadow format.NIIBE Yutaka1-1/+1
2017-11-20agent: Use clock or clock_gettime for calibration.NIIBE Yutaka1-5/+9
2017-11-07agent: Use clock or clock_gettime for calibration.NIIBE Yutaka1-5/+9
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch1-6/+23
2017-11-06agent: New option --s2k-count.Werner Koch1-0/+3
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch1-6/+23
2017-11-06agent: New option --s2k-count.Werner Koch1-0/+3
2017-09-08agent: compile-time configuration of s2k calibration.Daniel Kahn Gillmor1-3/+3
2017-07-28agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch1-3/+8
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-6/+7
2017-05-31agent: Fix error from do_encryption.NIIBE Yutaka1-12/+19
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka1-2/+2
2017-04-02agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch1-6/+1
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-07-14build: Require latest released librariesWerner Koch1-22/+1
2016-04-14agent: Fix regression due to recent commit 4159567.Werner Koch1-2/+4
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-111/+319
2016-04-12indent: Help Emacs not to get confused by conditional compilation.Werner Koch1-1/+3
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch1-4/+75
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-09-01agent: Allow key unprotection using AES-256.Werner Koch1-29/+50
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-0/+15
2013-08-01agent: Include missing prototype.Werner Koch1-0/+1
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch1-3/+29
2013-02-06agent: Return a better error code if no passphrase was given.Werner Koch1-1/+5
2012-12-12ssh: Support ECDSA keys.Werner Koch1-8/+26
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch1-1/+32
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-5/+9
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-1/+31
2011-03-10Make use of gcry_kdf_derive.Werner Koch1-63/+6
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-83/+82