aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-121-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
* Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2011-02-031-132/+133
* Sample ECC keys and message do now work.Werner Koch2011-02-021-17/+40
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-104/+125
* More ECDH code cleanupsWerner Koch2011-01-251-25/+32
* Editorial cleanups of keygen.cWerner Koch2011-01-251-202/+129
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-1/+1
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-29/+252
* Smartcard related updatesWerner Koch2010-11-171-188/+130
* Better support unsigned time_tWerner Koch2010-10-271-1/+1
* All tests work are again workingWerner Koch2010-10-141-21/+45
* More agent support for gpg.Werner Koch2010-10-131-31/+14
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+1
* Even less prompts for a new key now.Werner Koch2010-09-011-14/+17
* Use passphrase caching for import and genkey.Werner Koch2010-09-011-15/+26