| Commit message (Expand) | Author | Age | Files | Lines |
* | w32: Introduce Registry key GNUPG_ASSUME_COMPLIANCE. | Werner Koch | 2024-12-04 | 1 | -0/+12 |
* | common: Change daemon startup timeout from 5 to 8 seconds. | Werner Koch | 2024-11-25 | 1 | -3/+3 |
* | gpg: Consider Kyber to be de-vs compliant. | Werner Koch | 2024-11-14 | 1 | -13/+61 |
* | common: Fix test for the assumed compliance. | Werner Koch | 2024-10-21 | 1 | -1/+1 |
* | common: Fix a race condition in creating socketdir. | NIIBE Yutaka | 2024-10-16 | 1 | -4/+14 |
* | common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. | NIIBE Yutaka | 2024-10-08 | 3 | -4/+16 |
* | common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve. | NIIBE Yutaka | 2024-10-08 | 1 | -2/+1 |
* | Implement GNUPG_ASSUME_COMPLIANCE envvar for testing | Werner Koch | 2024-10-07 | 1 | -1/+19 |
* | common: Fix gnupg_exec_tool_stream for INEXTRA==NULL. | NIIBE Yutaka | 2024-09-25 | 1 | -1/+1 |
* | common: Add debug code to gnupg_exec_tool_stream | Werner Koch | 2024-09-24 | 1 | -0/+7 |
* | build: Remove configure option --enable-gpg-is-gpg2 | Werner Koch | 2024-09-11 | 1 | -12/+2 |
* | gpg: Switch Kyber to the final algo id and add it to the menu. | Werner Koch | 2024-08-27 | 1 | -2/+2 |
* | common: Do not call the agent with the obsolete --use-standard-socket. | Werner Koch | 2024-08-22 | 1 | -2/+0 |
* | sm: More improvements for PKCS#12 parsing for latest IVBB changes. | Werner Koch | 2024-08-06 | 2 | -246/+285 |
* | Revert "common: Fix tlv-parser for constructed OCTET-STRING." | Werner Koch | 2024-07-23 | 1 | -4/+1 |
* | dotlock: Avoid leaking directory handle. | Jakub Jelen | 2024-07-22 | 1 | -0/+2 |
* | common: Fix tlv-parser for constructed OCTET-STRING. | NIIBE Yutaka | 2024-07-12 | 1 | -1/+4 |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 4 | -19/+46 |
* | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 2024-07-09 | 5 | -102/+122 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 6 | -1882/+20 |
* | gpg: Print a warning if the (draft) Kyber algorithm is used. | Werner Koch | 2024-07-05 | 1 | -0/+1 |
* | common:w32: Fix for 64-bit Windows. | NIIBE Yutaka | 2024-06-06 | 1 | -0/+5 |
* | common:w32: Fix INEXTRA handling. | NIIBE Yutaka | 2024-06-04 | 1 | -6/+20 |
* | common: New function tokenize_to_strlist. | Werner Koch | 2024-05-31 | 3 | -18/+292 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 21 | -25/+25 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 6 | -119/+240 |
* | common: Fix process termination check at release. | NIIBE Yutaka | 2024-05-30 | 2 | -2/+2 |
* | common: Remove unused function. | NIIBE Yutaka | 2024-05-15 | 1 | -6/+0 |
* | agent:kem:ecc: Support a key on smartcard. | NIIBE Yutaka | 2024-04-26 | 2 | -0/+45 |
* | gpg: Support Kyber with Brainpool512r1. | Werner Koch | 2024-04-23 | 1 | -1/+2 |
* | gpg: Support encryption with kyber_bp256 and kyber_bp384 | Werner Koch | 2024-04-23 | 1 | -2/+4 |
* | Remove the deprecated gcry_set_log_handler. | Werner Koch | 2024-04-23 | 1 | -22/+0 |
* | gpg: Support encryption with kyber_cv448. | Werner Koch | 2024-04-23 | 1 | -1/+1 |
* | Require Libgcrypt 1.11.0 | Werner Koch | 2024-04-23 | 1 | -4/+1 |
* | gpg: Prepare Kyber encryption code for more variants. | Werner Koch | 2024-04-18 | 2 | -2/+27 |
* | gpg: Fix minor Kyber display things. | Werner Koch | 2024-04-15 | 1 | -1/+9 |
* | gpg: Add arg session_algo to pk_decrypt. | Werner Koch | 2024-04-15 | 1 | -9/+23 |
* | gpg: Make Kyber creation more flexible. | Werner Koch | 2024-04-10 | 1 | -1/+3 |
* | common: Rename to kem.c from kmac.c. | NIIBE Yutaka | 2024-04-10 | 2 | -1/+1 |
* | common,agent: Factor out KEM functions into common/kem.c. | NIIBE Yutaka | 2024-04-10 | 2 | -7/+87 |
* | gpg: Allow to create a Kyber key from keygrips. | Werner Koch | 2024-04-05 | 2 | -1/+2 |
* | gpg: Initial support for generating Kyber subkeys. | Werner Koch | 2024-04-03 | 1 | -2/+1 |
* | common: Extend openpgp_oid_to_curve to return an abbreviated name. | Werner Koch | 2024-04-03 | 2 | -14/+39 |
* | common: Allow building with libgcrypt 1.10 for now. | Werner Koch | 2024-04-03 | 1 | -0/+4 |
* | common: Add KMAC. | NIIBE Yutaka | 2024-03-29 | 3 | -2/+140 |
* | gpg,gpgsm: New option --disable-fd-translation. | Werner Koch | 2024-03-26 | 2 | -8/+19 |
* | Allow installation with a gpgconf.ctl changed homedir. | Werner Koch | 2024-03-21 | 2 | -16/+120 |
* | common: Use a common gpgconf.ctl parser for Unix and Windows. | Werner Koch | 2024-03-21 | 1 | -201/+250 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 5 | -8/+14 |
|\ |
|
| * | gpg: Add option --assert-pubkey_algo. | Werner Koch | 2024-02-10 | 2 | -5/+9 |