aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix preference setting in new keysWerner Koch2010-04-261-3/+22
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-1/+1
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-797/+459
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-6/+5
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-4/+4
* Use macros for iobuf ioctls. Werner Koch2010-03-081-6/+10
* Fix bug#1186.Werner Koch2010-02-171-1/+1
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-2/+2
* allow for default algorithms in a gpg parameter fileWerner Koch2009-12-041-28/+59