| Commit message (Expand) | Author | Files | Lines |
2022-10-28 | gpg: Fix trusted introducer for user-ids with only the mbox. | Werner Koch | 1 | -19/+31 |
2022-10-28 | gpg: Import stray revocation certificates. | Werner Koch | 3 | -13/+65 |
2022-10-18 | gpg: Move NETLIBS after GPG_ERROR_LIBS. | NIIBE Yutaka | 1 | -6/+6 |
2022-10-14 | gpg: Use GCRY_KDF_ONESTEP_KDF with newer libgcrypt in future. | NIIBE Yutaka | 1 | -0/+23 |
2022-10-07 | gpg: Fix wrong use of FD2INT with iobuf_fdopen_nc. | NIIBE Yutaka | 2 | -3/+3 |
2022-09-30 | gpg: Show just keyserver and port with --send-keys. | Werner Koch | 1 | -0/+25 |
2022-09-29 | gpg: Avoid to emit a compliance mode line if libgcrypt is non-compliant. | Werner Koch | 1 | -2/+7 |
2022-09-29 | gpg: Fix assertion failure due to errors in encrypt_filter. | Werner Koch | 2 | -1/+5 |
2022-09-29 | gpg: Make --require-compliance work for -se | Werner Koch | 1 | -156/+146 |
2022-09-28 | gpg: Silence some diagnostics. | Werner Koch | 2 | -8/+11 |
2022-09-26 | gpg: Don't consider unknown keys as non-compliant while decrypting. | Werner Koch | 1 | -4/+4 |
2022-09-16 | dirmngr:dns,doc,gpg: Fix for noreturn for C11. | NIIBE Yutaka | 1 | -1/+1 |
2022-09-14 | agent,dirmngr,gpg,scd: Clean up for modern compiler. | NIIBE Yutaka | 2 | -0/+3 |
2022-09-13 | gpg,common,scd,sm: Function prototype fixes for modern compiler. | NIIBE Yutaka | 6 | -13/+13 |
2022-09-07 | gpg: Support key flags for RENC, TIME, and GROUP. | Werner Koch | 6 | -3/+53 |
2022-08-22 | common: New common option no-autostart. | Werner Koch | 1 | -0/+2 |
2022-08-16 | gpg: Fix --card-status to handle lowercase APPTYPEs | Werner Koch | 1 | -6/+6 |
2022-08-12 | gpg: Improve --edit-key setpref. | Werner Koch | 1 | -5/+17 |
2022-08-09 | gpg: Emit an ERROR status if --quick-set-primary-uid fails | Ingo Klöcker | 1 | -3/+9 |
2022-08-08 | gpg: Look up user ID to mark as primary by UID hash | Ingo Klöcker | 1 | -25/+22 |
2022-08-04 | gpg: Fix wrong error message for keytocard. | Werner Koch | 1 | -3/+1 |
2022-08-02 | gpg: Make symmetric + pubkey encryption de-vs compliant. | Werner Koch | 1 | -5/+47 |
2022-07-28 | gpg: For de-vs use SHA-256 instead of SHA-1 as implicit preference. | Werner Koch | 1 | -2/+10 |
2022-07-05 | gpg,build: Fix message for newer gettext. | NIIBE Yutaka | 1 | -1/+3 |
2022-06-27 | agent: Do not consider --min-passphrase-len for the magic wand. | Werner Koch | 1 | -1/+23 |
2022-06-14 | g10: Fix garbled status messages in NOTATION_DATA | Werner Koch | 1 | -9/+4 |
2022-06-14 | keygen: Fix reading AEAD preference | Jakub Jelen | 1 | -1/+1 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 4 | -42/+1 |
2022-05-28 | gpg: Setup the 'usage' filter property for export. | Werner Koch | 1 | -0/+6 |
2022-04-26 | gpg: Look up user ID to revoke by UID hash | Ingo Klöcker | 1 | -31/+87 |
2022-04-25 | gpg: Avoid NULL ptr access due to corrupted packets. | Werner Koch | 1 | -6/+13 |
2022-04-25 | gpg: Emit an ERROR status as hint for a bad passphrase. | Werner Koch | 1 | -8/+20 |
2022-04-22 | gpg: Fix line end in error message | Ingo Klöcker | 1 | -1/+1 |
2022-04-20 | w32: Do no use Registry item DefaultLogFile for the main tools. | Werner Koch | 1 | -1/+1 |
2022-04-14 | gpg: Replace an assert by a log_fatal. | Werner Koch | 1 | -3/+6 |
2022-04-08 | gpg: Remove restrictions for the name part of a user-id. | Werner Koch | 1 | -7/+0 |
2022-03-29 | gpg,tools: Remove use of repo only zlib-riscos.h. | NIIBE Yutaka | 1 | -10/+0 |
2022-03-28 | gpg: Remove EAX from the preference list. | Werner Koch | 2 | -8/+1 |
2022-03-19 | gpg: Always use version >= 4 to generate signature. | NIIBE Yutaka | 1 | -0/+9 |
2022-03-18 | gpg: Print info about the used AEAD algorithm in the compliance msg. | Werner Koch | 3 | -5/+18 |
2022-03-18 | gpg: Allow decryption of symencr even for non-compliant cipher. | Werner Koch | 5 | -18/+47 |
2022-03-09 | sign: Construct valid AEAD packets. | Jakub Jelen | 1 | -1/+2 |
2022-03-08 | gpg: New option --require-compliance. | Werner Koch | 4 | -6/+55 |
2022-03-08 | gpg: fix --enarmor with zero length source file | Jussi Kivilinna | 2 | -0/+6 |
2022-03-08 | g10/cipher-aead: add fast path for avoid memcpy when AEAD encrypting | Jussi Kivilinna | 1 | -12/+57 |
2022-03-08 | g10/decrypt-data: disable output estream buffering to reduce overhead | Jussi Kivilinna | 1 | -0/+2 |
2022-03-08 | g10/plaintext: disable estream buffering in binary mode | Jussi Kivilinna | 1 | -1/+23 |
2022-03-08 | Use iobuf buffer size for temporary buffer size | Jussi Kivilinna | 2 | -10/+15 |
2022-03-02 | g10/encrypt: use iobuf_copy instead of manual iobuf_read/iobuf_write | Jussi Kivilinna | 1 | -9/+3 |
2022-03-02 | g10/dearmor: use iobuf_copy | Jussi Kivilinna | 1 | -7/+2 |