summaryrefslogtreecommitdiffstats
path: root/tools/der-to-pem (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-20Replace all calls to access by gnupg_accessWerner Koch28-128/+151
2020-10-09gpg,ecc: Fix SOS handling when receiving from agent.NIIBE Yutaka1-1/+16
2020-10-09agent: Fix SEGV when debuging for cache enabled.NIIBE Yutaka1-1/+1
2020-10-07doc: Add notes on how to setup LDAPWerner Koch4-0/+684
2020-10-05gpgsm: Fix detection of too old keyboxd.Werner Koch1-3/+4
2020-10-05dirmngr: Minor cleanup for better readability.Werner Koch3-29/+29
2020-10-05dirmngr: Add warning on the use of --add-servers.Werner Koch3-13/+23
2020-10-05gpg: Switch to ed25519+cv25519 as default algo.Werner Koch1-28/+29
2020-10-05keyboxd: Fix duplicates when listing keys by uid.Werner Koch1-24/+53
2020-10-04build: Fix SENDMAIL define for a PATH with spaces.Werner Koch1-1/+1
2020-10-04tests: Improve handling of spaces in $PATHWerner Koch5-14/+14
2020-10-02gpgconf: New option --show-versions.Werner Koch3-9/+235
2020-10-02w32: Silence warning due to recent change of split_fields.Werner Koch1-1/+1
2020-10-02gpg: Fix parameter parsing form ed448.Werner Koch1-1/+1
2020-10-01doc: Remove enable-extended-key-format in vsnfdAndre Heinecke1-1/+0
2020-09-30scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka1-4/+4
2020-09-30scd: Report any error for LEARN command.NIIBE Yutaka1-30/+67
2020-09-29scd: Internal CCID driver fix.NIIBE Yutaka1-2/+5
2020-09-29scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka1-3/+1
2020-09-28scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka1-0/+1
2020-09-28scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka1-1/+2
2020-09-28scd: Internal CCID: Clear the handle after use.NIIBE Yutaka1-1/+5
2020-09-28scd: Change handling of SPR532 card reader.NIIBE Yutaka1-4/+17
2020-09-25keyboxd: Make use of the config tableWerner Koch1-2/+119
2020-09-25scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka1-25/+32
2020-09-25scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka1-14/+13
2020-09-24gpg: New experimental import option "bulk-import"Werner Koch4-4/+44
2020-09-24keyboxd: New command TRANSACTION.Werner Koch6-10/+230
2020-09-24tests: Integrate --use-keyboxd into the OpenPGP test suite.Werner Koch4-12/+37
2020-09-24keyboxd: Implement multiple search descriptions.Werner Koch4-85/+125
2020-09-24keyboxd: Fix UDPATE keyblob SQL statementWerner Koch1-14/+15
2020-09-24tests: Fix convenience function to run gpg.Werner Koch1-1/+1
2020-09-24keyboxd: Remove unused variables.Werner Koch1-2/+0
2020-09-24keyboxd: Integrate into gpgconf.Werner Koch6-2/+78
2020-09-24scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka1-3/+36
2020-09-22gpg: Set the found-by flags in the keyblock in keyboxd mode.Werner Koch2-8/+34
2020-09-22sm: Fix returning of the ephemeral flag in keyboxd mode.Werner Koch1-6/+8
2020-09-22common: Fix name of keyboxd.Werner Koch1-1/+1
2020-09-22keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch6-30/+104
2020-09-22kbx: Add bounds check to detect corrupt keyboxes.Werner Koch1-6/+99
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch8-27/+104
2020-09-21doc: Some documentation updates.Werner Koch4-11/+78
2020-09-21sm: Implement delete key in keyboxd modeWerner Koch3-5/+32
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 Yutaka15-31/+33
2020-09-16scd: Clear PIN cache when changing key attributes.NIIBE Yutaka1-1/+4
2020-09-16scd: Clear caching PIN at KDF setup.NIIBE Yutaka1-0/+4
2020-09-16scd: Add better support for KDF feature.NIIBE Yutaka1-0/+7
2020-09-16gpg,scd: Fix handling of KDF feature.NIIBE Yutaka2-13/+25
2020-09-15scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-21/+25