aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-04gpg: New key generation parameter "User-Id".Werner Koch1-0/+1
2025-03-25doc: Update NEWSWerner Koch1-0/+1
2025-03-14doc: Minor updatesWerner Koch2-2/+2
2025-03-13gpg: Fix double free of internal data.Werner Koch1-1/+2
2025-03-07Typo fix and add missing prototype.Werner Koch1-1/+1
2025-03-06gpg: Fix regression for the recent malicious subkey DoS fix.Werner Koch2-19/+34
2025-02-21gpg: Fix a verification DoS due to a malicious subkey in the keyring.Werner Koch6-86/+152
2025-02-20gpg: Remove a signature check function wrapper.Werner Koch3-31/+14
2025-02-11gpg: Lookup key for merging/inserting only beu primary key.Werner Koch3-6/+24
2025-02-07gpg: Store Link attributes for composite keys.Werner Koch3-0/+57
2025-02-06gpg: New option --disable-pqc-encryption.Werner Koch3-0/+18
2025-02-06kbx: Fix for building without keyboxd.Werner Koch1-7/+1
2025-02-05gpg: Fix --quick-add-key for Weierstrass ECC with usage given.Werner Koch1-0/+37
2025-02-03gpg: Base compliance "de-vs" now on "gnupg" and not on "openpgp".Werner Koch1-1/+1
2025-02-03gpg: Simplify the compliance settings.Werner Koch1-34/+24
2025-02-03gpg: --compliance={pgp7, pgp8} also now restore default optionsDaniel Kahn Gillmor via Gnupg-devel1-2/+8
2025-02-03gpg: --compliance=gnupg restores default for policy-affected optionsDaniel Kahn Gillmor via Gnupg-devel1-10/+16
2025-02-03gpg: --compliance=rfc2440 does not require cross-certificationDaniel Kahn Gillmor via Gnupg-devel1-0/+1
2025-01-20gpg: Fix handling with no CRC armor.NIIBE Yutaka1-2/+4
2025-01-09gpg: Show the default PIN hint also before "name" and "key-attr"Werner Koch1-14/+32
2025-01-08gpg: Print a warning if the card backup key could not be written.Werner Koch1-4/+14
2025-01-06gpg: Force the use of AES-256 in some casesDamien Goutte-Gattat via Gnupg-devel1-0/+19
2025-01-06gpg: Allow smaller session keys with KyberDamien Goutte-Gattat via Gnupg-devel1-6/+2
2024-12-16gpg: Fix key generation with existing key from card.NIIBE Yutaka1-1/+1
2024-12-09gpg: Allow for longer signature subpackets.Werner Koch1-7/+8
2024-12-05gpg: Silence expired trusted-key diagnostics in quiet mode.Werner Koch1-4/+6
2024-12-04Require gpgrt 1.51Werner Koch1-0/+2
2024-11-25gpg: Fix modifying signature data by pk_verify for Ed25519.NIIBE Yutaka1-6/+21
2024-11-22gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo.Werner Koch2-1/+25
2024-11-14gpg: Allow "Kyber" as algorithm for the Subkey-Type keyword.Werner Koch1-0/+2
2024-11-14gpg: For composite algos add the algo string to the colons listings.Werner Koch1-0/+14
2024-11-13gpg: Add option to create Kyber with --full-gen-key.Werner Koch1-8/+165
2024-11-08gpg: Improve wording for only-pubkeys.Werner Koch1-1/+2
2024-11-07gpgtar: Make sure to create upper directories for regular files.Werner Koch1-2/+2
2024-10-31gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch4-10/+16
2024-10-30gpg: Do not fail with an error for a "Note:" diagnosticWerner Koch1-2/+2
2024-10-16build: Don't remove --disable-endian-check.NIIBE Yutaka1-1/+1
2024-10-08common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka3-7/+4
2024-10-08common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka1-10/+2
2024-10-07Implement GNUPG_ASSUME_COMPLIANCE envvar for testingWerner Koch1-4/+4
2024-10-07gpg: Emit status error for an invalid ADSK.Werner Koch2-0/+3
2024-10-01gpg: Robust error handling for SCD READKEY.NIIBE Yutaka1-8/+10
2024-09-25gpg: Exclude expired trusted keys from the key validation process.Werner Koch1-14/+47
2024-09-25gpg: Validate the trustdb after the import of a trusted key.Werner Koch1-4/+16
2024-09-25gpg: Remove useless variable in validate_keys.Werner Koch1-30/+34
2024-09-24gpg: Fix --quick-set-expire for V5 subkey fingerprintsIngo Klöcker1-1/+1
2024-09-19gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2-5/+11
2024-09-11build: Remove configure option --enable-gpg-is-gpg2Werner Koch2-62/+3
2024-09-11gpg: Fix getting key by IPGP.NIIBE Yutaka1-1/+2
2024-09-09gpg: New commands --add-recipients and --change-recipients.Werner Koch11-66/+331