aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch8-35/+50
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch1-4/+45
2016-05-10gpg: Allow unattended deletion of secret keys.Werner Koch1-2/+8
2016-05-04agent: Make --allow-loopback-pinentry the default.Werner Koch1-4/+8
2016-04-21common: Add support for the new extended private key format.Justus Winter2-9/+232
2016-04-21agent: Convert key format document to org.Justus Winter1-47/+32
2016-04-20agent: Sanitize permissions of the private key directory.Justus Winter1-0/+4
2016-04-14agent: Fix regression due to recent commit 4159567.Werner Koch1-2/+4
2016-04-14agent: Allow gpg-protect-tool to handle openpgp-native protection.Werner Koch2-14/+97
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch9-138/+374
2016-04-12doc: Note that the persistant passphrase format is unimplemented.Werner Koch1-0/+2
2016-04-12indent: Help Emacs not to get confused by conditional compilation.Werner Koch1-1/+3
2016-03-16agent: allow removal of the shadowed key.NIIBE Yutaka1-1/+1
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-80/+1
2016-01-25agent: Send PROGRESS status lines to the client.Werner Koch3-0/+134
2016-01-20agent: New option --pinentry-timeoutWerner Koch3-0/+23
2016-01-12ssh: Accept OpenSSH *cert-v01 key variants.Werner Koch1-38/+136
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch1-17/+5
2016-01-05agent: Typo fix for help text.Werner Koch1-1/+1
2016-01-05agent: Fix RSA verification for card.NIIBE Yutaka1-6/+5
2015-12-24agent: IMPORT_KEY with --force option fix.NIIBE Yutaka3-6/+7
2015-12-24agent: Support --force option for IMPORT_KEY.NIIBE Yutaka1-5/+7
2015-12-11agent: Improve error handling.Justus Winter1-1/+2
2015-12-11agent: Fix typo.Justus Winter1-1/+1
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-16/+0
2015-11-27Silence unused variable or parameter warnings.Werner Koch2-1/+4
2015-11-23common: Extend utf8_charcount to include the string's length.Neal H. Walfield1-1/+1
2015-11-19agent: Improve error handling.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter9-9/+9
2015-10-28Fix typosDaniel Kahn Gillmor1-1/+1
2015-10-28agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor1-1/+1
2015-10-09agent: simplify agent_get_passphrase.NIIBE Yutaka1-8/+2
2015-10-09agent: fix agent_askpin.NIIBE Yutaka1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka6-21/+23
2015-10-06agent: Fix verification of signature for smartcard.NIIBE Yutaka1-1/+10
2015-10-05agent: Fix non-allocation for pinentry_loopback.NIIBE Yutaka1-4/+2
2015-10-02scd: Use Assuan macro instead of a number constant.Werner Koch1-3/+4
2015-10-02agent: Fix alignment problem with the second passphrase struct.Werner Koch2-5/+23
2015-09-29agent: RSA signature verification by gpg-agent.NIIBE Yutaka1-3/+39
2015-09-19agent: Fix importing ECC key.NIIBE Yutaka1-99/+11
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch3-2/+29
2015-09-16agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka1-6/+8
2015-09-01agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch1-1/+1
2015-08-31agent: Fix SSH public key for EdDSA.NIIBE Yutaka1-0/+5
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield5-12/+17
2015-08-16Fix pinentry loopback and passphrase contraints.Ben Kibbey2-0/+6
2015-08-10agent: fix ECC key handling.NIIBE Yutaka1-38/+20
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch3-52/+58
2015-08-06Curve25519 support.NIIBE Yutaka1-32/+59
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-3/+4