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