aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-172-2/+5
|
* Add readcert command.Werner Koch2009-06-175-9/+130
| | | | | fix reading large certificates.
* app-openpgp changesWerner Koch2009-06-093-28/+59
|
* Add full Camellia support.David Shaw2009-06-0512-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.
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-031-0/+1
|
* Fix for bug#1066.Werner Koch2009-06-022-0/+5
| | | | | A couple of minor changes.
* Fix a signal cleanup problem.Werner Koch2009-05-263-3/+24
| | | | | Fix zero length MPI reading.
* Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch2009-05-202-6/+17
|
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-202-12/+8
|
* Fix bug#1056.Werner Koch2009-05-202-1/+6
|
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-184-21/+48
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Changed default algo and size.Werner Koch2009-05-172-86/+145
|
* Made card key generate with backup key work for 2048 bit.Werner Koch2009-05-157-72/+119
| | | | | Improved card key generation prompts.
* 2009-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-05-152-1/+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-133-2/+23
| | | | | | Add some not yet code to app-nks.c Changed batch mode expiration time computation
* Fix bug 1045.Werner Koch2009-05-112-1/+4
|
* Print 'empty file' warning only with --verbose.Werner Koch2009-05-113-3/+10
|
* * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2009-05-112-2/+9
| | | | | From 1.4.
* Fix bug#1034.Werner Koch2009-05-063-35/+42
| | | | | Remove dead code.
* Make gpgv error message about a missing keyring more useful. This fixesWerner Koch2009-04-036-20/+63
| | | | | Debian#494040. Also implement readonly semantic for extra safety.
* Ported changes from 1.4.Werner Koch2009-04-013-19/+47
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-015-62/+12
| | | | | Removed duplicated code (percent unescaping).
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-252-2/+6
| | | | | This fixes bug#1020.
* Enhanced last patch.Werner Koch2009-03-172-57/+44
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-176-43/+33
|
* * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw2009-03-153-6/+9
| | | | | * gpgv.c (my_strusage): Same.
* * gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw2009-03-152-1/+5
|
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-272-0/+23
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* Replace a call to BUG by an error return.Werner Koch2009-02-242-7/+11
|
* Fix bug#998.Werner Koch2009-02-093-1/+33
|
* Add a Geldkarte gadget application.Werner Koch2009-01-272-0/+10
| | | | | Minor other changes.
* Add a sample key.Werner Koch2009-01-134-3/+49
| | | | | Detect and show the card type.
* preparing a releaseWerner Koch2009-01-122-3/+13
|
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-081-8/+7
|
* Update spanish translation.Werner Koch2009-01-084-34/+28
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Add rmd160.c.Werner Koch2008-12-125-0/+444
| | | | | Emit anotehr error code status line.
* Add missing header file.Werner Koch2008-12-123-1/+29
|
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-119-45/+189
| | | | | Fix SIG_ID computation.
* Minor bug fix.Werner Koch2008-12-092-4/+8
|
* W32 fixgnupg-2.0.10rc1Werner Koch2008-12-091-1/+1
|
* Flush keyserver search output.Werner Koch2008-12-094-64/+126
| | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation.
* Minor fixes.Werner Koch2008-12-095-22/+51
|
* Add a custom prompt for the CSR generation.Werner Koch2008-12-052-7/+13
| | | | | Add a new percent escape fucntion.
* Print library versions according to GNU standards.Werner Koch2008-11-183-51/+59
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-133-114/+123
|
* Made arg_parse more readable.Werner Koch2008-11-122-345/+380
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-282-0/+22
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-2020-173/+460
|
* Use more warning options with modern GCCs.Werner Koch2008-10-173-6/+13
| | | | | Other minor changes.
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-34/+74
| | | | | | | | | (list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor.