aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-29gpg: Rename a function.Werner Koch5-9/+10
2022-08-29gpg: Very minor cleanup in decrypt_data.Werner Koch1-3/+6
2022-08-29g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna1-0/+2
2022-08-16gpg: Fix "generate" command in --card-edit.Werner Koch2-1/+10
2022-08-16gpg: Update shadow-keys with --card-status also for non-openpgp cards.Werner Koch3-0/+29
2022-08-16gpg: Fix --card-status to handle lowercase APPTYPEsWerner Koch1-6/+6
2022-08-16gpg: Fix detecting OpenPGP card by serialno.NIIBE Yutaka1-4/+5
2022-08-04gpg: Fix wrong error message for keytocard.Werner Koch1-3/+1
2022-08-02gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch1-5/+46
2022-07-28gpg: For de-vs use SHA-256 instead of SHA-1 as implicit preference.Werner Koch1-2/+10
2022-07-27gpg: Look up user ID to revoke by UID hashIngo Klöcker1-31/+87
2022-07-25gpg: Request keygrip of key to add via command interfaceIngo Klöcker1-2/+2
2022-06-14g10: Fix garbled status messages in NOTATION_DATAWerner Koch1-9/+4
2022-05-05gpg: Minor robustness fix.Werner Koch1-6/+9
2022-04-28gpg: Handle leading-zeros private key for Ed25519.NIIBE Yutaka1-1/+94
2022-04-28Revert "gpg: Accept Ed25519 private key in SOS which reserves leading zeros."NIIBE Yutaka1-74/+1
2022-04-25gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch1-6/+13
2022-04-25gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch1-8/+20
2022-04-20w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch1-1/+1
2022-04-14gpg: Replace an assert by a log_fatal.Werner Koch1-3/+6
2022-03-18gpg: Print info about the used AEAD algorithm.Werner Koch3-2/+22
2022-03-18gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch5-18/+47
2022-03-08gpg: New option --require-compliance.Werner Koch4-6/+56
2022-03-08gpg: Give Libgcrypt CFLAGS a higher priority than SQlite.Werner Koch1-2/+2
2022-02-24g10: Avoid extra hash contexts when decrypting MDC inputJussi Kivilinna1-2/+8
2022-02-01gpg: Set --verbose and clear --quiet in debug mode.Werner Koch1-0/+6
2022-01-26gpgconf: Fix --list-options for forced optionsWerner Koch1-23/+0
2022-01-17gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka4-18/+51
2021-12-29gpg: Re-group the options in the --help output.Werner Koch1-290/+293
2021-12-29gpgconf: Support reading global options (part 2).Werner Koch1-9/+15
2021-12-07gpg: Accept Ed25519 private key in SOS which reserves leading zeros.NIIBE Yutaka1-1/+74
2021-11-22gpg: New option --forbid-gen-key.Werner Koch1-9/+38
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch2-0/+6
2021-11-13Update release signing keysWerner Koch1-0/+0
2021-11-13gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch6-32/+84
2021-10-22gpg: Fix printing of binary notations.Werner Koch1-2/+6
2021-10-13gpg: New option --override-compliance-checkWerner Koch3-11/+47
2021-10-06gpg: Skip the packet when not used for AEAD.NIIBE Yutaka1-0/+1
2021-09-14Update release signing keys.Werner Koch1-0/+0
2021-08-28gpg: Print a note about the obsolete option --secret-keyring.Werner Koch1-1/+1
2021-08-20gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch1-3/+8
2021-06-25gpg: Let --fetch-key return an exit code on failure.Werner Koch2-4/+20
2021-06-10gpg: Partial fix for Unicode problem in output files.Werner Koch1-1/+1
2021-06-08w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch1-6/+14
2021-06-08w32: Always use Unicode for console input and output.Werner Koch1-2/+12
2021-06-08gpg: Prepare for globing with UTF-8.Werner Koch1-4/+4
2021-05-26gpg,sm: Simplify keyserver spec parsing.Werner Koch4-276/+26
2021-05-18gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.Werner Koch1-75/+21
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch7-17/+35
2021-05-04gpg: Allow ECDH with a smartcard returning just the x-coordinate.Werner Koch4-100/+143