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
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
path:
root
/
g10
/
keygen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gpg: New option --add-desig-revoker
Werner Koch
2023-02-16
1
-10
/
+104
*
gpg: New export option "mode1003".
Werner Koch
2022-12-02
1
-1
/
+1
*
gpg: Remove a mostly duplicated function.
Werner Koch
2022-12-02
1
-1
/
+1
*
gpg: Merge --rfc4880bis features into --gnupg
Werner Koch
2022-10-31
1
-18
/
+12
*
gpg: Allow only OCB for AEAD encryption.
Werner Koch
2022-10-31
1
-23
/
+0
*
gpg,common,scd,sm: Function prototype fixes for modern compiler.
NIIBE Yutaka
2022-09-13
1
-1
/
+1
*
gpg: Support key flags for RENC, TIME, and GROUP.
Werner Koch
2022-09-07
1
-3
/
+12
*
gpg: Improve --edit-key setpref.
Werner Koch
2022-08-12
1
-5
/
+17
*
keygen: Fix reading AEAD preference
Jakub Jelen
2022-06-14
1
-1
/
+1
*
gpg: Remove restrictions for the name part of a user-id.
Werner Koch
2022-04-08
1
-7
/
+0
*
gpg: Remove EAX from the preference list.
Werner Koch
2022-03-28
1
-2
/
+0
*
gpg: Fix adding the list of ultimate trusted keys.
NIIBE Yutaka
2022-01-12
1
-2
/
+0
*
gpg: Report failed generation of subkey pair via status interface
Ingo Klöcker
2022-01-11
1
-1
/
+5
*
gpg: Request keygrip of key to add via command interface
Ingo Klöcker
2022-01-11
1
-2
/
+2
*
gpg: Correctly set the ownertrust for a new key.
Werner Koch
2021-12-20
1
-3
/
+1
*
gpg: Avoid uninitialized revkey.fprlen.
Jakub Jelen
2021-11-12
1
-0
/
+2
*
gpg: Ed448 and X448 are only for v5 (for subkey).
NIIBE Yutaka
2021-09-29
1
-1
/
+6
*
gpg: Ed448 and X448 are only for v5 for --full-gen-key.
NIIBE Yutaka
2021-05-27
1
-1
/
+24
*
g10: Avoid memory leaks
Jakub Jelen
2021-05-20
1
-2
/
+10
*
g10: Fix memory leaks
Jakub Jelen
2021-05-20
1
-4
/
+11
*
gpg: Replace an obsolete trustdb function.
Werner Koch
2021-04-23
1
-2
/
+3
*
gpg: Ed448 and X448 are only for v5.
NIIBE Yutaka
2021-04-08
1
-3
/
+23
*
gpg: New option --no-auto-trust-new-key.
Beta-2.3.0-beta1655
Werner Koch
2021-03-15
1
-3
/
+4
*
gpg: Make quick-gen-key with algo "card" work for keys without keytime
Ingo Klöcker
2020-12-07
1
-6
/
+4
*
gpg: Switch to ed25519+cv25519 as default algo.
Werner Koch
2020-10-05
1
-28
/
+29
*
gpg: Fix parameter parsing form ed448.
Werner Koch
2020-10-02
1
-1
/
+1
*
gpg: Initialize a parameter to silence valgrind.
Werner Koch
2020-09-04
1
-0
/
+1
*
gpg,gpgsm: Record the creation time of a private key.
Werner Koch
2020-08-19
1
-1
/
+1
*
ecc: Support Ed448/X448 key generation.
NIIBE Yutaka
2020-06-30
1
-2
/
+5
*
gpg,agent: Support Ed448 signing.
NIIBE Yutaka
2020-06-24
1
-1
/
+15
*
ecc: Use "cv448" to specify key using X448.
NIIBE Yutaka
2020-06-23
1
-4
/
+4
*
gpg: Add X448 support.
NIIBE Yutaka
2020-06-09
1
-0
/
+14
*
gpg,ecc: Handle external representation as SOS with opaque MPI.
NIIBE Yutaka
2020-06-09
1
-13
/
+4
*
gpg: Improve generation of keys stored on card (brainpool,cv25519).
Werner Koch
2020-06-03
1
-28
/
+48
*
Spelling cleanup.
Daniel Kahn Gillmor
2020-02-18
1
-1
/
+1
*
gpg: Changes to allow direct key generation from an OpenPGP card.
Werner Koch
2020-02-13
1
-126
/
+191
*
gpg: Improve key creation direct from the card.
Werner Koch
2020-02-11
1
-12
/
+66
*
common: Extend the openpgp_curve_to_oid function.
Werner Koch
2020-02-11
1
-1
/
+1
*
common: Add OpenPGP<->Gcrypt pubkey id mapping functions.
Werner Koch
2020-02-09
1
-4
/
+4
*
Merge branch 'switch-to-gpgk' into master
Werner Koch
2019-09-27
1
-2
/
+2
|
\
|
*
gpg: New option --use-keyboxd.
Werner Koch
2019-09-09
1
-2
/
+2
*
|
gpg: Rework the signature subpacket iteration function.
Werner Koch
2019-09-05
1
-4
/
+4
*
|
gpg: Extend --quick-gen-key for creating keys from a card.
Werner Koch
2019-08-22
1
-58
/
+261
*
|
gpg: In a list of card keys show the standard keys.
Werner Koch
2019-08-21
1
-3
/
+19
|
/
*
gpg: Do not allow creation of user ids larger than our parser allows.
Werner Koch
2019-05-21
1
-15
/
+20
*
gpg: Cleanup use of make_keysig_packet.
Werner Koch
2019-05-13
1
-4
/
+4
*
gpg: Improve the code to decrypt using PIV cards.
Werner Koch
2019-04-03
1
-1
/
+1
*
gpg: Allow direct key generation from card with --full-gen-key.
Werner Koch
2019-04-02
1
-20
/
+158
*
gpg: Don't use EdDSA algo ID for ECDSA curves.
Trevor Bentley
2019-03-27
1
-7
/
+18
*
gpg: Implement v5 keys and v5 signatures.
Werner Koch
2019-03-14
1
-58
/
+174
[prev]
[next]