aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Do not bail out on secret keys with an unknown algoWerner Koch2024-06-111-0/+2
* tools: Make gpg-authcode-sign.sh more robust on network errors.Werner Koch2024-06-111-3/+18
* agent: Clean up for scdaemon handling.NIIBE Yutaka2024-06-111-5/+1
* agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka2024-06-111-4/+6
* agent: Silence debug output from the PIN caching.Werner Koch2024-06-061-3/+5
* common:w32: Fix for 64-bit Windows.NIIBE Yutaka2024-06-051-0/+5
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-06-056-18/+88
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-052-2/+8
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-06-054-31/+67
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-06-054-27/+42
* gpg: Implement the LDAP AKL method.Werner Koch2024-06-046-102/+34
* gpg: Rename functions with an "fprint" part to "fpr"Werner Koch2024-06-0415-107/+101
* common:w32: Fix INEXTRA handling.NIIBE Yutaka2024-06-041-6/+20
* gpg: New option --default-new-key-adsk.Werner Koch2024-06-036-57/+240
* common: New function tokenize_to_strlist.Werner Koch2024-05-313-18/+292
* indent: Fix spellingDaniel Kahn Gillmor2024-05-31136-233/+233
* g13: Adjust for changed gnupg_process_spawn.Werner Koch2024-05-311-2/+2
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-3117-180/+350
* common: Fix process termination check at release.NIIBE Yutaka2024-05-302-2/+2
* m4: Update from each library.NIIBE Yutaka2024-05-303-8/+270
* gpg-auth: Fix use after free.Jakub Jelen2024-05-281-1/+1
* gpgsm: Avoid double free when checking rsaPSS signatures.Jakub Jelen2024-05-281-2/+0
* gpgsm: Silence a lint warningWerner Koch2024-05-281-1/+1
* scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen2024-05-281-1/+1
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-281-2/+2
* agent: Avoid double free of empty string in the PIN caching.Werner Koch2024-05-281-3/+7
* agent: Make sure to return success in ephemeral store mode.Werner Koch2024-05-281-0/+1
* wks: Make sure that ERR is always initialized.Werner Koch2024-05-281-0/+1
* gpg: Avoid a double free on error in the key generation.Werner Koch2024-05-281-30/+23
* tpm: Improve error handling and check returned lengths.Werner Koch2024-05-283-65/+109
* tpm: Do not use fprintf for logging.Werner Koch2024-05-281-7/+6
* scd:openpgp: Add new vendor.Werner Koch2024-05-221-0/+1
* tools: Fix help output for gpg-authcode-sign.shWerner Koch2024-05-221-2/+2
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2024-05-167-68/+127
|\
| * card: Fix compiler warning.Werner Koch2024-05-161-3/+3
| * kbx: Use standard function to setup gcrypt logging in kbxutil.Werner Koch2024-05-161-24/+1
| * po: Enable Dutch translationWerner Koch2024-05-161-0/+1
| * scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka2024-05-161-0/+50
| * gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-05-161-2/+2
| * Update NEWSWerner Koch2024-05-151-0/+16
| * tests: Avoid new C23 keyword true.Werner Koch2024-04-221-4/+4
| * gpg: Mark disabled keys and add show-ownertrust list option.Werner Koch2024-04-176-10/+33
| * gpg: New command --quick-set-ownertrust.Werner Koch2024-04-174-2/+105
| * agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
| * gpg: Don't show the "fast path listing" diagnostic with --quiet.Werner Koch2024-04-051-2/+3
| * gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-041-1/+14
| * gpgconf: Change layout of the gpgconf -X output.Werner Koch2024-04-041-52/+71
| * gpgconf: Check readability of some files with -XWerner Koch2024-03-181-8/+29
| * gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
| * gpg-check-pattern: Consider an empty pattern file as validWerner Koch2024-03-131-1/+1