aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2009-05-11* keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2-2/+9
From 1.4.
2009-05-06Fix bug#1034.Werner Koch3-35/+42
Remove dead code.
2009-04-03Make gpgv error message about a missing keyring more useful. This fixesWerner Koch6-20/+63
Debian#494040. Also implement readonly semantic for extra safety.
2009-04-01Ported changes from 1.4.Werner Koch3-19/+47
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch5-62/+12
Removed duplicated code (percent unescaping).
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch2-2/+6
This fixes bug#1020.
2009-03-17Enhanced last patch.Werner Koch2-57/+44
2009-03-17Move password repetition from gpg to gpg-agent.Werner Koch6-43/+33
2009-03-15* gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw3-6/+9
* gpgv.c (my_strusage): Same.
2009-03-15* gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw2-1/+5
2009-02-27Fix a gpg2 problem with removed cards.Werner Koch2-0/+23
Allow runtime conf change for scdaemon. New commands for scdaemon.
2009-02-24Replace a call to BUG by an error return.Werner Koch2-7/+11
2009-02-09Fix bug#998.Werner Koch3-1/+33
2009-01-27Add a Geldkarte gadget application.Werner Koch2-0/+10
Minor other changes.
2009-01-13Add a sample key.Werner Koch4-3/+49
Detect and show the card type.
2009-01-12preparing a releaseWerner Koch2-3/+13
2009-01-08Add limited support for NetKey 3.0 cards.Werner Koch1-8/+7
2009-01-08Update spanish translation.Werner Koch4-34/+28
Cleanups. Allow utf-8 in email addresses.
2008-12-12Add rmd160.c.Werner Koch5-0/+444
Emit anotehr error code status line.
2008-12-12Add missing header file.Werner Koch3-1/+29
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch9-45/+189
Fix SIG_ID computation.
2008-12-09Minor bug fix.Werner Koch2-4/+8
2008-12-09W32 fixgnupg-2.0.10rc1Werner Koch1-1/+1
2008-12-09Flush keyserver search output.Werner Koch4-64/+126
Add trustdb chnages from 1.4. Check algo usage for batch key generation.
2008-12-09Minor fixes.Werner Koch5-22/+51
2008-12-05Add a custom prompt for the CSR generation.Werner Koch2-7/+13
Add a new percent escape fucntion.
2008-11-18Print library versions according to GNU standards.Werner Koch3-51/+59
2008-11-13Cleaned up unused gpgsm and gpg options.Werner Koch3-114/+123
2008-11-12Made arg_parse more readable.Werner Koch2-345/+380
2008-10-28fixed a bug in the prompt formatter.Werner Koch2-0/+22
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch20-173/+460
2008-10-17Use more warning options with modern GCCs.Werner Koch3-6/+13
Other minor changes.
2008-10-03* main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw9-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.