aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch2016-07-011-1/+1
* g10: Fix memory leak.Justus Winter2016-07-011-3/+3
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* gpg: Add hack to --quick-gen-key to create Curve25519 keys.Werner Koch2016-06-281-1/+7
* gpg: Do not print the validity after key generation.Werner Koch2016-06-231-1/+5
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-111-4/+8
* g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor2016-06-111-1/+1
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+2
* gpg: Add the fingerprint to KEY_CREATED for subkeys.Werner Koch2016-06-021-9/+12
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-021-27/+74
* gpg: Extend the --quick-gen-key command.Werner Koch2016-06-021-15/+59
* gpg: Improve the new parse_subkey_algostr_usagestr fucntion.Werner Koch2016-06-021-28/+34
* gpg: New command --quick-addkey.Werner Koch2016-06-021-110/+314
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-13/+12
* Now build "gpg" binary but install as "gpg2"Werner Koch2016-04-041-1/+6
* gpg: Improve message when asking for key capabilities.Werner Koch2016-03-221-5/+7
* gpg: Remove the extra prompt for Curve25519.Werner Koch2016-03-221-34/+30
* g10: Guard code against errors.Justus Winter2016-03-041-7/+8
* gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2016-02-191-3/+3
* gpg: Initialize the primary key when generating a key.Neal H. Walfield2016-02-191-0/+7
* gpg: Add hidden key-edit subcommand "change-usage".Werner Koch2016-02-141-10/+26
* gpg: Allow new user ids with only the mail address.Werner Koch2016-01-221-6/+18
* 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