aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-28agent: Add checkpin inquiry for pinentryikloecker/pinentry-formatted-passphraseIngo Klöcker1-0/+104
2021-07-15agent: New option --pinentry-formatted-passphraseIngo Klöcker3-0/+80
2021-06-25agent: Fix regression in agent_get_shadow_info_type.Werner Koch1-2/+6
2021-06-09agent: Fix importing protected secret key.NIIBE Yutaka1-21/+49
2021-06-04agent: Appropriate error code for importing key with no passwd.NIIBE Yutaka1-0/+2
2021-05-28agent: Fix calling handle_pincache_put.NIIBE Yutaka1-1/+1
2021-05-20agent: Fix memory leaksJakub Jelen3-22/+30
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen5-8/+22
2021-05-19gpg: Improve speed of secret key listing.Werner Koch1-34/+143
2021-05-12agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch1-2/+2
2021-05-11A few minor code cleanups and typo fixes.Werner Koch1-1/+1
2021-04-23agent,w32: Silence the get_peercred failed diagnosticWerner Koch1-1/+6
2021-04-23gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch1-5/+13
2021-04-23agent: Require verbose level 2 for handler started/terminated notices.Werner Koch1-2/+2
2021-04-21agent: Silence error messages for READKEY --cardWerner Koch2-6/+9
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-1/+27
2021-04-13agent,kbx: Add LIBASSUAN_CLFAGS.Jakub Jelen1-0/+2
2021-03-29agent: Skip unknown unknown ssh curves seen on cards.Werner Koch1-6/+16
2021-03-26agent: Add debug output for failed RSA signature verificationWerner Koch1-0/+8
2021-03-18agent: Simplify a function.Werner Koch1-32/+23
2021-03-15gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch1-1/+1
2021-03-10agent: Fix build without TPMWerner Koch1-1/+1
2021-03-10gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley2-0/+54
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley11-22/+519
2021-03-08w32: Cleanup use of pid_t in call-daemonWerner Koch1-7/+2
2021-02-18po: Change translatability of a fallback string.Werner Koch1-4/+4
2021-02-12agent: Comment spell fix.NIIBE Yutaka1-2/+2
2021-01-25agent: Support ssh-agent extensions for environment variables.Werner Koch1-1/+85
2021-01-19Require Libgcrypt 1.9Werner Koch3-29/+0
2020-12-08agent: Allow decryption with card but no file.NIIBE Yutaka1-2/+5
2020-12-08agent: Clean up the API of agent_pkdecrypt.NIIBE Yutaka2-24/+24
2020-12-08agent: Allow pksign operation with card but no file.NIIBE Yutaka1-2/+4
2020-11-26agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch1-4/+19
2020-11-23doc: Fix typosGavin L. Rebeiro1-1/+1
2020-11-20Fix the previous comment changes help doc string.NIIBE Yutaka1-1/+1
2020-11-20gpg,agent: Fix comments for KEYPAIRINFO status report.NIIBE Yutaka1-1/+1
2020-11-19agent: Fix creating shadow key on card key generation.NIIBE Yutaka1-3/+3
2020-11-11w32: Replace some fopen by es_fopen.Werner Koch1-13/+11
2020-11-09agent: Fix SOS handling with libgcrypt 1.8.NIIBE Yutaka1-2/+19
2020-11-06agent: Minor tweaks to the new genpin inquiry.Werner Koch1-43/+53
2020-11-06agent: Add genpin inquiry for pinentryAndre Heinecke1-8/+116
2020-10-21common: New functions gnupg_opendir et al.Werner Koch1-6/+5
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-12/+12
2020-10-20Replace all calls to access by gnupg_accessWerner Koch2-9/+12
2020-10-09agent: Fix SEGV when debuging for cache enabled.NIIBE Yutaka1-1/+1
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-1/+1
2020-09-18agent: Fix regression for access through the extra secket.NIIBE Yutaka1-4/+36
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2-3/+3
2020-09-09agent: Keep some permissions of private-keys-v1.d.Werner Koch1-3/+13