summaryrefslogtreecommitdiffstats
path: root/agent/protect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-102/+34
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-141-0/+1
* Remove remaining support for WindowsCEWerner Koch2022-06-031-6/+0
* agent: Correctly free memory on error path.Jakub Jelen2021-11-121-1/+4
* agent: Fix calibrate_get_time use of clock_gettime.NIIBE Yutaka2021-10-051-1/+22
* agent: Fix regression in agent_get_shadow_info_type.Werner Koch2021-06-251-2/+6
* agent: Fix memory leaksJakub Jelen2021-05-201-8/+12
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-11/+16
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-241-10/+62
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-7/+7
* agent: Put Token lines into the key files.Werner Koch2019-05-031-1/+2
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-061-1/+1
* gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-261-3/+1
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-111-7/+26
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-111-1/+1
|\
| * agent: Fix description of shadow format.NIIBE Yutaka2017-12-081-1/+1
| * agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-201-5/+9
| * agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-061-6/+23
| * agent: New option --s2k-count.Werner Koch2017-11-061-0/+3
* | agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-071-5/+9
* | agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-061-6/+23
* | agent: New option --s2k-count.Werner Koch2017-11-061-0/+3
* | agent: compile-time configuration of s2k calibration.Daniel Kahn Gillmor2017-09-081-3/+3
|/
* agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch2017-07-281-3/+8
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-6/+7
* agent: Fix error from do_encryption.NIIBE Yutaka2017-05-311-12/+19
* agent: Add const qualifier for read-only table.NIIBE Yutaka2017-05-221-2/+2
* agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch2017-04-021-6/+1
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* build: Require latest released librariesWerner Koch2016-07-141-22/+1
* agent: Fix regression due to recent commit 4159567.Werner Koch2016-04-141-2/+4
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-121-111/+319
* indent: Help Emacs not to get confused by conditional compilation.Werner Koch2016-04-121-1/+3
* agent: Fix use of imported but unprotected openpgp keys.Werner Koch2015-01-291-4/+75
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-3/+2
* agent: Allow key unprotection using AES-256.Werner Koch2014-09-011-29/+50
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-0/+15
* agent: Include missing prototype.Werner Koch2013-08-011-0/+1
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-3/+29
* agent: Return a better error code if no passphrase was given.Werner Koch2013-02-061-1/+5
* ssh: Support ECDSA keys.Werner Koch2012-12-121-8/+26
* agent: Add pin length field to the shadowed private key format.Werner Koch2012-02-071-1/+32
* Added gpg-agent OPTION "s2k-count".Ben Kibbey2011-06-291-5/+9
* Fixed regression in OpenPGP secret key export.Werner Koch2011-04-261-1/+31
* Make use of gcry_kdf_derive.Werner Koch2011-03-101-63/+6
* Finished ECC integration.Werner Koch2011-02-031-83/+82