aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-14All tests work are again workingWerner Koch1-21/+45
2010-10-13More agent support for gpg.Werner Koch1-31/+14
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-1/+1
A couple of forward ported changes. Doc updates.
2010-09-01Even less prompts for a new key now.Werner Koch1-14/+17
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-15/+26
2010-04-26Fix preference setting in new keysWerner Koch1-3/+22
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+1
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-797/+459
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-6/+5
2010-04-01Use gpg_err_set_errno to assign values to ERRNO.Werner Koch1-4/+4
2010-03-08Use macros for iobuf ioctls. Werner Koch1-6/+10
2010-02-17Fix bug#1186.Werner Koch1-1/+1
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-2/+2
Collected changes.
2009-12-04allow for default algorithms in a gpg parameter fileWerner Koch1-28/+59
2009-11-23Add gpgconf related dummy options default_pubkey_algo.Werner Koch1-0/+2
Add option --skip-hidden-recipients Comment updates.
2009-09-03Fix bug#1122.Werner Koch1-22/+50
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-1/+1
2009-07-20Fix bug 1091.Werner Koch1-7/+10
Doc fixes. Replace assert by error message.
2009-07-09Changed default hash algorithm preferencesWerner Koch1-12/+35
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch1-11/+3
2009-05-20Fix bug#1056.Werner Koch1-1/+1
2009-05-17Changed default algo and size.Werner Koch1-86/+136
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-9/+33
Improved card key generation prompts.
2009-05-13Print keyid in gpg --list-packets.Werner Koch1-2/+6
Add some not yet code to app-nks.c Changed batch mode expiration time computation
2009-01-08Update spanish translation.Werner Koch1-0/+9
Cleanups. Allow utf-8 in email addresses.
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch1-1/+2
Fix SIG_ID computation.
2008-12-09Flush keyserver search output.Werner Koch1-21/+43
Add trustdb chnages from 1.4. Check algo usage for batch key generation.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-32/+37
2008-08-11Cehck for expire date overflows.Werner Koch1-15/+23
2008-06-16Add controlo statement %ask-passphraseWerner Koch1-29/+68
2008-06-01Changes the header presented before requesting the user ID.Werner Koch1-3/+22
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-2/+16
Other minor buf fixes.
2007-07-05Fixed card key generation of gpg2.Werner Koch1-823/+954
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-2/+2
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-15 * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch1-1/+1
reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner.
2006-12-06Fixes for CVE-2006-6235Werner Koch1-19/+42
2006-11-21Final fix which should now pass all tests.Werner Koch1-1/+2
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-11/+11
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-10-19FixesWerner Koch1-0/+2
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-1/+1
2006-08-21Migrated more stuff to doc/Werner Koch1-5/+3
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-11/+13
shows no prblems. Needs more testing of course.
2006-07-26Fixed memory allocation bug and typos.Werner Koch1-0/+2
2006-06-30A couple of fixes. gpg2's key generation does now work.Werner Koch1-1/+1
2006-06-27Ported patches from 1.4.x Werner Koch1-29/+94
2006-06-22* options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs,David Shaw1-1/+28
keygen_add_std_prefs, proc_parameter_file): Add --default-keyserver-url to specify a keyserver URL at key generation time, and "Keyserver:" keyword for doing the same through a batch file.
2006-06-10* keygen.c (gen_card_key): Add optional argument to return a pointerDavid Shaw1-8/+13
(not a copy) of the stub secret key for the secret key we just generated on the card. (generate_card_subkeypair): Use it here so that the signing key on the card can use the card to generate the 0x19 backsig on the primary key. Noted by Janko Heilgeist and Jonas Oberg.
2006-05-25* keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes >David Shaw1-21/+56
1024 when --enable-dsa2 is set). The size of q is set automatically based on the key size. (ask_keysize, generate_keypair): Ask for DSA size when --enable-dsa2 is set.
2006-05-24Still making gpg2 work.Werner Koch1-2/+2
At least the keyids are now correctly computed again.