aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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.ECC-INTEGRATION-2-1Werner 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
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+66
* Add more passphrase policy rules.Werner Koch2007-08-281-27/+114
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-9/+7
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-11/+18
* * protect-tool.c: New option --canonical.Werner Koch2005-05-201-1/+1
* * findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch2005-02-251-2/+35
* * command-ssh.c (get_passphrase): Removed.Werner Koch2005-02-231-1/+1
* (agent_unprotect): Fixed wiping of CLEARTEXT. ThanksWerner Koch2004-09-281-1/+1
* * findkey.c (agent_key_from_file): Extra paranoid wipe.Werner Koch2004-02-031-7/+19
* * protect.c (do_encryption): Use gcry_create_nonce instad of theWerner Koch2003-12-161-4/+4
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+971
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-967/+0
* * pksign.c (agent_pksign): Detect whether a Smartcard is to beWerner Koch2002-03-041-74/+2
* Changes needed to support smartcards. Well, only _support_. There isWerner Koch2002-02-281-1/+152
* * cache.c: Add a few debug outputs.Werner Koch2002-02-011-0/+27
* * genkey.c (store_key): Protect the key.Werner Koch2002-01-311-0/+861