1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-02 21:11:05 +01:00

Commit Graph

  • c68eca6363
    tools: Add envvar GPG_AUTHCODE_SIGN_MODE to disable signing. master Werner Koch 2025-02-24 10:52:39 +01:00
  • fdcc69c29d
    dirmngr: Prepare for new command KS_DEL. Werner Koch 2025-02-21 14:45:15 +01:00
  • db7141d462
    dirmngr: Factor a common command parsing code out. Werner Koch 2025-02-21 14:35:21 +01:00
  • 75667050dc
    build: Update autogen.sh to the current version. Werner Koch 2025-02-21 13:01:47 +01:00
  • bec71fdbe5
    speedo: Do not build gpgme anymore. Werner Koch 2025-02-21 12:58:39 +01:00
  • da0164efc7
    gpg: Fix a verification DoS due to a malicious subkey in the keyring. STABLE-BRANCH-2-4 Werner Koch 2025-02-21 12:16:17 +01:00
  • 9cd371b12d
    gpg: Remove a signature check function wrapper. Werner Koch 2025-02-20 14:50:20 +01:00
  • 48978ccb4e
    gpg: Fix a verification DoS due to a malicious subkey in the keyring. Werner Koch 2025-02-21 12:16:17 +01:00
  • 5e87e452e4
    gpg: Remove a signature check function wrapper. Werner Koch 2025-02-20 14:50:20 +01:00
  • 2391361895
    doc: Declare --disable-http as legacy. Werner Koch 2025-02-19 11:56:46 +01:00
  • 4c11359aec
    doc: Declare --disable-http as legacy. Werner Koch 2025-02-19 11:56:46 +01:00
  • feeceed970
    agent: Improve diagnostics for a bind call failure. Werner Koch 2025-02-18 12:19:49 +01:00
  • 3239a41dde
    doc: Add some notes Werner Koch 2025-02-18 09:21:15 +01:00
  • 80491dd91a
    Post release updates Werner Koch 2025-02-12 11:59:51 +01:00
  • ec6c2e38f1
    Release 2.5.4 gnupg-2.5.4 Werner Koch 2025-02-12 11:33:44 +01:00
  • f2297f1952
    po: msgmerge Werner Koch 2025-02-12 11:39:14 +01:00
  • fc8619fce2
    Update Turkish translations Emir SARI 2024-12-12 13:51:57 +03:00
  • 7a47252516
    agent: New option --change-std-env-name. Werner Koch 2025-02-12 11:15:21 +01:00
  • 8c753cb7c9
    gpgsm: Remove unused function. Werner Koch 2025-02-12 10:30:51 +01:00
  • 10307c7cd9
    doc: Do not install gnupg.7.html into usr/share/man/manh/ Daniel Kahn Gillmor 2025-02-07 23:52:04 -05:00
  • 503c9e3451
    doc: Do not install gnupg.7.html into usr/share/man/manh/ Daniel Kahn Gillmor 2025-02-07 23:52:04 -05:00
  • 25d748c3df
    gpg: Lookup key for merging/inserting only by primary key. Werner Koch 2025-02-11 14:44:23 +01:00
  • 70049e5f16
    gpg: Lookup key for merging/inserting only beu primary key. Werner Koch 2025-02-11 14:44:23 +01:00
  • ef4acfd77b
    Update NEWS Werner Koch 2025-02-07 11:56:27 +01:00
  • 3738b0a99a
    gpg: Store Link attributes for composite keys. Werner Koch 2025-02-07 11:10:09 +01:00
  • 00c31f8b04
    gpg: New option --disable-pqc-encryption. Werner Koch 2025-02-06 17:45:23 +01:00
  • da9fb6bd16
    kbx: Fix for building without keyboxd. Werner Koch 2025-02-06 15:46:15 +01:00
  • 3a523b43d4
    gpgscm: Fix possible segv in the process functions. Werner Koch 2025-02-06 15:35:49 +01:00
  • 0ec989ee3f
    gpgscm: Fix for gcc < 4.5 Werner Koch 2025-02-06 14:40:46 +01:00
  • c08a3c2484
    gpg: Fix --quick-add-key for Weierstrass ECC with usage given. Werner Koch 2025-02-05 11:03:30 +01:00
  • 9dba5ab403
    gpg: Fix --quick-add-key for Weierstrass ECC with usage given. Werner Koch 2025-02-05 11:03:30 +01:00
  • 8ae8f12e53
    po: Update to po/pt.po Daniel Cerqueira 2025-02-03 09:55:56 +00:00
  • c2ff47d5bc
    gpg: Base compliance "de-vs" now on "gnupg" and not on "openpgp". Werner Koch 2025-02-03 11:49:54 +01:00
  • 4b2729b983
    gpg: Simplify the compliance settings. Werner Koch 2025-02-03 11:46:57 +01:00
  • aa46ba28ba
    doc: Record that gpg policy compliance options are last-one-wins Daniel Kahn Gillmor via Gnupg-devel 2025-01-31 12:37:19 -05:00
  • 04d58ff847
    gpg: --compliance={pgp7, pgp8} also now restore default options Daniel Kahn Gillmor via Gnupg-devel 2025-01-31 12:37:18 -05:00
  • 0bdf585993
    gpg: --compliance=gnupg restores default for policy-affected options Daniel Kahn Gillmor via Gnupg-devel 2025-01-31 12:37:17 -05:00
  • 54a8770aeb
    gpg: --compliance=rfc2440 does not require cross-certification Daniel Kahn Gillmor via Gnupg-devel 2025-01-31 12:37:16 -05:00
  • 159e801043
    gpgsm: Allow unattended PKCS#12 export without passphrase. Werner Koch 2025-01-29 18:06:15 +01:00
  • 89055f24f4
    gpgsm: Allow CSR generation with an unprotected key. Werner Koch 2025-01-29 16:32:03 +01:00
  • 2469dc5aae
    agent: Fix ssh-agent's request_identities for skipped keys. Werner Koch 2025-01-22 16:12:49 +01:00
  • b1857a2836
    gpg: Fix handling with no CRC armor. NIIBE Yutaka 2025-01-20 15:07:19 +09:00
  • 6c01d97b17
    build: Remove defining GPG_ERR_ENABLE_ERRNO_MACROS. NIIBE Yutaka 2025-01-15 15:42:46 +09:00
  • 81e129ab3e
    speedo: Do not package zlib and bzip2 object files Werner Koch 2025-01-14 17:43:04 +01:00
  • 137481fa10
    agent: Fix a memory leak. Sorah Fukumori 2025-01-14 11:01:05 +09:00
  • e0a2e9e9c5
    build: Also emit the size of the w32 source tarball Werner Koch 2025-01-10 10:43:56 +01:00
  • ddff3b01f4
    po: Update Japanese Translation. NIIBE Yutaka 2025-01-10 15:04:27 +09:00
  • 6b233c6704
    po: Update Japanese Translation. STABLE-BRANCH-2-2 NIIBE Yutaka 2025-01-10 14:59:34 +09:00
  • 5ac8446ca8
    tools: Some tweaks to gpg-authcode-sign.sh Werner Koch 2025-01-09 17:20:45 +01:00
  • cbc7fa0c8e
    gpg: Show the default PIN hint also before "name" and "key-attr" Werner Koch 2025-01-09 11:34:14 +01:00
  • f476370916
    Post release updates Werner Koch 2025-01-09 10:04:56 +01:00
  • cc3e34b82a
    Release 2.5.3 gnupg-2.5.3 Werner Koch 2025-01-09 09:22:27 +01:00
  • 94045bce41
    po: msgmerge run Werner Koch 2025-01-09 09:06:43 +01:00
  • a2f2523b99
    Remove the default keyserver. Werner Koch 2025-01-08 18:19:49 +01:00
  • a04c936096
    doc: One typo fix. Werner Koch 2025-01-08 17:24:20 +01:00
  • a019a0fcd8
    Stronger deprecate the --supervised option. Werner Koch 2025-01-08 17:10:07 +01:00
  • faa2d3a2e7
    Update README and copyright years. Werner Koch 2025-01-08 15:39:02 +01:00
  • d70a7987f7
    gpg: Print a warning if the card backup key could not be written. Werner Koch 2025-01-08 14:04:23 +01:00
  • b9028f869d
    gpg: Print a warning if the card backup key could not be written. Werner Koch 2025-01-08 14:04:23 +01:00
  • 89b3ef3259
    Post release updates Werner Koch 2025-01-07 10:40:13 +01:00
  • 7e48331afb
    Release 2.2.46 gnupg-2.2.46 Werner Koch 2025-01-07 09:23:50 +01:00
  • 076ed89dee
    po: msgmerge Werner Koch 2025-01-07 09:24:30 +01:00
  • 09613aebf3
    po: Update french translation. bubu 2025-01-07 08:23:51 +01:00
  • 4c7e7a4165
    po: Update French translation Werner Koch 2025-01-06 18:45:53 +01:00
  • 72e3fddbfe
    gpg: Force the use of AES-256 in some cases Damien Goutte-Gattat via Gnupg-devel 2025-01-03 20:59:58 +00:00
  • 80828512b6
    gpg: Allow smaller session keys with Kyber Damien Goutte-Gattat via Gnupg-devel 2025-01-03 20:59:57 +00:00
  • 647fa16be7
    po: Update French translation bubu 2025-01-02 15:56:43 +01:00
  • d32a315418
    po: Update Japanese Translation. NIIBE Yutaka 2024-12-20 11:55:09 +09:00
  • ab8a2408a3
    scd: Use gpgrt_spawn_actions_set_env_rev to have clean semantics. NIIBE Yutaka 2024-12-20 11:45:45 +09:00
  • 893e5e7c6f
    agent: Clean up for the refactoring. NIIBE Yutaka 2024-12-16 10:19:26 +09:00
  • aa36f6ae8b
    gpg: Fix key generation with existing key from card. NIIBE Yutaka 2024-12-16 09:56:24 +09:00
  • d006824de2
    speedo,w32: Remove a leftover doc directory. Werner Koch 2024-12-11 15:34:50 +01:00
  • 36dbca3e69
    gpg: Allow for longer signature subpackets. Werner Koch 2024-12-09 13:23:39 +01:00
  • 4c830b240c
    speedo: Change the default to build a 64 bit version Werner Koch 2024-12-06 12:21:37 +01:00
  • 7b2748c6d8
    gpg: Silence expired trusted-key diagnostics in quiet mode. Werner Koch 2024-12-05 16:32:25 +01:00
  • 0f76dd905d
    Post release updates Werner Koch 2024-12-05 11:30:56 +01:00
  • 84e1781201
    Release 2.5.2 gnupg-2.5.2 Werner Koch 2024-12-05 11:09:25 +01:00
  • 2efcbbea67
    po: Run msgmerge Werner Koch 2024-12-05 11:08:35 +01:00
  • fba1d1089d
    po: Update German translation Werner Koch 2024-12-05 11:08:09 +01:00
  • fe147645d2
    agent: Use SETDATA --apend for larger data to communicate scdaemon. NIIBE Yutaka 2024-12-05 15:31:23 +09:00
  • c3bab200d9
    Require gpgrt 1.51 Werner Koch 2024-12-04 11:04:41 +01:00
  • 7b0be541a9
    w32: Introduce Registry key GNUPG_ASSUME_COMPLIANCE. Werner Koch 2024-12-04 11:02:33 +01:00
  • 7b0d49785d
    po: Update Portuguese Translation. Daniel Cerqueira 2024-11-30 12:11:11 +00:00
  • 5d00ced167
    Post release updates Werner Koch 2024-11-25 12:13:59 +01:00
  • 7bdaf56479
    Release 2.4.7 gnupg-2.4.7 Werner Koch 2024-11-25 11:48:46 +01:00
  • b6e1c77b5d
    po: msgmerge for release Werner Koch 2024-11-25 11:47:03 +01:00
  • 4de9028164
    po: Update Traditional Chinese Translation. Kisaragi Hiu 2024-10-02 17:09:58 +09:00
  • 7c378e0be7
    gpg: Fix modifying signature data by pk_verify for Ed25519. NIIBE Yutaka 2024-11-25 14:39:59 +09:00
  • 52616ae81d
    gpg: Fix modifying signature data by pk_verify for Ed25519. NIIBE Yutaka 2024-11-25 14:39:59 +09:00
  • 72c5f7b0f7
    common: Change daemon startup timeout from 5 to 8 seconds. Werner Koch 2024-11-25 10:36:52 +01:00
  • 73f3d98444
    common: Change daemon startup timeout from 5 to 8 seconds. Werner Koch 2024-11-25 10:36:52 +01:00
  • 70c49ce024
    gpg: Fix modifying signature data by pk_verify for Ed25519. gniibe/t7426 NIIBE Yutaka 2024-11-25 14:39:59 +09:00
  • 8e9769337f
    gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo. Werner Koch 2024-11-22 16:46:15 +01:00
  • bb6b38c240
    gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo. Werner Koch 2024-11-22 16:46:15 +01:00
  • 98b2b35e5c
    doc: Explain that qualified.txt is a legacy method. Werner Koch 2024-11-22 13:44:43 +01:00
  • f0bca16ad3
    doc: Explain that qualified.txt is a legacy method. Werner Koch 2024-11-22 13:44:43 +01:00
  • c8c86f25fd
    gpg: Add the AEAD algo number to the DECRYPTION_INFO status line. Werner Koch 2024-11-21 09:52:46 +01:00
  • 7b57539cf2
    scd: No hard lock-up when apdu_connect never returns. NIIBE Yutaka 2024-11-18 14:25:58 +09:00
  • 269d1ea10c
    gpgconf: Include a minimal secure version in the --query-swdb output. Werner Koch 2024-11-15 09:36:27 +01:00
  • 261a08566e
    scd: No hard lock-up when apdu_connect never returns. NIIBE Yutaka 2024-11-18 14:25:58 +09:00