aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-21A bunch of minor changesWerner Koch8-34/+132
2009-12-17Fix bug#1059 (missing status line signature verification done with a Werner Koch2-2/+11
subkey while on the main key has expired).
2009-12-15Fix bug#1162Werner Koch2-1/+7
2009-12-04Allow for default algorithms in a parameter fileWerner Koch3-30/+69
2009-12-03Backported some stuff from trunkWerner Koch3-0/+9
2009-12-03Allow for numerical debug levels.Werner Koch2-6/+38
2009-09-28Fix bug#1138.Werner Koch2-6/+18
2009-09-25Fix bug#1139.Werner Koch2-9/+16
2009-09-04Allow uid sand key election using a '*'.Werner Koch2-75/+110
2009-09-03Fix bug#1122.Werner Koch6-25/+65
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
2009-09-03Fix bug#1011.Werner Koch2-9/+25
2009-08-26Expand a ~ in the ca-cert-file argument.Werner Koch1-1/+1
2009-08-26Fix debian bug#543530Werner Koch2-0/+35
2009-08-202009-08-20 Daiki Ueno <[email protected]>Werner Koch4-8/+30
* mainproc.c (proc_encrypted): Clear passphrase cached with S2K cache ID if decryption failed. * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid. * gpgv.c (passphrase_clear_cache): New stub.
2009-08-11Ask to insert the right OpenPGP card.Werner Koch3-15/+175
2009-08-06Improved detection of bad/invalid signer keys.Werner Koch4-1/+36
2009-08-05Enable readline support in --card-edit.Werner Koch3-12/+26
better cope with re-inserted cards.
2009-08-05Ask for the keysize when generating a new card key.Werner Koch4-19/+164
2009-07-31* gpg.c (main): --pgp6 includes --disable-mdc.David Shaw2-0/+5
2009-07-30Comment changes.Werner Koch2-1/+5
Changed --learn-card.
2009-07-23Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2-13/+55
resorting to keys.{domain}.
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-1/+1
2009-07-22Make use of the card's extended capabilities.Werner Koch4-13/+89
2009-07-22Emit CARDCTRL status lines.Werner Koch2-47/+137
2009-07-22Print verbose instructions in case of a corrupted trustdb.Werner Koch6-8/+35
2009-07-21Make bug reporting address easier changeable.Werner Koch2-5/+3
2009-07-20Fix bug 1091.Werner Koch4-9/+35
Doc fixes. Replace assert by error message.
2009-07-13[g10]Werner Koch2-48/+58
* exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created.
2009-07-09Support writing of existing keys with non-matching key sizes.Werner Koch2-3/+10
2009-07-09Changed default hash algorithm preferencesWerner Koch3-17/+46
2009-07-07Reworked passing of envars to Pinentry.Werner Koch4-12/+48
2009-06-30Translation fixWerner Koch1-2/+5
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch8-11/+18
Still one problem left; marked with a gcc #warning.
2009-06-17Preparing for 2.0.12.gnupg-2.0.12Werner Koch2-2/+5
2009-06-17Add readcert command.Werner Koch5-9/+130
fix reading large certificates.
2009-06-09app-openpgp changesWerner Koch3-28/+59
2009-06-05Add full Camellia support.David Shaw12-68/+68
* configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here.
2009-06-03Fixed an fopen problem on Windows Vista.Werner Koch1-0/+1
2009-06-02Fix for bug#1066.Werner Koch2-0/+5
A couple of minor changes.
2009-05-26Fix a signal cleanup problem.Werner Koch3-3/+24
Fix zero length MPI reading.
2009-05-20Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch2-6/+17
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2-12/+8
2009-05-20Fix bug#1056.Werner Koch2-1/+6
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch4-21/+48
Add caching for symkey encryption. Minor cleanups.
2009-05-17Changed default algo and size.Werner Koch2-86/+145
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch7-72/+119
Improved card key generation prompts.
2009-05-152009-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
2009-05-13Print keyid in gpg --list-packets.Werner Koch3-2/+23
Add some not yet code to app-nks.c Changed batch mode expiration time computation
2009-05-11Fix bug 1045.Werner Koch2-1/+4
2009-05-11Print 'empty file' warning only with --verbose.Werner Koch3-3/+10