aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25Move new mailbox.c source file to common/.Werner Koch1-0/+1
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-5/+4
2015-01-28gpg: Allow predefined names as answer to the keygen.algo prompt.Werner Koch1-16/+20
2015-01-27gpg: Fix segv introduced to commit 4d7c9b0.Werner Koch1-1/+1
2015-01-23gpg,sm: Remove unnecessary duplicated checksWerner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-16/+17
2015-01-21gpg: Support --passphrase with --quick-gen-key.Werner Koch1-2/+30
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch1-21/+28
2015-01-05gpg: Remove unused args from a function.Werner Koch1-1/+1
2014-12-12gpg: Let --card--status create a shadow key (card key stub).Werner Koch1-1/+1
2014-11-24gpg: Fix batch generation of ECC keys.Werner Koch1-0/+8
2014-11-04gpg: Print use --full-gen-key note using the installed name of gpg.Werner Koch1-1/+1
2014-11-02gpg: Do not show an useless passphrase prompt in batch mode.Werner Koch1-78/+4
2014-10-19gpg: Make card key generation work again.Werner Koch1-0/+13
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-5/+5
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-3/+3
2014-10-10gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor1-2/+3
2014-10-03gpg: Allow creating a cert-only primary key.Werner Koch1-0/+7
2014-09-27gpg: Simplify command --gen-key and add --full-gen-key.Werner Koch1-26/+59
2014-09-26gpg: Add shortcut for setting key capabilities.Werner Koch1-1/+17
2014-09-20gpg: Make algorithm selection prompt for ECC more clear.Werner Koch1-1/+1
2014-09-17gpg: Improve passphrase caching.Werner Koch1-1/+1
2014-09-12gpg: Use algorithm id 22 for EdDSA.Werner Koch1-6/+2
2014-08-26gpg: Remove CAST5 from the default prefs and order SHA-1 last.Werner Koch1-11/+4
2014-08-14Release 2.1.0-beta783gnupg-2.1.0-beta783Werner Koch1-1/+3
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-10/+0
2014-07-25gpg: Switch to an EdDSA format with prefix byte.Werner Koch1-8/+18
2014-07-23gpg: Add command --quick-gen-keyWerner Koch1-0/+124
2014-06-30gpg: Auto-create revocation certificates.Werner Koch1-0/+2
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-2/+5
2014-06-26gpg: Limit keysize for unattended key generation to useful values.Werner Koch1-2/+12
2014-06-05gpg: Require confirmation for --gen-key with experimental curves.Werner Koch1-10/+30
2014-06-03Add new option --with-secret.Werner Koch1-1/+1
2014-05-14gpg: Fix glitch entering a full expiration time.Werner Koch1-1/+2
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-33/+83
2014-04-08g10: EdDSA support.NIIBE Yutaka1-1/+5
2014-02-10gpg: Silent more compiler warnings due to some configure options.Werner Koch1-1/+22
2014-02-07gpg: List only available algos in --gen-key.Werner Koch1-0/+15
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-22/+64
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+1
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-3/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-69/+163
2013-08-30gpg: Use 2048 as the default keysize in batch mode.Werner Koch1-3/+3
2013-03-19gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor1-3/+0
2013-02-22gpg: Fix a memory leak in batch key generationWerner Koch1-19/+29
2013-02-21gpg: Fix a memory leak in batch key generationWerner Koch1-19/+29
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-11/+11
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-7/+1
2011-11-06Allow creating subkeys using an existing keyWerner Koch1-8/+178