| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gpg: Switch Kyber to the final algo id and add it to the menu. | Werner Koch | 2024-08-27 | 2 | -26/+23 |
* | gpg: New option --proc-all-sigs | Werner Koch | 2024-08-23 | 5 | -3/+28 |
* | gpg: Warn if a keyring is specified along with --use-keyboxd. | Werner Koch | 2024-08-23 | 1 | -0/+3 |
* | common: Do not call the agent with the obsolete --use-standard-socket. | Werner Koch | 2024-08-22 | 1 | -2/+0 |
* | doc: Remove included yat2m and build HTML versions of the man pages. | Werner Koch | 2024-08-19 | 2 | -10/+8 |
* | gpg: Minor fix when building with --disable-exec | Werner Koch | 2024-08-19 | 1 | -1/+0 |
* | doc: Add another example for gpg-mail-tube | Werner Koch | 2024-08-16 | 1 | -0/+33 |
* | tools: Fix bashishm | Werner Koch | 2024-08-16 | 1 | -6/+7 |
* | build-aux: Add PKCS#8 authenticode key support | Andre Heinecke | 2024-08-15 | 1 | -2/+13 |
* | build-aux: Add cleanup to gpg-authcode-sign.sh | Andre Heinecke | 2024-08-15 | 1 | -0/+10 |
* | speedo,w32: Install ntbtls as a library | Andre Heinecke | 2024-08-13 | 3 | -6/+13 |
* | gpg: Improve decryption diagnostic for an ADSK key. | Werner Koch | 2024-08-12 | 5 | -13/+42 |
* | agent: When diverting to a card show the name of unsupported algos. | Werner Koch | 2024-08-09 | 1 | -1/+14 |
* | gpg: New debug flag "keydb". | Werner Koch | 2024-08-09 | 5 | -23/+28 |
* | gpg: Increase compress buffer size. | Werner Koch | 2024-08-08 | 1 | -1/+1 |
* | doc: Explain that sort-sigs has no effect in colon mode. | Werner Koch | 2024-08-08 | 1 | -1/+2 |
* | speedo,w32: Update libassuan dll name in wxs | Andre Heinecke | 2024-08-08 | 1 | -2/+2 |
* | speedo,w32: Fix check for gpg-authcode-sign.sh | Andre Heinecke | 2024-08-08 | 1 | -1/+1 |
* | po: Update pt.po | Daniel Cerqueira | 2024-08-08 | 1 | -39/+29 |
* | sm: More improvements for PKCS#12 parsing for latest IVBB changes. | Werner Koch | 2024-08-06 | 3 | -350/+450 |
* | sm: Add a debug helper command to t-minip12.c | Werner Koch | 2024-08-06 | 1 | -1/+192 |
* | scd: New getinfo subcommand "manufacturer" | Werner Koch | 2024-08-05 | 3 | -3/+12 |
* | scd: New getinfo subcommand "dump_state". | Werner Koch | 2024-08-02 | 1 | -4/+7 |
* | keyboxd: New getinfo subcommand "connections". | Werner Koch | 2024-08-02 | 2 | -1/+7 |
* | doc: Fix URL to the OpenPGP card specs | Werner Koch | 2024-08-01 | 1 | -3/+2 |
* | gpg-mail-tube: Make sure GNUPGHOME is set in vsd mode. | Werner Koch | 2024-07-31 | 1 | -5/+46 |
* | doc: Clarify gpgv man page synopsis. | Werner Koch | 2024-07-23 | 1 | -2/+4 |
* | Revert "common: Fix tlv-parser for constructed OCTET-STRING." | Werner Koch | 2024-07-23 | 1 | -4/+1 |
* | g13: Finish migration to gpgrt_process_spawn API | Werner Koch | 2024-07-23 | 2 | -10/+10 |
* | Revert "speedo: Use remote gitrep if local does not exist" | Werner Koch | 2024-07-23 | 1 | -6/+3 |
* | agent: Avoid memory leak when handling ssh keys. | Jakub Jelen | 2024-07-22 | 1 | -0/+4 |
* | agent: Avoid memory leak when handling tpm2. | Jakub Jelen | 2024-07-22 | 1 | -0/+1 |
* | dotlock: Avoid leaking directory handle. | Jakub Jelen | 2024-07-22 | 1 | -0/+2 |
* | export_secret_ssh_key: Avoid memory leak. | Jakub Jelen | 2024-07-22 | 1 | -1/+1 |
* | scd: Avoid memory leak. | Jakub Jelen | 2024-07-22 | 1 | -0/+1 |
* | tools: Avoid memory leaks. | Jakub Jelen | 2024-07-22 | 2 | -1/+2 |
* | speedo,w32: Fix InstallDir usage and x64 install | Andre Heinecke | 2024-07-14 | 1 | -44/+38 |
* | speedo,w32: Remove share/doc subdir | Andre Heinecke | 2024-07-14 | 1 | -0/+1 |
* | speedo,w32: Fix a nsi translation | Andre Heinecke | 2024-07-14 | 1 | -1/+1 |
* | speedo,w32: configure --libdir for w32 builds | Andre Heinecke | 2024-07-14 | 1 | -0/+3 |
* | speedo: Add VERBOSE variable | Andre Heinecke | 2024-07-14 | 1 | -9/+24 |
* | speedo: Use remote gitrep if local does not exist | Andre Heinecke | 2024-07-14 | 1 | -2/+5 |
* | speedo: Use nproc if available for make jobs | Andre Heinecke | 2024-07-14 | 1 | -2/+4 |
* | common: Fix tlv-parser for constructed OCTET-STRING. | NIIBE Yutaka | 2024-07-12 | 1 | -1/+4 |
* | gpg: Fix agent_probe_any_secret_key. | NIIBE Yutaka | 2024-07-10 | 1 | -3/+8 |
* | po: Update Japanese Translation. | NIIBE Yutaka | 2024-07-10 | 1 | -20/+12 |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 10 | -27/+54 |
* | scd: Add <unistd.h> for read(2) / write(2) . | NIIBE Yutaka | 2024-07-09 | 1 | -0/+1 |
* | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 2024-07-09 | 7 | -114/+144 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 29 | -2092/+204 |