aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: Update --trusted-key to accept fingerprint as well as long key id.dkg/fix-4855Daniel Kahn Gillmor2020-02-262-7/+12
* Spelling cleanup.Daniel Kahn Gillmor2020-02-1883-122/+122
* doc: Correction of typo in documentation of KEY_CONSIDEREDNick Piper2020-02-181-1/+1
* sm: Remove left over debug output.Werner Koch2020-02-171-1/+0
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-02-171-7/+30
* gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch2020-02-151-8/+18
* build: New configure option --disable-keyboxdWerner Koch2020-02-132-2/+13
* scd: Print the main app name also for not fully supported cards.Werner Koch2020-02-131-0/+9
* card: Fix openpgp subkey listing.Werner Koch2020-02-131-8/+12
* gpg: New option --full-timestrings.Werner Koch2020-02-136-4/+55
* gpg: Changes to allow direct key generation from an OpenPGP card.Werner Koch2020-02-133-183/+344
* card: Take the key creation time from the KEYPAIRINFOWerner Koch2020-02-131-45/+18
* 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