aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1091.Werner Koch2009-07-204-9/+35
| | | | | | Doc fixes. Replace assert by error message.
* Fix bug 1090.Werner Koch2009-07-202-1/+6
|
* Add code to better handle unplugging of a reader.Werner Koch2009-07-167-15/+94
|
* [g10]Werner Koch2009-07-133-48/+59
| | | | | | | | | | * 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.
* Add new prototypesWerner Koch2009-07-132-0/+5
|
* * ccid-driver.c (struct ccid_driver_s): Add fields last_progress,Werner Koch2009-07-134-20/+126
| | | | | | | | | | | | | | | | progress_cb and progress_cb_arg. (ccid_set_progress_cb): New. (print_progress): New. (ccid_transceive): Call print_progress for wait time extensions. * apdu.c (struct reader_table_s): Add field set_progress_cb. (new_reader_slot): Clear that field. (open_ccid_reader): Set it to .. (set_progress_cb_ccid_reader): ... new fucntion. * app.c (print_progress_line): New. (lock_reader): Add arg CTRL to set a progress callback and change all callers to provide it. (unlock_reader): Remove the progress callback.
* Better reset the PIN verification stati after changing the key attributes.Werner Koch2009-07-102-0/+4
|
* Fix for card keys > 2048 bit.Werner Koch2009-07-107-18/+77
|
* Support writing of existing keys with non-matching key sizes.Werner Koch2009-07-096-10/+100
|
* Marked an entry fuzzy.Werner Koch2009-07-092-226/+261
|
* Changed default hash algorithm preferencesWerner Koch2009-07-094-21/+53
|
* * gpgkeys_hkp.c (main, srv_replace): Minor tweaks to use the DNS-SDDavid Shaw2009-07-082-5/+23
| | | | | | names ("pgpkey-http" and "pgpkey-https") in SRV lookups instead of "hkp" and "hkps".
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-078-18/+216
| | | | | Typo fix.
* Minor bug fixes.Werner Koch2009-07-076-19/+46
| | | | | Enhanced function docs.
* Release session_env.Werner Koch2009-07-071-5/+6
|
* Reworked passing of envars to Pinentry.Werner Koch2009-07-0731-353/+1170
|
* * debugging.texi (Common Problems): Add a note about corruptedWerner Koch2009-07-062-0/+14
| | | | | keys in --search-keys.
* Create a pkcs#10 request directly from a card.Werner Koch2009-07-026-11/+215
| | | | | Deprecate gpgsm-gencert.sh script.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-0110-34/+197
| | | | | Allow CSR generation using an existing key with gpgsm.
* Add comment about Cherry.Werner Koch2009-07-011-2/+6
|
* Translation fixWerner Koch2009-06-3029-4945/+5011
|
* OOps commited an old version. Fixed now.Werner Koch2009-06-301-2/+2
|
* small fix for Omnikey. Works with CM4040 now.Werner Koch2009-06-302-0/+6
|
* Make soem omnikey readers work with extended length APDUs.Werner Koch2009-06-293-58/+152
|
* Support the Windows sniffusb tool.Werner Koch2009-06-292-7/+102
|
* Reworked the estream memory buffer allocation.Werner Koch2009-06-298-71/+111
| | | | | Committed already posted patches for the v2 card.
* The variable is called RET and not RC.Werner Koch2009-06-292-4/+52
|
* Fixed stupid typo.Werner Koch2009-06-252-1/+5
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-2423-29/+79
| | | | | Still one problem left; marked with a gcc #warning.
* Post release updatesWerner Koch2009-06-173-3/+11
|
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-1732-4141/+4281
|
* Use cancel button in confirmation only if requested.Werner Koch2009-06-178-18/+41
|
* Add readcert command.Werner Koch2009-06-1710-67/+232
| | | | | fix reading large certificates.
* app-openpgp changesWerner Koch2009-06-098-36/+96
|
* Typo fix. Updated German translation.Werner Koch2009-06-0828-15718/+16059
|
* Help against closed standard descriptors.Werner Koch2009-06-082-0/+6
|
* Fix last changeWerner Koch2009-06-052-1/+7
|
* Add full Camellia support.David Shaw2009-06-0514-92/+72
| | | | | | | | | | | | | | | | | | * 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.
* * defs.inc: Improved all_cipher_algos and all_hash_algos to work whenDavid Shaw2009-06-052-3/+7
| | | | | there are more than one line of algorithms. From 1.4.
* Define SUN_LEN also for W32.Werner Koch2009-06-043-4/+137
|
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-036-74/+70
|
* Fix for bug#1066.Werner Koch2009-06-0210-23/+36
| | | | | A couple of minor changes.
* Fix bug#1069.Werner Koch2009-06-022-56/+61
|
* Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw2009-05-288-14/+148
|
* * http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw2009-05-287-35/+125
| | | | | | | | | | | | | sufficient to turn the feature on. (http_open): From here. (http_document): And here. * gpgkeys_hkp.c (srv_replace): New function to transform a SRV hostname to a real hostname. (main): Call it from here for the HAVE_LIBCURL case (without libcurl is handled via the curl-shim). * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine).
* * srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ isDavid Shaw2009-05-282-4/+9
| | | | | too small these days.
* signal cleanup fixWerner Koch2009-05-263-0/+13
|
* Fix a signal cleanup problem.Werner Koch2009-05-263-3/+24
| | | | | Fix zero length MPI reading.
* Make PIN changing code work for v2 cards.Werner Koch2009-05-203-133/+256
|
* Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch2009-05-202-6/+17
|