aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-011-9/+16
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-10-271-0/+3
|\|
| * gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch2017-10-191-0/+3
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-09-261-1/+8
|\|
| * gpg: Fix "Fix key generation with only an email part".Werner Koch2017-09-121-1/+1
| * gpg: Fix key generation with only an email part.Werner Koch2017-09-111-1/+8
* | gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor2017-09-081-5/+4
|/
* indent: Wrap an overlong line.Werner Koch2017-07-271-1/+3
* g10: Make sure exactly one fingerprint is output with --quick-gen-key.Marcus Brinkmann2017-07-261-1/+2
* gpg: Fix error handling.Justus Winter2017-06-201-0/+2
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-101-2/+2
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-21/+25
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-6/+6
* gpg: Always initialize the trust db when generating keys.Justus Winter2017-03-021-3/+2
* gpg: Fix (quick) key generation with --always-trust.Justus Winter2017-03-021-2/+3
* gpg: Allow creating keys using an existing ECC key.Werner Koch2017-03-011-19/+3
* g10: fix typoManish Goregaokar2017-02-261-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* g10: Support primary key generation by keygrip.NIIBE Yutaka2017-02-201-109/+149
* gpg: Rename a var to avoid a shadowing warning.Werner Koch2017-01-121-3/+5
* g10: Spell out --full-gen-key.Justus Winter2016-12-131-1/+1
* g10: Create expiring keys in quick key generation mode.Justus Winter2016-12-131-0/+2
* gpg: Fix memory leak in ecc key generation.Werner Koch2016-12-121-1/+2
* gpg: Do not use a fixed string for --gpgconf-list:default_pubkey_algo.Werner Koch2016-12-121-1/+18
* gpg: Fix algo string parsing of --quick-addkey.Werner Koch2016-12-121-9/+18
* g10: Create keys that expire in simple key generation mode.Justus Winter2016-12-091-1/+6
* gpg: New option --default-new-key-algo.Werner Koch2016-12-021-129/+382
* gpg: Add new compliance mode "de-vs".Werner Koch2016-11-151-19/+35
* gpg: Improve error message for --quick-gen-key.Werner Koch2016-11-101-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Replace two sprintf calls.Werner Koch2016-10-241-8/+3
* g10: Fix card keygen for decryption.NIIBE Yutaka2016-10-231-2/+2
* g10: More card key generation change.NIIBE Yutaka2016-10-211-39/+24
* g10,scd: Fix ECC keygen.NIIBE Yutaka2016-10-211-7/+53
* g10: Support ECC for gen_card_key.NIIBE Yutaka2016-10-211-15/+17
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-1/+0
* agent, g10: Fix keygen.NIIBE Yutaka2016-10-201-1/+1
* g10: smartcard keygen change.NIIBE Yutaka2016-10-201-23/+31
* gpg: Allow use of "default" algo for--quick-addkey.Werner Koch2016-09-141-0/+3
* gpg: Improve usability of --quick-gen-key.Werner Koch2016-09-131-23/+63
* 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