summaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Avoid warnings about possible NULL deref.Werner Koch2016-01-071-1/+1
* gpg: Fix warnings about useless assignments.Werner Koch2016-01-071-5/+2
* gpg: Align notes about minimal keysize with actual checks.Werner Koch2016-01-051-10/+6
* gpg: Simplify status message code from commit b30c15bf.Werner Koch2015-12-231-17/+2
* scd: Fix commit b30c15bf (again).NIIBE Yutaka2015-12-231-0/+1
* gpg: Fix type.Neal H. Walfield2015-12-221-1/+1
* g10: Remove deprecated internal functions.NIIBE Yutaka2015-12-181-404/+0
* g10: Fix a regression for generating card key with backup.NIIBE Yutaka2015-12-181-20/+167
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-5/+14
* gpg: Change some error messages.Werner Koch2015-12-031-1/+2
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Indicate which characters are invalid.Neal H. Walfield2015-11-051-0/+3
* gpg: Pass CTRL parameter to all key listing functions.Werner Koch2015-10-081-13/+13
* g10: Remove unused parameter.Neal H. Walfield2015-08-311-1/+1
* Curve25519 support.NIIBE Yutaka2015-08-061-5/+17
* doc: Updated HACKING.Werner Koch2015-06-301-1/+1
* gpg: New command --quick-adduid.Werner Koch2015-05-081-17/+45
* gpg: Prepare to pass additional context to the list functions.Werner Koch2015-04-061-1/+1
* g10: Fix keytocard.NIIBE Yutaka2015-04-031-1/+1
* 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