summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-01-111-2/+2
* gpg: Correctly set the ownertrust for a new key.Werner Koch2021-12-201-3/+1
* gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch2021-12-203-35/+449
* gpg: Allow passing a keygrip as description to pinentry.Werner Koch2021-12-202-15/+37
* gpg: Emit compatible Ed25519 signature.NIIBE Yutaka2021-12-103-1/+87
* gpg: Fix function prototype to match declaration.Jakub Jelen2021-11-241-3/+7
* gpg: Fix format_keyid.NIIBE Yutaka2021-11-241-5/+4
* gpg: Fix key conversion for SSH.NIIBE Yutaka2021-11-241-5/+6
* gpg: New option --forbid-gen-key.Werner Koch2021-11-221-9/+40
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-182-0/+6
* Update release signing keysWerner Koch2021-11-131-0/+0
* gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch2021-11-136-17/+72
* gpg: Don't use malloc for kek_params.NIIBE Yutaka2021-11-121-8/+5
* gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen2021-11-121-0/+2
* gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch2021-11-041-4/+4
* gpg: Fix printing of binary notations.Werner Koch2021-10-221-2/+6
* gpg: New option --override-compliance-checkWerner Koch2021-10-133-12/+47
* gpg: Handle backsig for v5 signature.NIIBE Yutaka2021-09-291-6/+8
* gpg: Ed448 and X448 are only for v5 (for subkey).NIIBE Yutaka2021-09-291-1/+6
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-09-281-0/+1
* gpg: Print a warning when importing a bad cv25519 secret key.Werner Koch2021-09-141-1/+17
* Update release signing keys.Werner Koch2021-09-141-0/+0
* gpg: Print a note about the obsolete option --secret-keyring.Werner Koch2021-08-281-1/+1
* gpg: Change default and max AEAD chunk size to 4 MiBWerner Koch2021-08-271-3/+3
* gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka2021-08-241-2/+2
* gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch2021-08-191-3/+8
* gpg: Let --fetch-key return an exit code on failure.Werner Koch2021-06-252-4/+20
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-164-276/+26
* gpg: Support KEYGRIP search with traditional keyring.NIIBE Yutaka2021-06-031-3/+13
* gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka2021-05-271-1/+24
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-1/+1
* common: Annotate leaked memory in homedir.cWerner Koch2021-05-211-1/+1
* g10: Avoid memory leaksJakub Jelen2021-05-203-18/+30
* g10: Fix memory leaksJakub Jelen2021-05-2010-12/+50
* gpg: Improve speed of secret key listing.Werner Koch2021-05-195-19/+101
* gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.Werner Koch2021-05-181-75/+21
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-177-17/+33
* A few minor code cleanups and typo fixes.Werner Koch2021-05-112-2/+6
* gpg: Fix allocation for EXTRAHASH.NIIBE Yutaka2021-05-111-1/+1
* gpg: Fix mailbox based search via AKL keyserver method.Werner Koch2021-04-265-13/+11
* gpg: Do not use import-clean for LDAP keyserver imports.Werner Koch2021-04-263-8/+23
* gpg: Auto import keys specified with --trusted-keys.Werner Koch2021-04-253-1/+41
* gpg: Replace an obsolete trustdb function.Werner Koch2021-04-234-19/+7
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-232-0/+51
* gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch2021-04-216-39/+162
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-211-1/+2
* gpg,sm: Ignore the log-file option from common.conf.Werner Koch2021-04-211-6/+0
* gpg: Fix showpref to list AEAD feature.Damien Goutte-Gattat via Gnupg-devel2021-04-191-1/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-191-0/+31
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-04-168-36/+77