| Commit message (Expand) | Author | Age | Files | Lines |
* | Add kmac.c.gniibe/kem | NIIBE Yutaka | 2024-03-29 | 1 | -53/+15 |
* | Fix pkdecrypt.c, now works with the test vector. | NIIBE Yutaka | 2024-03-21 | 1 | -8/+7 |
* | Fix computation of PQC KEM. | NIIBE Yutaka | 2024-03-20 | 1 | -15/+19 |
* | Fix cmd_sigkey and agent_hybrid_kem_decap. | NIIBE Yutaka | 2024-03-19 | 2 | -4/+2 |
* | Fix since AES KeyWrap is always with AES256 for hybrid KEM. | NIIBE Yutaka | 2024-03-07 | 1 | -7/+8 |
* | Experiment with hybrid KEM. | NIIBE Yutaka | 2024-03-07 | 1 | -3/+304 |
* | agent: PKDECRYPT KEM-mode can be used by CMS too. | NIIBE Yutaka | 2024-03-04 | 3 | -12/+25 |
* | agent: Add --another option for hybrid crypto. | NIIBE Yutaka | 2024-03-01 | 2 | -4/+15 |
* | Experiment to use KEM interface for Curve25519 ECDH. | NIIBE Yutaka | 2024-01-26 | 3 | -7/+192 |
* | agent,kbx: Fix reliable_homedir_inotify (2/2). | NIIBE Yutaka | 2023-12-26 | 1 | -7/+7 |
* | agent,kbx: Fix reliable_homedir_inotify (1/2). | NIIBE Yutaka | 2023-12-26 | 1 | -13/+14 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 1 | -13/+62 |
|\ |
|
| * | agent: Update the key file only if changed (slight return). | Werner Koch | 2023-11-21 | 1 | -12/+52 |
| * | agent: Update the key file only if not changed. | Werner Koch | 2023-11-21 | 1 | -1/+10 |
* | | agent: Fix homedir check wrt --disable-check-own-socket option. | NIIBE Yutaka | 2023-12-20 | 1 | -5/+3 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-11-07 | 1 | -6/+9 |
|\| |
|
| * | scd:openpgp: Return better error codes for the Reset Code. | Werner Koch | 2023-10-06 | 1 | -6/+9 |
| * | agent: fix tpm2d keytotpm handling | NIIBE Yutaka | 2023-10-06 | 1 | -5/+28 |
| * | agent: Initialize FP for the case of error return. | NIIBE Yutaka | 2023-10-06 | 1 | -1/+1 |
| * | agent: Fix agent_update_private_key. | NIIBE Yutaka | 2023-10-04 | 1 | -1/+1 |
* | | agent: Fix agent_update_private_key. | NIIBE Yutaka | 2023-10-04 | 1 | -1/+1 |
* | | agent: fix tpm2d keytotpm handling | NIIBE Yutaka | 2023-09-28 | 1 | -5/+28 |
* | | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 2023-09-26 | 1 | -7/+7 |
* | | agent: Initialize FP for the case of error return. | NIIBE Yutaka | 2023-09-26 | 1 | -1/+1 |
* | | agent: Fix timer round-up check when inserting an entry into cache. | NIIBE Yutaka | 2023-09-04 | 1 | -1/+1 |
* | | agent: Fix sock_inotify_fd handling. | NIIBE Yutaka | 2023-09-04 | 1 | -2/+5 |
* | | agent: Fix timer list management. | NIIBE Yutaka | 2023-09-01 | 1 | -2/+6 |
* | | agent: Fix the previous commit. | NIIBE Yutaka | 2023-09-01 | 1 | -3/+0 |
* | | agent: Introduce management of timer to expire cache entries. | NIIBE Yutaka | 2023-08-31 | 1 | -84/+284 |
* | | agent: Better interaction between main loop and cache expiration. | NIIBE Yutaka | 2023-08-30 | 3 | -47/+44 |
* | | agent: Have a thread monitoring parent PID and homedir. | NIIBE Yutaka | 2023-08-30 | 1 | -39/+87 |
* | | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0. | NIIBE Yutaka | 2023-08-30 | 1 | -3/+6 |
* | | agent: Fix the handling of socket takeover. | NIIBE Yutaka | 2023-08-30 | 1 | -9/+11 |
* | | agent: Use a thread to monitor socket takeover. | NIIBE Yutaka | 2023-08-30 | 1 | -62/+45 |
* | | agent: Add agent_kick_the_loop function. | NIIBE Yutaka | 2023-08-24 | 2 | -34/+117 |
* | | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 2023-08-03 | 1 | -0/+1 |
* | | agent: Use new libassuan API for pipe server process. | NIIBE Yutaka | 2023-08-03 | 2 | -78/+6 |
* | | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2023-08-03 | 1 | -5/+0 |
* | | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 2023-08-03 | 1 | -2/+2 |
* | | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 2 | -5/+5 |
* | | agent,build,w32: Fix use of SOCKET. | NIIBE Yutaka | 2023-07-18 | 1 | -0/+4 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 1 | -5/+5 |
* | | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2023-07-04 | 1 | -2/+2 |
|\| |
|
| * | agent: Do not overwrite a key file by a shadow key file. | Werner Koch | 2023-05-26 | 1 | -90/+64 |
| * | agent: Update key files by first writing to a temp file. | Werner Koch | 2023-05-26 | 1 | -66/+97 |
| * | agent: Create and use Token entries to track the display s/n. | Werner Koch | 2023-05-26 | 10 | -29/+102 |
| * | agent,w32: Fix resource leak for a process. | NIIBE Yutaka | 2023-05-25 | 1 | -2/+2 |
| * | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
| * | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -2/+31 |
* | | agent: Fix formatting thread ID of nPth. | NIIBE Yutaka | 2023-07-03 | 1 | -2/+3 |