index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
bugfixes-2.2
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
|
gpg: New option --require-pqc-encryption
Werner Koch
2024-04-24
5
-1
/
+36
*
|
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: Split keygrip in a standard key listing.
Werner Koch
2024-04-23
1
-2
/
+15
*
|
gpg: Support Kyber with Brainpool512r1.
Werner Koch
2024-04-23
20
-4
/
+750
*
|
gpg: Support encryption with kyber_bp256 and kyber_bp384
Werner Koch
2024-04-23
3
-2
/
+39
*
|
Remove the deprecated gcry_set_log_handler.
Werner Koch
2024-04-23
3
-55
/
+0
*
|
tests: Add two Kyber sample keys and messages.
Werner Koch
2024-04-23
12
-4
/
+562
*
|
gpg: Support encryption with kyber_cv448.
Werner Koch
2024-04-23
2
-14
/
+41
*
|
Require Libgcrypt 1.11.0
Werner Koch
2024-04-23
3
-65
/
+71
*
|
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
*
|
po: Update Portuguese Translation.
Daniel Cerqueira
2024-04-23
1
-38
/
+9
*
|
tests: Avoid new C23 keyword true.
Werner Koch
2024-04-22
1
-4
/
+4
*
|
gpg: Prepare Kyber encryption code for more variants.
Werner Koch
2024-04-18
3
-24
/
+93
*
|
gpg: Mark disabled keys and add show-ownertrust list option.
Werner Koch
2024-04-17
6
-10
/
+33
*
|
gpg: New command --quick-set-ownertrust.
Werner Koch
2024-04-17
4
-2
/
+105
*
|
gpg: Make --with-subkey-fingerprint the default.
Werner Koch
2024-04-16
2
-2
/
+11
*
|
gpg: Fix minor Kyber display things.
Werner Koch
2024-04-15
2
-1
/
+10
*
|
gpg: Implement Kyber encryption.
Werner Koch
2024-04-15
2
-4
/
+214
*
|
gpg: Add arg session_algo to pk_decrypt.
Werner Koch
2024-04-15
4
-126
/
+180
*
|
scd:openpgp: Robust Data Object handling for constructed case.
NIIBE Yutaka
2024-04-15
1
-0
/
+50
*
|
gpg: Prepare to use the fingerprint as fixed-info for Kyber.
Werner Koch
2024-04-12
3
-8
/
+22
*
|
gpg: Simplify the pk_encrypt function interface.
Werner Koch
2024-04-12
3
-33
/
+37
*
|
gpg: Changed internal data format for Kyber.
Werner Koch
2024-04-11
8
-41
/
+103
*
|
agent: Add more diagnostics to PQC decryption.
Werner Koch
2024-04-11
2
-16
/
+71
*
|
indent: Re-indent a function
Werner Koch
2024-04-11
1
-166
/
+165
*
|
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
2
-1
/
+1
*
|
doc: Fix a few typos in agent/keyformat.txt
Todd Zullinger via Gnupg-devel
2024-04-11
1
-6
/
+6
*
|
gpg: Make Kyber creation more flexible.
Werner Koch
2024-04-10
5
-11
/
+55
*
|
agent:kem: Externalize FIXED_INFO.
NIIBE Yutaka
2024-04-10
1
-18
/
+51
*
|
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
3
-60
/
+131
*
|
gpg: Some support to allow Kyber decryption.
Werner Koch
2024-04-09
7
-15
/
+67
*
|
kbx: Support kyber in the blob parser.
Werner Koch
2024-04-09
2
-4
/
+44
*
|
gpg: Allow no CRC24 checksum in armor.
NIIBE Yutaka
2024-04-09
1
-2
/
+2
*
|
kbx: Fix keyid search for mixed v4/v5 case.
Werner Koch
2024-04-08
1
-28
/
+25
*
|
gpg: Do not allow to accidently set the RENC usage.
Werner Koch
2024-04-05
1
-1
/
+14
*
|
gpg: Allow to create a Kyber key from keygrips.
Werner Koch
2024-04-05
6
-13
/
+97
*
|
agent: Fix error handling of READKEY.
Werner Koch
2024-04-05
1
-1
/
+3
*
|
gpg: Support dual keygrips.
Werner Koch
2024-04-05
10
-45
/
+180
*
|
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
*
|
gpg: Initial support for generating Kyber subkeys.
Werner Koch
2024-04-03
9
-110
/
+461
*
|
common: Extend openpgp_oid_to_curve to return an abbreviated name.
Werner Koch
2024-04-03
2
-14
/
+39
[prev]
[next]