summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-12/+12
* Replace all calls to access by gnupg_accessWerner Koch2020-10-202-9/+12
* agent: Fix SEGV when debuging for cache enabled.NIIBE Yutaka2020-10-091-1/+1
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-211-1/+1
* agent: Fix regression for access through the extra secket.NIIBE Yutaka2020-09-181-4/+36
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-182-3/+3
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-091-3/+13
* agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch2020-08-251-1/+2
* doc: Typo fixesWerner Koch2020-08-252-2/+2
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch2020-08-201-3/+9
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-178-38/+109
* doc: Add a list of RFCS to DETAIL.Werner Koch2020-08-131-1/+1
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-104-7/+28
* agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka2020-07-311-1/+1
* agent: Fix regression with --newsymkey in loopback mode.Werner Koch2020-07-141-2/+5
* Do not use the pinentry's qualitybarWerner Koch2020-07-081-1/+1
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-084-58/+322
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-247-583/+759
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-244-17/+90
* gpg,agent: Support Ed448 signing.NIIBE Yutaka2020-06-242-5/+11
* agent: Use get_pk_algo_from_key.NIIBE Yutaka2020-06-192-159/+1
* agent: Clean up for getting info from SEXP.NIIBE Yutaka2020-06-193-59/+23
* agent: A little clean up.NIIBE Yutaka2020-06-191-2/+0
* agent: Fix regression in 'd' fixup code for shadowed keys.Werner Koch2020-06-171-0/+2
* agent: Fix the condition to detect leading 0x00 problem.NIIBE Yutaka2020-06-081-5/+16
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-055-16/+151
* agent: For ECC, use opaque MPI for key representation.NIIBE Yutaka2020-06-051-20/+69
* agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka2020-06-051-2/+1
* agent: Remove duplicated code for EdDSA.NIIBE Yutaka2020-06-051-30/+10
* agent: Clean up do_encode_md.NIIBE Yutaka2020-06-051-13/+3
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-187-30/+102
* agent: Print an error if gpg-protect reads the extended key format.Werner Koch2020-03-301-0/+5
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-55/+12
* agent: Fix todays --re-group commit.Werner Koch2020-03-061-0/+1
* agent: Re-group the options in the --help output.Werner Koch2020-03-061-64/+71
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-13/+22
* agent,dirmngr: Re-read the user specified config file.Werner Koch2020-02-221-2/+8
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-212-20/+22
* Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch2020-02-201-130/+104
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-203-0/+12
* Spelling cleanup.Daniel Kahn Gillmor2020-02-198-11/+11
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-138-32/+172
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-105-0/+5
* agent: Avoid multiple calls to scd for KEYINFO.Werner Koch2020-01-131-2/+45
* agent: Replace free by xfree in recently added code.Werner Koch2020-01-131-3/+3
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-1/+1
* agent: handle SSH operation by KEYGRIP.NIIBE Yutaka2020-01-131-86/+15
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-133-5/+11
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-092-65/+49