aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-13gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch6-17/+72
2021-11-12gpg: Don't use malloc for kek_params.NIIBE Yutaka1-8/+5
2021-11-12gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen1-0/+2
2021-11-04gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch1-4/+4
2021-10-22gpg: Fix printing of binary notations.Werner Koch1-2/+6
2021-10-13gpg: New option --override-compliance-checkWerner Koch3-12/+47
2021-09-29gpg: Handle backsig for v5 signature.NIIBE Yutaka1-6/+8
2021-09-29gpg: Ed448 and X448 are only for v5 (for subkey).NIIBE Yutaka1-1/+6
2021-09-28gpg: Skip the packet when not used for AEAD.NIIBE Yutaka1-0/+1
2021-09-14gpg: Print a warning when importing a bad cv25519 secret key.Werner Koch1-1/+17
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-27gpg: Change default and max AEAD chunk size to 4 MiBWerner Koch1-3/+3
2021-08-24gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka1-2/+2
2021-08-19gpg: 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-16gpg,sm: Simplify keyserver spec parsing.Werner Koch4-276/+26
2021-06-03gpg: Support KEYGRIP search with traditional keyring.NIIBE Yutaka1-3/+13
2021-05-27gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka1-1/+24
2021-05-25gpg: Partial fix for Unicode problem in output files.Werner Koch1-1/+1
2021-05-21common: Annotate leaked memory in homedir.cWerner Koch1-1/+1
2021-05-20g10: Avoid memory leaksJakub Jelen3-18/+30
2021-05-20g10: Fix memory leaksJakub Jelen10-12/+50
2021-05-19gpg: Improve speed of secret key listing.Werner Koch5-19/+101
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/+33
2021-05-11A few minor code cleanups and typo fixes.Werner Koch2-2/+6
2021-05-11gpg: Fix allocation for EXTRAHASH.NIIBE Yutaka1-1/+1
2021-04-26gpg: Fix mailbox based search via AKL keyserver method.Werner Koch5-13/+11
2021-04-26gpg: Do not use import-clean for LDAP keyserver imports.Werner Koch3-8/+23
2021-04-25gpg: Auto import keys specified with --trusted-keys.Werner Koch3-1/+41
2021-04-23gpg: Replace an obsolete trustdb function.Werner Koch4-19/+7
2021-04-23gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2-0/+51
2021-04-21gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch6-39/+162
2021-04-21keyboxd: Fix searching for exact mail addresses.Werner Koch1-1/+2
2021-04-21gpg,sm: Ignore the log-file option from common.conf.Werner Koch1-6/+0
2021-04-19gpg: Fix showpref to list AEAD feature.Damien Goutte-Gattat via Gnupg-devel1-1/+1
2021-04-19gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch1-0/+31
2021-04-16gpg: Lookup a missing public key of the current card via LDAP.Werner Koch8-36/+77
2021-04-13gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch3-3/+27
2021-04-12gpg: Minor restructuring of a function.Werner Koch2-32/+41
2021-04-08gpg: Ed448 and X448 are only for v5.NIIBE Yutaka1-3/+23
2021-04-07Release GnuPG 2.3.0gnupg-2.3.0Werner Koch1-1/+1
2021-04-01gpgconf: Return a new pseudo option compliance_de_vs.Werner Koch1-0/+8
2021-03-29gpg: Allow ECDH with a smartcard returning just the x-ccordinate.Werner Koch1-7/+16
2021-03-24gpg: No warning in quiet mode for S2K mode 0.Werner Koch1-1/+2
2021-03-24gpg: Fix v5 signature for clearsign.NIIBE Yutaka1-2/+18
2021-03-24gpg: Support ECDH with v5 key.NIIBE Yutaka3-10/+10
2021-03-22gpg: Support exporting Ed448 SSH key.NIIBE Yutaka1-4/+8
2021-03-22gpg: Fix exporting SSH key.NIIBE Yutaka1-6/+11