aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-08-25agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch1-1/+2
2020-08-25doc: Typo fixesWerner Koch2-2/+2
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-20gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch1-3/+9
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch8-38/+109
2020-08-13doc: Add a list of RFCS to DETAIL.Werner Koch1-1/+1
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch4-7/+28
2020-07-31agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka1-1/+1
2020-07-14agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch4-58/+322
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley7-583/+759
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel4-17/+90
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka2-5/+11
2020-06-19agent: Use get_pk_algo_from_key.NIIBE Yutaka2-159/+1
2020-06-19agent: Clean up for getting info from SEXP.NIIBE Yutaka3-59/+23
2020-06-19agent: A little clean up.NIIBE Yutaka1-2/+0
2020-06-17agent: Fix regression in 'd' fixup code for shadowed keys.Werner Koch1-0/+2
2020-06-08agent: Fix the condition to detect leading 0x00 problem.NIIBE Yutaka1-5/+16
2020-06-05agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka5-16/+151
2020-06-05agent: For ECC, use opaque MPI for key representation.NIIBE Yutaka1-20/+69
2020-06-05agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka1-2/+1
2020-06-05agent: Remove duplicated code for EdDSA.NIIBE Yutaka1-30/+10
2020-06-05agent: Clean up do_encode_md.NIIBE Yutaka1-13/+3
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch7-30/+102
2020-03-30agent: Print an error if gpg-protect reads the extended key format.Werner Koch1-0/+5
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-55/+12
2020-03-06agent: Fix todays --re-group commit.Werner Koch1-0/+1
2020-03-06agent: Re-group the options in the --help output.Werner Koch1-64/+71
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-13/+22
2020-02-22agent,dirmngr: Re-read the user specified config file.Werner Koch1-2/+8
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch2-20/+22
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch1-130/+104
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch3-0/+12