aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* agent,ssh: Support "Use-for-ssh" flag in private key.NIIBE Yutaka2022-05-261-10/+22
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka2022-05-263-85/+206
* agent: Fix get_keyinfo_on_cards.NIIBE Yutaka2022-05-261-2/+5
* agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2022-05-262-4/+25
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-266-71/+103
* scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka2022-05-261-1/+1
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-253-5/+23
* agent: Add missing assuan_end_confidential call.NIIBE Yutaka2022-05-251-0/+1
* scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka2022-05-241-1/+5
* agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka2022-05-201-4/+4
* agent: Factor out handling scanning over ssh keys.NIIBE Yutaka2022-05-201-42/+48
* agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka2022-05-201-24/+27
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-206-165/+151
* agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2022-05-192-0/+46
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-193-18/+19
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1
* scd: Fail when no good algorithm attribute.NIIBE Yutaka2022-05-111-19/+30
* scd:openpgp: New card vendor.Werner Koch2022-05-101-0/+1
* dirmngr: Fix for Windows.NIIBE Yutaka2022-05-101-4/+38
* tests: Enable tests with keyboxd only when it's configured.NIIBE Yutaka2022-05-103-12/+20
* scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch2022-05-061-3/+36
* scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch2022-05-061-2/+6
* scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka2022-05-061-1/+2
* scd:p15: Fix reading certificates without length info.Werner Koch2022-05-051-6/+23
* scd: New debug flags "card".Werner Koch2022-05-052-2/+5
* scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch2022-05-051-2/+2
* gpgscm: Fix handling an error for chdir.NIIBE Yutaka2022-05-021-1/+1
* tests: Fix plain invocation of "make check".NIIBE Yutaka2022-05-021-1/+2
* tests: Add a test for Ed25519 keys for non-protected secret.NIIBE Yutaka2022-05-021-0/+69
* kbx: Fix a race condition which results no status report.NIIBE Yutaka2022-04-273-11/+25
* gpg: Look up user ID to revoke by UID hashIngo Klöcker2022-04-262-31/+93
* tests: Avoid auto-removal when test fails.NIIBE Yutaka2022-04-262-1/+4
* tests: Support single invocation with variant.NIIBE Yutaka2022-04-261-4/+26
* dirmngr: Fix for C90 compiler.NIIBE Yutaka2022-04-261-1/+2
* tests: Let make check-all work again.NIIBE Yutaka2022-04-261-0/+1
* tests: Use module_tests for testing agent/.NIIBE Yutaka2022-04-262-2/+4
* tests: Skip testsing g13 when it's not enabled.NIIBE Yutaka2022-04-261-7/+20
* tests: Fix check-all for tests/openpgp.NIIBE Yutaka2022-04-262-3/+2
* Post release updatesWerner Koch2022-04-252-1/+8
* Release 2.3.6gnupg-2.3.6Werner Koch2022-04-251-1/+15
* po: Auto updateWerner Koch2022-04-2524-464/+573
* po: Fixed two fuzzies in the Japanese translationWerner Koch2022-04-251-23/+26
* po: Update German translationWerner Koch2022-04-251-36/+30
* gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch2022-04-251-6/+13
* sm: Use gpg_err_code() instead of -1Todd Zullinger2022-04-251-1/+1
* Deprecate the --supervised options.Werner Koch2022-04-254-7/+11
* gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch2022-04-251-8/+20
* common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP.NIIBE Yutaka2022-04-251-4/+7
* scd: Fix hard-coded constant for RSA auth.NIIBE Yutaka2022-04-251-3/+9
* gpg: Fix line end in error messageIngo Klöcker2022-04-221-1/+1