aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fully implement the group key flag.Werner Koch2025-05-121-2/+5
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-311-1/+1
* gpg: Emit status error for an invalid ADSK.Werner Koch2024-10-071-0/+1
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-09-261-0/+70
* gpg: New option --default-new-key-adsk and "addadsk" for edit-key.Werner Koch2024-09-261-30/+156
* gpg,gpgsm: Remove compatibility_flags allow-ecc-encr and vsd-allow-encr.Werner Koch2024-05-061-4/+0
* gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-041-1/+13
* gpg: Fix leftover unprotected card backup key.Werner Koch2024-01-241-2/+5
* gpg: Pass ECDH parameters to OpenPGP smartcardsWerner Koch2023-10-271-3/+23
* gpg: Allow expiration time after 2013-01-19 on 32 bit Windows.Werner Koch2023-10-261-7/+18
* gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch2023-10-141-3/+10
* gpg: New option --add-desig-revokerWerner Koch2023-09-071-10/+103
* gpg: Set default expiration date to 3 years.Werner Koch2023-07-051-1/+1
* gpg,gpgsm: Extend the use of allow-ecc-encr and vsd-allow-ocbWerner Koch2023-03-241-0/+4
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2023-03-031-3/+12
* gpg: Add a notation to encryption subkeys in de-vs mode.Werner Koch2022-11-161-3/+57
* gpg: Support OCB encryption.Werner Koch2022-10-311-5/+76
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-07-251-2/+2
* gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka2022-01-171-3/+0
* common: Extend the openpgp_curve_to_oid function.Werner Koch2021-04-291-1/+1
* gpg: Support brainpool keygen with "key from card".Werner Koch2020-11-111-0/+4
* gpg: Initialize a parameter to silence valgrind.Werner Koch2020-09-041-0/+1
* gpg: Set default keysize to rsa3072Werner Koch2020-08-251-5/+4
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-231-1/+1
* gpg: Extend --quick-gen-key for creating keys from a card.Werner Koch2019-10-151-60/+271
* gpg: Allow direct key generation from card with --full-gen-key.Werner Koch2019-08-211-19/+157
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-211-15/+20
* gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley2019-03-271-7/+18
* gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* g10: Support key attribute change at --card-edit/generate.NIIBE Yutaka2018-03-291-6/+11
* g10: Change ask_curve so that it can be used outside.NIIBE Yutaka2018-03-281-23/+15
* gpg: Fix the use of future-default with --quick-add-key.Werner Koch2018-01-181-12/+34
* gpg: Allow "futuredefault" as alias for "future-default".Werner Koch2018-01-011-6/+8
* gpg: Allow the use of "cv25519" and "ed25519" in the keygen parms.Werner Koch2017-12-291-0/+7
* gpg: Return an error from hexfingerprint on malloc error.Werner Koch2017-12-131-0/+5
* gpg: default-preference-list: prefer SHA512.Daniel Kahn Gillmor2017-12-121-10/+27
* g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-061-9/+16
* gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch2017-10-191-0/+3
* gpg: Fix "Fix key generation with only an email part".Werner Koch2017-09-121-1/+1
* gpg: Fix key generation with only an email part.Werner Koch2017-09-111-1/+8
* indent: Wrap an overlong line.Werner Koch2017-07-271-1/+3
* g10: Make sure exactly one fingerprint is output with --quick-gen-key.Marcus Brinkmann2017-07-261-1/+2
* gpg: Fix error handling.Justus Winter2017-06-201-0/+2
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-101-2/+2
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-21/+25
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-6/+6
* gpg: Always initialize the trust db when generating keys.Justus Winter2017-03-021-3/+2
* gpg: Fix (quick) key generation with --always-trust.Justus Winter2017-03-021-2/+3
* gpg: Allow creating keys using an existing ECC key.Werner Koch2017-03-011-19/+3