summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Robust error handling for SCD READKEY.NIIBE Yutaka2024-10-011-8/+10
* gpg: Exclude expired trusted keys from the key validation process.Werner Koch2024-09-251-14/+47
* gpg: Validate the trustdb after the import of a trusted key.Werner Koch2024-09-251-4/+16
* gpg: Remove useless variable in validate_keys.Werner Koch2024-09-251-30/+34
* gpg: Fix --quick-set-expire for V5 subkey fingerprintsIngo Klöcker2024-09-241-1/+1
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-192-5/+11
* build: Remove configure option --enable-gpg-is-gpg2Werner Koch2024-09-112-62/+3
* gpg: Fix getting key by IPGP.NIIBE Yutaka2024-09-111-1/+2
* gpg: New commands --add-recipients and --change-recipients.Werner Koch2024-09-0911-66/+331
* gpg: Improve detection of input data read errors.Werner Koch2024-09-061-3/+10
* gpg: Make --no-literal work again for -c and --store.Werner Koch2024-09-062-18/+29
* gpg: Simplify the pubkey_enc_list objectWerner Koch2024-09-064-62/+88
* gpg: remove workaround for Libgcrypt < 1.8.6Werner Koch2024-09-061-29/+4
* gpg: Switch Kyber to the final algo id and add it to the menu.Werner Koch2024-08-271-24/+21
* gpg: New option --proc-all-sigsWerner Koch2024-08-233-3/+15
* gpg: Warn if a keyring is specified along with --use-keyboxd.Werner Koch2024-08-231-0/+3
* gpg: Minor fix when building with --disable-execWerner Koch2024-08-191-1/+0
* gpg: Improve decryption diagnostic for an ADSK key.Werner Koch2024-08-124-12/+41
* gpg: New debug flag "keydb".Werner Koch2024-08-095-23/+28
* gpg: Increase compress buffer size.Werner Koch2024-08-081-1/+1
* export_secret_ssh_key: Avoid memory leak.Jakub Jelen2024-07-221-1/+1
* gpg: Fix agent_probe_any_secret_key.NIIBE Yutaka2024-07-101-3/+8
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-092-8/+6
* gpg: Print a warning if the (draft) Kyber algorithm is used.Werner Koch2024-07-051-2/+20
* gpg: Make --with-sig-check with -with --show-key in non-colon mode.Werner Koch2024-07-011-0/+2
* gpg: New option --show-only-session-keyWerner Koch2024-06-244-10/+33
* gpg: Rename recently added import option no-seckeys to only-pubkeys.Werner Koch2024-06-243-7/+7
* gpg: Add --import-option "no-seckeys".Werner Koch2024-06-111-0/+2
* gpg: Allow shortcut algo string "pqc" for --quick-gen-key.Werner Koch2024-06-111-8/+12
* gpg: Do not bail out on secret keys with an unknown algoWerner Koch2024-06-111-0/+2
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-06-055-17/+85
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-052-2/+8
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-06-054-31/+67
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-06-054-27/+42
* gpg: Implement the LDAP AKL method.Werner Koch2024-06-045-98/+30
* gpg: Rename functions with an "fprint" part to "fpr"Werner Koch2024-06-0415-107/+101
* gpg: New option --default-new-key-adsk.Werner Koch2024-06-035-52/+222
* indent: Fix spellingDaniel Kahn Gillmor2024-05-3122-38/+38
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-2/+2
* gpg: Avoid a double free on error in the key generation.Werner Koch2024-05-281-30/+23
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2024-05-161-1/+1
|\
| * gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-05-161-2/+2
| * gpg: Mark disabled keys and add show-ownertrust list option.Werner Koch2024-04-175-10/+28
| * gpg: New command --quick-set-ownertrust.Werner Koch2024-04-173-1/+97
| * gpg: Don't show the "fast path listing" diagnostic with --quiet.Werner Koch2024-04-051-2/+3
| * gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-041-1/+14
| * gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
* | gpg: Terminate key listing on output write error.Werner Koch2024-05-154-20/+46
* | gpg: Algo "kyber" is now a shortcut for ky768_bp256.Werner Koch2024-05-061-2/+2
* | gpg: Add a notation to Kyber encryption subkeysWerner Koch2024-05-021-2/+80