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
...
*
|
gpg: New option --compatibility-flags
Werner Koch
2022-10-31
3
-1
/
+35
*
|
gpg: Support OCB encryption.
Werner Koch
2022-10-31
15
-126
/
+942
*
|
gpgsm: Also announce AES256-CBC in signatures.
Werner Koch
2022-10-28
1
-7
/
+10
*
|
gpgsm: New compatibility flag "allow-ecc-encr".
Werner Koch
2022-10-28
3
-1
/
+6
*
|
sm: Support encryption using ECDH keys.
Werner Koch
2022-10-28
3
-15
/
+311
*
|
gpgsm: Allow ECC encryption keys with just keyAgreement specified.
Werner Koch
2022-10-28
3
-3
/
+13
*
|
gpgsm: Use macro constants for cert_usage_p.
Werner Koch
2022-10-28
1
-15
/
+27
*
|
scd:nks: Support non-ESIGN signing with the Signature Card v2
Werner Koch
2022-10-28
1
-8
/
+20
*
|
scd: Use app_get_slot at more places.
Werner Koch
2022-10-28
4
-65
/
+84
*
|
scd: Use APP_LEARN_FLAG_KEYPAIRINFO with more apps.
Werner Koch
2022-10-28
2
-2
/
+2
*
|
doc: Make uploading of 2.2 manuals easier
Werner Koch
2022-10-28
1
-2
/
+2
*
|
build: Update gpg-error.m4.
NIIBE Yutaka
2022-10-24
1
-1
/
+5
*
|
gpgsm: Create ECC certificates with AKI and SKI by default.
Werner Koch
2022-10-20
2
-34
/
+163
*
|
gpgsm: Print the key types as standard key algorithm strings.
Werner Koch
2022-10-20
3
-16
/
+49
*
|
gpgsm: Support decryption of ECDH data
Werner Koch
2022-10-20
1
-6
/
+368
*
|
gpgsm: Support key generation with ECC.
NIIBE Yutaka
2022-10-20
1
-5
/
+37
*
|
gpgsm: Remove restriction of key generation (only RSA).
NIIBE Yutaka
2022-10-20
1
-12
/
+10
|
/
*
scd:nks: Don't flag the ESIGN keypair EF as encryption capable.
Werner Koch
2022-10-20
1
-1
/
+1
*
scd:nks: Some code cleanup.
Werner Koch
2022-10-20
1
-107
/
+100
*
scd:nks: Support the Telesec ESIGN application.
Werner Koch
2022-10-20
1
-26
/
+81
*
scd:nks: Return USAGE information for KEYINFO command.
NIIBE Yutaka
2022-10-20
4
-25
/
+26
*
scd:nks: Handle APP_READKEY_FLAG_INFO.
Werner Koch
2022-10-20
1
-52
/
+117
*
scd:nks: Add support for signing plain SHA-2 digests.
Ingo Klöcker
2022-10-20
1
-17
/
+67
*
scd:nks: Support READKEY with keygrip and for "NKS-IDLM" keyref.
NIIBE Yutaka
2022-10-20
1
-0
/
+22
*
scd:nks: Factor out pubkey retrieval from keygrip handling.
NIIBE Yutaka
2022-10-20
1
-84
/
+72
*
scd:nks: Add support of KEYGRIP for do_readcert.
NIIBE Yutaka
2022-10-20
1
-0
/
+18
*
scd:nks: Factor out iteration over filelist.
NIIBE Yutaka
2022-10-20
1
-78
/
+114
*
scd:nks: Fix caching keygrip (more).
NIIBE Yutaka
2022-10-20
1
-5
/
+7
*
scd:nks: Minor additions to the basic IDLM application support.
Werner Koch
2022-10-20
1
-15
/
+25
*
scd,nks: Fix caching keygrip.
NIIBE Yutaka
2022-10-20
1
-3
/
+4
*
scd:nks: Emit the algo string with KEYPAIRINFO
Werner Koch
2022-10-20
1
-15
/
+48
*
scd:nks: Implement writecert for the Signature card v2.
Werner Koch
2022-10-20
3
-8
/
+134
*
scd:nks: Fix certificate read problem with TCOS signature card v2.
Werner Koch
2022-10-20
1
-0
/
+2
*
scd:nks: Fix remaining tries warning in --reset mode.
Werner Koch
2022-10-20
1
-9
/
+10
*
scd:nks: Add framework to support IDKey cards.
Werner Koch
2022-10-20
1
-51
/
+124
*
scd:nks: Get the PIN prompts right for the Signature Card
Werner Koch
2022-10-20
1
-56
/
+136
*
scd:nks: Support decryption using ECDH.
Werner Koch
2022-10-20
1
-74
/
+307
*
scd:nks: Add do_with_keygrip and implement a cache.
Werner Koch
2022-10-20
1
-90
/
+349
*
scd:nks: Allow retrieving certificates from a Signature Card v.20
Werner Koch
2022-10-20
1
-165
/
+302
*
gpg: Move NETLIBS after GPG_ERROR_LIBS (another).
NIIBE Yutaka
2022-10-18
1
-1
/
+1
*
dirmngr: Fix build with no LDAP support.
NIIBE Yutaka
2022-10-18
1
-0
/
+2
*
gpg: Move NETLIBS after GPG_ERROR_LIBS.
NIIBE Yutaka
2022-10-18
1
-6
/
+6
*
gpg: Report an error for receiving key from agent.
NIIBE Yutaka
2022-10-13
1
-0
/
+1
*
Post release updates
Werner Koch
2022-10-13
3
-2
/
+6
*
Release 2.2.40
gnupg-2.2.40
Werner Koch
2022-10-10
2
-4
/
+29
*
po: Auto update
Werner Koch
2022-10-10
1
-1
/
+3
*
gpg: For de-vs use AES-128 instead of 3DES as implicit preference.
Werner Koch
2022-10-10
1
-2
/
+10
*
sm: Fix reporting of bad passphrase error
Ingo Klöcker
2022-10-10
1
-1
/
+4
*
wkd: Implement --blacklist option for gpg-wks-client
Werner Koch
2022-10-07
3
-4
/
+193
*
wkd: Restrict gpg-wks-client --mirror to the given domains.
Werner Koch
2022-10-07
1
-16
/
+62
[prev]
[next]