Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix last change | Werner Koch | 2009-06-05 | 2 | -1/+7 | |
| | ||||||
* | Add full Camellia support. | David Shaw | 2009-06-05 | 14 | -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 when | David Shaw | 2009-06-05 | 2 | -3/+7 | |
| | | | | | there are more than one line of algorithms. From 1.4. | |||||
* | Define SUN_LEN also for W32. | Werner Koch | 2009-06-04 | 3 | -4/+137 | |
| | ||||||
* | Fixed an fopen problem on Windows Vista. | Werner Koch | 2009-06-03 | 6 | -74/+70 | |
| | ||||||
* | Fix for bug#1066. | Werner Koch | 2009-06-02 | 10 | -23/+36 | |
| | | | | | A couple of minor changes. | |||||
* | Fix bug#1069. | Werner Koch | 2009-06-02 | 2 | -56/+61 | |
| | ||||||
* | Avoid caches to get the most recent copy of the key. This is bug #1061 | David Shaw | 2009-05-28 | 8 | -14/+148 | |
| | ||||||
* | * http.h, http.c (send_request): Pass in srvtag and make its presence | David Shaw | 2009-05-28 | 7 | -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 is | David Shaw | 2009-05-28 | 2 | -4/+9 | |
| | | | | | too small these days. | |||||
* | signal cleanup fix | Werner Koch | 2009-05-26 | 3 | -0/+13 | |
| | ||||||
* | Fix a signal cleanup problem. | Werner Koch | 2009-05-26 | 3 | -3/+24 | |
| | | | | | Fix zero length MPI reading. | |||||
* | Make PIN changing code work for v2 cards. | Werner Koch | 2009-05-20 | 3 | -133/+256 | |
| | ||||||
* | Fixed bug#1044. Use of --fingerprint with --with-fingerprint. | Werner Koch | 2009-05-20 | 2 | -6/+17 | |
| | ||||||
* | Allow generation of DSA2 keys without --enable-dsa2. | Werner Koch | 2009-05-20 | 4 | -16/+17 | |
| | ||||||
* | Fix bug#1056. | Werner Koch | 2009-05-20 | 2 | -1/+6 | |
| | ||||||
* | Fix possible system freeze on Mac OS X. | Werner Koch | 2009-05-19 | 14 | -28/+73 | |
| | ||||||
* | Remove testing cruft. | Werner Koch | 2009-05-19 | 3 | -9/+3 | |
| | | | | | Typo fixes. | |||||
* | New gpgsm server option no-encrypt-to. | Werner Koch | 2009-05-18 | 12 | -30/+70 | |
| | | | | | | Add caching for symkey encryption. Minor cleanups. | |||||
* | Changed default algo and size. | Werner Koch | 2009-05-17 | 2 | -86/+145 | |
| | ||||||
* | Made card key generate with backup key work for 2048 bit. | Werner Koch | 2009-05-15 | 9 | -75/+130 | |
| | | | | | Improved card key generation prompts. | |||||
* | 2009-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-05-15 | 2 | -1/+5 | |
| | | | | | | * gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now). | |||||
* | Fix bug #1053 | Werner Koch | 2009-05-15 | 9 | -80/+178 | |
| | | | | | Add option --qualitybar to command GET_PASSPHRASE. | |||||
* | Improved smartcard robustness. | Werner Koch | 2009-05-13 | 34 | -7665/+7771 | |
| | ||||||
* | Print keyid in gpg --list-packets. | Werner Koch | 2009-05-13 | 6 | -5/+121 | |
| | | | | | | Add some not yet code to app-nks.c Changed batch mode expiration time computation | |||||
* | Fix bug 1045. | Werner Koch | 2009-05-11 | 2 | -1/+4 | |
| | ||||||
* | Print 'empty file' warning only with --verbose. | Werner Koch | 2009-05-11 | 3 | -3/+10 | |
| | ||||||
* | * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well. | David Shaw | 2009-05-11 | 2 | -2/+9 | |
| | | | | | From 1.4. | |||||
* | * gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main): Add | David Shaw | 2009-05-11 | 2 | -23/+39 | |
| | | | | | support for SSLized HKP. | |||||
* | From 1.4: | David Shaw | 2009-05-11 | 6 | -16/+35 | |
| | | | | | | | | | | | | * curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version. | |||||
* | Doc fixes. | Werner Koch | 2009-05-08 | 2 | -3/+2 | |
| | ||||||
* | More support for Netkey cards. | Werner Koch | 2009-05-08 | 9 | -99/+375 | |
| | | | | | | Small changes to teh CCID driver. Support 2048 bit OpenPGP cards. | |||||
* | New helper function factored out of ../scd and equipped with test code. | Werner Koch | 2009-05-07 | 4 | -0/+288 | |
| | ||||||
* | Fix example. | Werner Koch | 2009-05-06 | 1 | -7/+8 | |
| | ||||||
* | Fix bug#1034. | Werner Koch | 2009-05-06 | 3 | -35/+42 | |
| | | | | | Remove dead code. | |||||
* | * gpgkeys_mailto.in: Set 'mail-from' as a keyserver-option, rather | David Shaw | 2009-05-05 | 2 | -27/+20 | |
| | | | | | than the ugly ?from= syntax. | |||||
* | Fix problem with incompatible gpg.conf files. | Werner Koch | 2009-04-19 | 2 | -1/+9 | |
| | ||||||
* | Add a tool to analyze the CCID protocol on the USB bus. | Werner Koch | 2009-04-17 | 3 | -1/+795 | |
| | ||||||
* | 2009-04-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-04-14 | 2 | -1/+12 | |
| | | | | | | * call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry. | |||||
* | Make gpgv error message about a missing keyring more useful. This fixes | Werner Koch | 2009-04-03 | 6 | -20/+63 | |
| | | | | | Debian#494040. Also implement readonly semantic for extra safety. | |||||
* | Print the card's S/N in a secret key listing. | Werner Koch | 2009-04-02 | 2 | -1/+13 | |
| | ||||||
* | Prepare for OpenPGP cards with extended length support. | Werner Koch | 2009-04-01 | 2 | -4/+13 | |
| | ||||||
* | Ported changes from 1.4. | Werner Koch | 2009-04-01 | 8 | -36/+153 | |
| | ||||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 29 | -372/+719 | |
| | | | | | Removed duplicated code (percent unescaping). | |||||
* | Implement decryption for TCOS 3 cards. | Werner Koch | 2009-03-30 | 13 | -121/+277 | |
| | ||||||
* | Signing using Netkey 3 cards does now work. | Werner Koch | 2009-03-26 | 14 | -50/+154 | |
| | ||||||
* | Fixed a trustlist update problem. | Werner Koch | 2009-03-26 | 4 | -36/+105 | |
| | | | | | Pretty format the marktrusted pinentry prompt. | |||||
* | Print NO_SECKEY status line in gpgsm. | Werner Koch | 2009-03-25 | 12 | -17/+62 | |
| | | | | | This fixes bug#1020. | |||||
* | log file fixes. | Werner Koch | 2009-03-25 | 32 | -41/+54 | |
| | ||||||
* | Preparing a snapshot. | Werner Koch | 2009-03-24 | 28 | -5902/+7317 | |
| |