summaryrefslogtreecommitdiffstats
path: root/agent/protect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-2/+3
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-27/+10
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-8/+27
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-9/+18
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-0/+15
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-1/+1
* Whole lot of changes to support CE.Werner Koch2010-04-141-0/+4
* Fixed a regression introduced with 2.0.14.Werner Koch2010-01-261-13/+19
* Do not use the VMC C reserved word readonly.Werner Koch2009-12-151-1/+1
* Implement dynamic S2K count computation.Werner Koch2009-12-141-4/+144
* Unification of the search descriptor usage.Werner Koch2009-12-081-0/+1
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-2/+5