aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: Change the API for checksum to use const qualifier.NIIBE Yutaka2020-11-022-2/+2
* gpg: Fix counting buffer size in check_signature2.NIIBE Yutaka2020-11-021-1/+1
* gpg: Fix SOS handling with libgcrypt version <= 1.8.NIIBE Yutaka2020-10-301-0/+19
* gpg: Fix first zero-byte case for SOS handling.NIIBE Yutaka2020-10-302-2/+2
* gpg: New command --quick-revoke-sigWerner Koch2020-10-287-9/+288
* gpg: Sort the signatures in standard key listings.Werner Koch2020-10-277-142/+247
* scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka2020-10-273-8/+9
* g10: Make call to agent_scd_serialno more robust.Werner Koch2020-10-262-5/+6
* g10,sm: Use gnupg_access at two more placesWerner Koch2020-10-262-2/+2
* scd: Flush the cache when writing cert data object.NIIBE Yutaka2020-10-261-0/+1
* gpg: Fix double free on error.NIIBE Yutaka2020-10-261-1/+2
* gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka2020-10-262-7/+6
* scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka2020-10-261-6/+14
* scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka2020-10-241-1/+1
* common: Allow building with released libgpg-error.Werner Koch2020-10-233-8/+12
* scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka2020-10-233-7/+72
* scd: Use app_get_serialno for app_getattr.NIIBE Yutaka2020-10-231-1/+1
* scd: Don't overwrite serialno for Yubikey.NIIBE Yutaka2020-10-231-3/+10
* scd,openpgp: Use app_get_serialno function to get SERIALNO.NIIBE Yutaka2020-10-231-16/+17
* common: New functions gnupg_opendir et al.Werner Koch2020-10-219-43/+217
* w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch2020-10-211-3/+33
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-2022-33/+82
* Replace most calls to open by a new wrapper.Werner Koch2020-10-208-26/+79
* w32: Allow Unicode filenames for dotlockWerner Koch2020-10-202-27/+192
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-2023-216/+220
* Replace all calls to access by gnupg_accessWerner Koch2020-10-2028-128/+151
* gpg,ecc: Fix SOS handling when receiving from agent.NIIBE Yutaka2020-10-091-1/+16
* agent: Fix SEGV when debuging for cache enabled.NIIBE Yutaka2020-10-091-1/+1
* doc: Add notes on how to setup LDAPWerner Koch2020-10-074-0/+684
* gpgsm: Fix detection of too old keyboxd.Werner Koch2020-10-051-3/+4
* dirmngr: Minor cleanup for better readability.Werner Koch2020-10-053-29/+29
* dirmngr: Add warning on the use of --add-servers.Werner Koch2020-10-053-13/+23
* gpg: Switch to ed25519+cv25519 as default algo.Werner Koch2020-10-051-28/+29
* keyboxd: Fix duplicates when listing keys by uid.Werner Koch2020-10-051-24/+53
* build: Fix SENDMAIL define for a PATH with spaces.Werner Koch2020-10-041-1/+1
* tests: Improve handling of spaces in $PATHWerner Koch2020-10-045-14/+14
* gpgconf: New option --show-versions.Werner Koch2020-10-023-9/+235
* w32: Silence warning due to recent change of split_fields.Werner Koch2020-10-021-1/+1
* gpg: Fix parameter parsing form ed448.Werner Koch2020-10-021-1/+1
* doc: Remove enable-extended-key-format in vsnfdAndre Heinecke2020-10-011-1/+0
* scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka2020-09-301-4/+4
* scd: Report any error for LEARN command.NIIBE Yutaka2020-09-301-30/+67
* scd: Internal CCID driver fix.NIIBE Yutaka2020-09-291-2/+5
* scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka2020-09-291-3/+1
* scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka2020-09-281-0/+1
* scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka2020-09-281-1/+2
* scd: Internal CCID: Clear the handle after use.NIIBE Yutaka2020-09-281-1/+5
* scd: Change handling of SPR532 card reader.NIIBE Yutaka2020-09-281-4/+17
* keyboxd: Make use of the config tableWerner Koch2020-09-251-2/+119
* scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka2020-09-251-25/+32