aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: Also cleanup generated html file in a make distcheckWerner Koch2024-09-191-9/+14
* doc: Updated comments in speedo.mkWerner Koch2024-09-191-5/+6
* gpg: Fix getting key by IPGP.NIIBE Yutaka2024-09-191-1/+2
* gpg: Improve detection of input data read errors.Werner Koch2024-09-191-3/+10
* gpg: Make --no-literal work again for -c and --store.Werner Koch2024-09-192-18/+29
* gpg: remove workaround for Libgcrypt < 1.8.6Werner Koch2024-09-191-29/+4
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-192-5/+10
* agent: Fix detection of the trustflag de-vs.Werner Koch2024-09-171-1/+1
* common:w32: Don't expose unused functions.NIIBE Yutaka2024-09-172-2/+12
* gpgsm: New option --assert-signerWerner Koch2024-09-135-2/+179
* gpgconf: Add missing linefeed to the -X output.Werner Koch2024-09-031-1/+11
* agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka2024-09-031-0/+7
* doc: Explain why we use D-Lines for keyboxd communication.Werner Koch2024-08-282-1/+5
* gpg: New option --proc-all-sigsWerner Koch2024-08-235-1/+22
* gpg: Warn if a keyring is specified along with --use-keyboxd.Werner Koch2024-08-231-0/+3
* gpg: Minor fix when building with --disable-execWerner Koch2024-08-191-1/+0
* gpg: Improve decryption diagnostic for an ADSK key.Werner Koch2024-08-125-11/+40
* agent: When diverting to a card show the name of unsupported algos.Werner Koch2024-08-121-1/+14
* doc: Explain that sort-sigs has no effect in colon mode.Werner Koch2024-08-121-4/+5
* speedo,w32: Update libassuan dll name in wxsAndre Heinecke2024-08-121-2/+2
* po: Update pt.poDaniel Cerqueira2024-08-121-10/+40
* sm: More improvements for PKCS#12 parsing for latest IVBB changes.Werner Koch2024-08-073-351/+451
* scd: New getinfo subcommand "manufacturer"Werner Koch2024-08-073-3/+12
* scd: New getinfo subcommand "dump_state".Werner Koch2024-08-071-4/+7
* doc: Fix URL to the OpenPGP card specsWerner Koch2024-08-071-3/+2
* speedo,w32: Also sign the new libassuan SO name.Werner Koch2024-07-011-1/+1
* speedo,w32: Add extra flags for gpgrt and fix SO name of libassuan.Werner Koch2024-07-012-2/+4
* Update NEWSWerner Koch2024-07-011-1/+17
* gpgconf: Allow listing of some new optionsWerner Koch2024-07-011-0/+3
* sm: Emit user IDs in colon mode even if the Subject is empty.Werner Koch2024-07-012-21/+35
* agent: Silence debug output from the PIN caching.Werner Koch2024-07-011-3/+5
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-07-016-18/+88
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-07-014-31/+67
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-07-014-27/+42
* gpg: New option --default-new-key-adsk.Werner Koch2024-07-016-58/+241
* common: New function tokenize_to_strlist.Werner Koch2024-07-013-18/+292
* gpg: Implement the LDAP AKL method.Werner Koch2024-07-016-102/+34
* agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka2024-07-011-0/+3
* agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka2024-07-011-0/+1
* agent: Handle SCD DEVINFO --watch command in a special way.Werner Koch2024-07-012-1/+97
* agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka2024-07-014-5/+13
* scd: Restrict use of DEVINFO --watch command for socket connection.NIIBE Yutaka2024-07-011-1/+8
* scd: Finish DEVINFO --watch command on input close.NIIBE Yutaka2024-07-011-9/+85
* scd: Factor out scd_init_event function.NIIBE Yutaka2024-07-012-26/+35
* Fix the previous commit.NIIBE Yutaka2024-07-011-0/+2
* scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka2024-07-013-15/+8
* agent: Clean up for scdaemon handling.NIIBE Yutaka2024-07-011-5/+1
* agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka2024-07-011-4/+6
* gpg-mail-tube: New utility.Werner Koch2024-07-015-3/+920
* tools: New support functions for the mail parser.Werner Koch2024-07-016-6/+58