aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2020-02-133-18/+25
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-138-32/+172
* gpg: Rename the struct card_key_info_s.Werner Koch2020-02-123-17/+22
* card: Fix parsing of the received card_list.Werner Koch2020-02-121-1/+1
* card: List more info for an OpenPGP key.Werner Koch2020-02-123-12/+21
* card: New option --no-key-lookup.Werner Koch2020-02-122-22/+40
* gpg: Improve key creation direct from the card.Werner Koch2020-02-113-26/+122
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-112-1/+39
* card: First code to actually create openpgp keys.Werner Koch2020-02-112-17/+3
* scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch2020-02-111-10/+10
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2020-02-112-47/+181
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-119-16/+27
* doc: Improve the warning section of the gpg man page.Werner Koch2020-02-101-10/+16
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-1032-18/+41
* gpg: Make really sure that --verify-files always returns an error.Werner Koch2020-02-101-5/+13
* card: Remove command "key-attr" and hack on "generate".Werner Koch2020-02-103-398/+203
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-092-4/+13
* common: Extend the new get_keyalgo_string functionWerner Koch2020-02-092-5/+29
* common: Remove duplicated call to a function.Werner Koch2020-02-091-1/+0
* common: New function get_keyalgo_string.Werner Koch2020-02-094-3/+198
* common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2020-02-095-21/+41
* card: Support brainpool curves in the generate command.Werner Koch2020-02-091-11/+26
* sm: New option --issuer-der for the listkey commands.Werner Koch2020-02-031-7/+73
* card: Add new OpenPGP card vendor.Werner Koch2020-01-282-0/+2
* dirmngr: Fix building w/o LDAP supportWerner Koch2020-01-211-0/+6
* gpg: Fix printing of keyring name (regression in master)Werner Koch2020-01-211-1/+1
* card: Add new OpenPGP card vendorWerner Koch2020-01-212-0/+2
* build: Require libgpg-error 1.37Werner Koch2020-01-212-2/+2
* tools: Let watchgnupg determine the socket name via gpgconf.Werner Koch2020-01-202-26/+159
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-172-0/+17
* gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2020-01-172-42/+80
* gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka2020-01-178-26/+32
* card: Allow switching of cards and applications.Werner Koch2020-01-163-24/+193
* scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch2020-01-163-13/+262
* scd:piv: Remove debug code from a recent commit.Werner Koch2020-01-161-2/+1
* gpg: Print better debug info in case of broken sig subpackets.Werner Koch2020-01-161-1/+4
* gpg: Use "SCD KEYINFO" to get available card keys.NIIBE Yutaka2020-01-161-80/+29
* gpg: Add agent_scd_keyinfo to retrieve available card keys.NIIBE Yutaka2020-01-162-1/+178
* gpg: default-key: Simply don't limit by capability.NIIBE Yutaka2020-01-161-5/+0
* gpg: Cert only key should be usable with --default-key.NIIBE Yutaka2020-01-151-1/+2
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-132-4/+81
* scd:piv: Implement PIN cache.Werner Koch2020-01-135-29/+100
* 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
* gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2020-01-134-0/+39
* scd: Fix memory leak in command READKEY.Werner Koch2020-01-132-3/+9
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-135-57/+94
* 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: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2020-01-102-50/+119