index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
agent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
agent: Fix a memory leak.
Sorah Fukumori
4 days
1
-0
/
+1
*
Stronger deprecate the --supervised option.
Werner Koch
10 days
1
-9
/
+12
*
agent: Clean up for the refactoring.
NIIBE Yutaka
2024-12-16
1
-2
/
+2
*
agent: Use SETDATA --apend for larger data to communicate scdaemon.
NIIBE Yutaka
2024-12-05
1
-22
/
+31
*
agent: Fix status output for LISTTRUSTED.
NIIBE Yutaka
2024-10-31
1
-2
/
+2
*
agent: Fix resource leak for PRIMARY_CTX.
NIIBE Yutaka
2024-10-22
1
-0
/
+3
*
agent: Add option --status to the LISTRUSTED command.
Werner Koch
2024-10-01
3
-16
/
+60
*
agent: Replace hack for old Libgcrypt versions for auto-expand-secmem.
Werner Koch
2024-09-27
1
-4
/
+1
*
agent: Better diagnostic for a failed key unprotection.
Werner Koch
2024-09-27
1
-0
/
+2
*
agent: Fix detection of the trustflag de-vs.
Werner Koch
2024-09-19
1
-1
/
+1
*
agent: Fix KEYTOCARD for the use case with loopback pinentry.
NIIBE Yutaka
2024-09-03
1
-0
/
+7
*
agent: When diverting to a card show the name of unsupported algos.
Werner Koch
2024-08-09
1
-1
/
+14
*
agent: Avoid memory leak when handling ssh keys.
Jakub Jelen
2024-07-22
1
-0
/
+4
*
agent: Avoid memory leak when handling tpm2.
Jakub Jelen
2024-07-22
1
-0
/
+1
*
common: On Windows, we care about how PIPE handles are inherited.
NIIBE Yutaka
2024-07-09
1
-1
/
+1
*
Use gpgrt_process_spawn API from libgpg-error.
NIIBE Yutaka
2024-07-09
1
-8
/
+7
*
agent: Require use of "SCD DEVINFO --watch" command with socket.
NIIBE Yutaka
2024-06-28
1
-0
/
+3
*
agent: Initialize thread_startup.fd for pipe connection.
NIIBE Yutaka
2024-06-28
1
-0
/
+1
*
agent: Handle SCD DEVINFO --watch command in a special way.
NIIBE Yutaka
2024-06-27
1
-0
/
+96
*
agent:daemon: Add an argument to specify requiring socket connection.
NIIBE Yutaka
2024-06-27
4
-5
/
+13
*
agent: Clean up for scdaemon handling.
NIIBE Yutaka
2024-06-11
1
-5
/
+1
*
agent: Fix a race condition which results accessing finished scd.
NIIBE Yutaka
2024-06-11
1
-4
/
+6
*
agent: Silence debug output from the PIN caching.
Werner Koch
2024-06-06
1
-3
/
+5
*
indent: Fix spelling
Daniel Kahn Gillmor
2024-05-31
9
-12
/
+12
*
spawn: Remove spawn callback, introduce gnupg_spawn_actions.
NIIBE Yutaka
2024-05-31
1
-1
/
+1
*
agent: Avoid uninitialized access in GENKEY command on parameter error.
Jakub Jelen
2024-05-28
1
-2
/
+2
*
agent: Avoid double free of empty string in the PIN caching.
Werner Koch
2024-05-28
1
-3
/
+7
*
agent: Make sure to return success in ephemeral store mode.
Werner Koch
2024-05-28
1
-0
/
+1
*
agent:kem:ecc: Support a key on smartcard.
NIIBE Yutaka
2024-04-26
3
-74
/
+243
*
agent:kem: Fix memory leaks.
NIIBE Yutaka
2024-04-25
1
-3
/
+6
*
agent: Allow NULL for R_PADDING, when calling scd and tpm2d.
NIIBE Yutaka
2024-04-25
3
-8
/
+13
*
agent:kem: Factor out ECC KEM operation from composite KEM.
NIIBE Yutaka
2024-04-24
1
-107
/
+136
*
agent: Simplify diverting operation to the smartcard.
NIIBE Yutaka
2024-04-24
1
-10
/
+5
*
gpg: Support Kyber with Brainpool512r1.
Werner Koch
2024-04-23
1
-0
/
+6
*
Require Libgcrypt 1.11.0
Werner Koch
2024-04-23
1
-60
/
+69
*
agent:kem: More fix for PQC KEM with X448.
NIIBE Yutaka
2024-04-23
1
-17
/
+16
*
agent:kem: Support other ML-KEM variants.
NIIBE Yutaka
2024-04-23
1
-11
/
+40
*
agent:kem: Support other ECC curves.
NIIBE Yutaka
2024-04-23
1
-21
/
+105
*
agent: Add more diagnostics to PQC decryption.
Werner Koch
2024-04-11
1
-16
/
+69
*
agent: Rename the function using the word "composite"
NIIBE Yutaka
2024-04-11
1
-5
/
+5
*
agent: Fix PQC decryption.
NIIBE Yutaka
2024-04-11
1
-28
/
+9
*
doc: Move keyformat.txt to here.
Werner Koch
2024-04-11
1
-520
/
+0
*
doc: Fix a few typos in agent/keyformat.txt
Todd Zullinger via Gnupg-devel
2024-04-11
1
-6
/
+6
*
agent:kem: Externalize FIXED_INFO.
NIIBE Yutaka
2024-04-10
1
-18
/
+51
*
common,agent: Factor out KEM functions into common/kem.c.
NIIBE Yutaka
2024-04-10
1
-53
/
+44
*
gpg: Allow to create a Kyber key from keygrips.
Werner Koch
2024-04-05
2
-1
/
+12
*
agent: Fix error handling of READKEY.
Werner Koch
2024-04-05
1
-1
/
+3
*
agent: Make "PKDECRYPT --kem" with optional value work.
Werner Koch
2024-04-05
3
-6
/
+11
*
agent: Add initial support for hybrid ECC+PQC decryption with KEM.
NIIBE Yutaka
2024-04-05
3
-7
/
+362
*
agent: Add --another option for hybrid crypto.
NIIBE Yutaka
2024-04-01
2
-6
/
+15
[next]