aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-04gpg: Do not allow to accidently set the RENC usage.Werner Koch1-1/+13
2024-01-24gpg: Fix leftover unprotected card backup key.Werner Koch1-2/+5
2023-10-27gpg: Pass ECDH parameters to OpenPGP smartcardsWerner Koch1-3/+23
2023-10-26gpg: Allow expiration time after 2013-01-19 on 32 bit Windows.Werner Koch1-7/+18
2023-10-14gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch1-3/+10
2023-09-07gpg: New option --add-desig-revokerWerner Koch1-10/+103
2023-07-05gpg: Set default expiration date to 3 years.Werner Koch1-1/+1
2023-03-24gpg,gpgsm: Extend the use of allow-ecc-encr and vsd-allow-ocbWerner Koch1-0/+4
2023-03-03gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch1-3/+12
2022-11-25gpg: Add a notation to encryption subkeys in de-vs mode.Werner Koch1-3/+57
2022-11-16gpg: Add a notation to encryption subkeys in de-vs mode.Werner Koch1-3/+57
2022-10-31gpg: Support OCB encryption.Werner Koch1-5/+76
2022-07-25gpg: Request keygrip of key to add via command interfaceIngo Klöcker1-2/+2
2022-01-17gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka1-3/+0
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch1-1/+1
2020-11-11gpg: Support brainpool keygen with "key from card".Werner Koch1-0/+4
2020-09-04gpg: Initialize a parameter to silence valgrind.Werner Koch1-0/+1
2020-08-25gpg: Set default keysize to rsa3072Werner Koch1-5/+4
2020-08-23gpg,gpgsm: Record the creation time of a private key.Werner Koch1-1/+1
2019-10-15gpg: Extend --quick-gen-key for creating keys from a card.Werner Koch1-60/+271
2019-08-21gpg: Allow direct key generation from card with --full-gen-key.Werner Koch1-19/+157
2019-05-21gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch1-15/+20
2019-03-27gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley1-7/+18
2018-08-29gpg: Explain error message in key generation with --batchWerner Koch1-1/+3
2018-03-29g10: Support key attribute change at --card-edit/generate.NIIBE Yutaka1-6/+11
2018-03-28g10: Change ask_curve so that it can be used outside.NIIBE Yutaka1-23/+15
2018-01-18gpg: Fix the use of future-default with --quick-add-key.Werner Koch1-12/+34
2018-01-01gpg: Allow "futuredefault" as alias for "future-default".Werner Koch1-6/+8
2017-12-29gpg: Allow the use of "cv25519" and "ed25519" in the keygen parms.Werner Koch1-0/+7
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-0/+5
2017-12-12gpg: default-preference-list: prefer SHA512.Daniel Kahn Gillmor1-10/+27
2017-11-06g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka1-9/+16
2017-10-19gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch1-0/+3
2017-09-12gpg: Fix "Fix key generation with only an email part".Werner Koch1-1/+1
2017-09-11gpg: Fix key generation with only an email part.Werner Koch1-1/+8
2017-07-27indent: Wrap an overlong line.Werner Koch1-1/+3
2017-07-26g10: Make sure exactly one fingerprint is output with --quick-gen-key.Marcus Brinkmann1-1/+2
2017-06-20gpg: Fix error handling.Justus Winter1-0/+2
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka1-2/+2
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-21/+25
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-6/+6
2017-03-02gpg: Always initialize the trust db when generating keys.Justus Winter1-3/+2
2017-03-02gpg: Fix (quick) key generation with --always-trust.Justus Winter1-2/+3
2017-03-01gpg: Allow creating keys using an existing ECC key.Werner Koch1-19/+3
2017-02-26g10: fix typoManish Goregaokar1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-20g10: Support primary key generation by keygrip.NIIBE Yutaka1-109/+149
2017-01-12gpg: Rename a var to avoid a shadowing warning.Werner Koch1-3/+5
2016-12-13g10: Spell out --full-gen-key.Justus Winter1-1/+1