summaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Simplify a function.Werner Koch2021-03-181-32/+23
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-2/+2
* doc: Typo fixesWerner Koch2020-08-251-1/+1
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-12/+29
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-241-2/+3
* agent: Use get_pk_algo_from_key.NIIBE Yutaka2020-06-191-158/+0
* agent: Clean up for getting info from SEXP.NIIBE Yutaka2020-06-191-32/+10
* agent: A little clean up.NIIBE Yutaka2020-06-191-2/+0
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-051-11/+5
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-0/+2
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-11/+9
* agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor2019-05-141-2/+5
* agent: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-071-23/+80
* agent: Put Token lines into the key files.Werner Koch2019-05-031-8/+54
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-281-1/+11
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-4/+4
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-66/+66
* agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter2017-05-241-1/+2
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-141-3/+1
* agent: New option --enable-extended-key-format.Werner Koch2017-03-241-11/+33
* agent: New option --stub-only for DELETE_KEYWerner Koch2017-03-241-11/+21
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* agent: Prepend the description to a PIN prompt.Werner Koch2017-02-221-8/+30
* 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
* agent: Minor cleanup for recent change in findkey.cWerner Koch2016-10-241-6/+2
* agent: Fix saving with FORCE=1.NIIBE Yutaka2016-10-211-6/+19
* agent: Add --card option for READKEY.NIIBE Yutaka2016-10-201-0/+36
* common: Add dedicated private key functions to name-value.c.Werner Koch2016-06-231-2/+2
* common: Rename external symbols in name-value.c.Werner Koch2016-06-231-9/+9
* common: Rename private-keys.c to name-value.cWerner Koch2016-06-231-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-4/+8
* common: Add support for the new extended private key format.Justus Winter2016-04-211-1/+160
* agent: allow removal of the shadowed key.NIIBE Yutaka2016-03-171-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-091-1/+1
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-241-2/+2
* agent: Add option --force to the DELETE_KEY command.Werner Koch2015-08-071-48/+52
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-301-18/+19
* Typo fixesWerner Koch2015-05-081-1/+4
* agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch2015-04-141-1/+1
* agent: Fix use of imported but unprotected openpgp keys.Werner Koch2015-01-291-0/+18
* agent: Add some extra robustness to extract_private_keyWerner Koch2015-01-281-1/+1
* agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka2015-01-271-54/+23
* gpg: Improve passphrase caching.Werner Koch2014-09-171-0/+42
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-1/+5