summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Introduce Registry key GNUPG_ASSUME_COMPLIANCE.Werner Koch2024-12-041-0/+12
* common: Change daemon startup timeout from 5 to 8 seconds.Werner Koch2024-11-251-3/+3
* gpg: Consider Kyber to be de-vs compliant.Werner Koch2024-11-141-13/+61
* common: Fix test for the assumed compliance.Werner Koch2024-10-211-1/+1
* common: Fix a race condition in creating socketdir.NIIBE Yutaka2024-10-161-4/+14
* common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka2024-10-083-4/+16
* common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka2024-10-081-2/+1
* Implement GNUPG_ASSUME_COMPLIANCE envvar for testingWerner Koch2024-10-071-1/+19
* common: Fix gnupg_exec_tool_stream for INEXTRA==NULL.NIIBE Yutaka2024-09-251-1/+1
* common: Add debug code to gnupg_exec_tool_streamWerner Koch2024-09-241-0/+7
* build: Remove configure option --enable-gpg-is-gpg2Werner Koch2024-09-111-12/+2
* gpg: Switch Kyber to the final algo id and add it to the menu.Werner Koch2024-08-271-2/+2
* common: Do not call the agent with the obsolete --use-standard-socket.Werner Koch2024-08-221-2/+0
* sm: More improvements for PKCS#12 parsing for latest IVBB changes.Werner Koch2024-08-062-246/+285
* Revert "common: Fix tlv-parser for constructed OCTET-STRING."Werner Koch2024-07-231-4/+1
* dotlock: Avoid leaking directory handle.Jakub Jelen2024-07-221-0/+2
* common: Fix tlv-parser for constructed OCTET-STRING.NIIBE Yutaka2024-07-121-1/+4
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-094-19/+46
* common,kbx,tests: Clean up the PIPE function API.NIIBE Yutaka2024-07-095-102/+122
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-096-1882/+20
* gpg: Print a warning if the (draft) Kyber algorithm is used.Werner Koch2024-07-051-0/+1
* common:w32: Fix for 64-bit Windows.NIIBE Yutaka2024-06-061-0/+5
* common:w32: Fix INEXTRA handling.NIIBE Yutaka2024-06-041-6/+20
* common: New function tokenize_to_strlist.Werner Koch2024-05-313-18/+292
* indent: Fix spellingDaniel Kahn Gillmor2024-05-3121-25/+25
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-316-119/+240
* common: Fix process termination check at release.NIIBE Yutaka2024-05-302-2/+2
* common: Remove unused function.NIIBE Yutaka2024-05-151-6/+0
* agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka2024-04-262-0/+45
* gpg: Support Kyber with Brainpool512r1.Werner Koch2024-04-231-1/+2
* gpg: Support encryption with kyber_bp256 and kyber_bp384Werner Koch2024-04-231-2/+4
* Remove the deprecated gcry_set_log_handler.Werner Koch2024-04-231-22/+0
* gpg: Support encryption with kyber_cv448.Werner Koch2024-04-231-1/+1
* Require Libgcrypt 1.11.0Werner Koch2024-04-231-4/+1
* gpg: Prepare Kyber encryption code for more variants.Werner Koch2024-04-182-2/+27
* gpg: Fix minor Kyber display things.Werner Koch2024-04-151-1/+9
* gpg: Add arg session_algo to pk_decrypt.Werner Koch2024-04-151-9/+23
* gpg: Make Kyber creation more flexible.Werner Koch2024-04-101-1/+3
* common: Rename to kem.c from kmac.c.NIIBE Yutaka2024-04-102-1/+1
* common,agent: Factor out KEM functions into common/kem.c.NIIBE Yutaka2024-04-102-7/+87
* gpg: Allow to create a Kyber key from keygrips.Werner Koch2024-04-052-1/+2
* gpg: Initial support for generating Kyber subkeys.Werner Koch2024-04-031-2/+1
* common: Extend openpgp_oid_to_curve to return an abbreviated name.Werner Koch2024-04-032-14/+39
* common: Allow building with libgcrypt 1.10 for now.Werner Koch2024-04-031-0/+4
* common: Add KMAC.NIIBE Yutaka2024-03-293-2/+140
* gpg,gpgsm: New option --disable-fd-translation.Werner Koch2024-03-262-8/+19
* Allow installation with a gpgconf.ctl changed homedir.Werner Koch2024-03-212-16/+120
* common: Use a common gpgconf.ctl parser for Unix and Windows.Werner Koch2024-03-211-201/+250
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-125-8/+14
|\
| * gpg: Add option --assert-pubkey_algo.Werner Koch2024-02-102-5/+9