aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug 1091.Werner Koch2009-07-201-0/+10
| | | | | | Doc fixes. Replace assert by error message.
* [g10]Werner Koch2009-07-131-0/+8
| | | | | | | | | | * 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.
* Support writing of existing keys with non-matching key sizes.Werner Koch2009-07-091-0/+3
|
* Changed default hash algorithm preferencesWerner Koch2009-07-091-0/+11
|
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-1/+13
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-0/+12
| | | | | Still one problem left; marked with a gcc #warning.
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-171-0/+3
|
* Add readcert command.Werner Koch2009-06-171-0/+12
| | | | | fix reading large certificates.
* app-openpgp changesWerner Koch2009-06-091-0/+8
|
* Add full Camellia support.David Shaw2009-06-051-0/+16
| | | | | | | | | | | | | | | | | | * 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.
* Fix for bug#1066.Werner Koch2009-06-021-0/+4
| | | | | A couple of minor changes.
* Fix a signal cleanup problem.Werner Koch2009-05-261-0/+10
| | | | | Fix zero length MPI reading.
* Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch2009-05-201-0/+3
|
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-201-1/+5
|
* Fix bug#1056.Werner Koch2009-05-201-0/+5
|
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-181-0/+12
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Changed default algo and size.Werner Koch2009-05-171-0/+9
|
* Made card key generate with backup key work for 2048 bit.Werner Koch2009-05-151-0/+21
| | | | | Improved card key generation prompts.
* 2009-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-05-151-0/+5
| | | | | | * gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
* Print keyid in gpg --list-packets.Werner Koch2009-05-131-0/+7
| | | | | | Add some not yet code to app-nks.c Changed batch mode expiration time computation
* Fix bug 1045.Werner Koch2009-05-111-0/+3
|
* Print 'empty file' warning only with --verbose.Werner Koch2009-05-111-0/+7
|
* * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2009-05-111-0/+5
| | | | | From 1.4.
* Fix bug#1034.Werner Koch2009-05-061-0/+7
| | | | | Remove dead code.
* Make gpgv error message about a missing keyring more useful. This fixesWerner Koch2009-04-031-0/+13
| | | | | Debian#494040. Also implement readonly semantic for extra safety.
* Ported changes from 1.4.Werner Koch2009-04-011-0/+13
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-0/+8
| | | | | Removed duplicated code (percent unescaping).
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-251-0/+4
| | | | | This fixes bug#1020.
* Enhanced last patch.Werner Koch2009-03-171-0/+5
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-171-0/+16
|
* * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw2009-03-151-0/+3
| | | | | * gpgv.c (my_strusage): Same.
* * gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw2009-03-151-0/+4
|
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-271-0/+5
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* Replace a call to BUG by an error return.Werner Koch2009-02-241-0/+5
|
* Fix bug#998.Werner Koch2009-02-091-0/+6
|
* Add a Geldkarte gadget application.Werner Koch2009-01-271-0/+4
| | | | | Minor other changes.
* Add a sample key.Werner Koch2009-01-131-0/+7
| | | | | Detect and show the card type.
* preparing a releaseWerner Koch2009-01-121-1/+6
|
* Update spanish translation.Werner Koch2009-01-081-0/+6
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Add rmd160.c.Werner Koch2008-12-121-0/+3
| | | | | Emit anotehr error code status line.
* Add missing header file.Werner Koch2008-12-121-0/+4
|
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-111-0/+20
| | | | | Fix SIG_ID computation.
* Minor bug fix.Werner Koch2008-12-091-0/+4
|
* Flush keyserver search output.Werner Koch2008-12-091-0/+14
| | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation.
* Minor fixes.Werner Koch2008-12-091-0/+12
|
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-0/+6
| | | | | Add a new percent escape fucntion.
* Print library versions according to GNU standards.Werner Koch2008-11-181-0/+8
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-131-0/+4
|
* Made arg_parse more readable.Werner Koch2008-11-121-0/+4
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-281-0/+4
|