Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed key generation with P-521. Confirmed that signature generation and ↵ | Andrey Jivsov | 2011-01-13 | 4 | -14/+25 | |
| | | | | | | | | verification work. | |||||
* | | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 3 | -16/+83 | |
|/ | | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. | |||||
* | Change timer tick interval under Wince | Werner Koch | 2010-12-02 | 2 | -11/+16 | |
| | ||||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 1 | -1/+1 | |
| | ||||||
* | Remove recently added debug output | Werner Koch | 2010-12-02 | 1 | -20/+1 | |
| | ||||||
* | Init cache encryption on the fly. | Werner Koch | 2010-11-29 | 3 | -24/+84 | |
| | | | | | add some debug code | |||||
* | Remove superfluous parameter. | Werner Koch | 2010-11-26 | 2 | -3/+15 | |
| | | | | | Make self-check interval larger | |||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 2 | -1/+5 | |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | |||||
* | Fix bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 2010-11-11 | 4 | -8/+22 | |
| | ||||||
* | Honor TMPDIR. | Werner Koch | 2010-10-27 | 2 | -3/+15 | |
| | ||||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 6 | -26/+184 | |
| | ||||||
* | Re-enabled german translation | Werner Koch | 2010-10-18 | 2 | -2/+5 | |
| | ||||||
* | Fix a signing problem with the card | Werner Koch | 2010-10-18 | 2 | -4/+15 | |
| | ||||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 4 | -8/+25 | |
| | ||||||
* | Some tweaks to the agent startup. | Werner Koch | 2010-10-14 | 1 | -22/+24 | |
| | ||||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 13 | -56/+83 | |
| | ||||||
* | Import fixes. | Werner Koch | 2010-10-06 | 2 | -0/+5 | |
| | | | | | new otion for watchgnupg | |||||
* | Don't set SSH_AGENTPID_INFO. | Werner Koch | 2010-10-05 | 2 | -22/+6 | |
| | | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg. | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 16 | -94/+705 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Fix standard directories for Wince. | Werner Koch | 2010-09-13 | 1 | -1/+1 | |
| | | | | | Typo fix. | |||||
* | Obscure the cached passphrases. | Werner Koch | 2010-09-02 | 8 | -160/+207 | |
| | ||||||
* | Even less prompts for a new key now. | Werner Koch | 2010-09-01 | 2 | -2/+23 | |
| | ||||||
* | s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. | Werner Koch | 2010-09-01 | 10 | -33/+55 | |
| | | | | | Prepare for more use cases of the cache nonce. | |||||
* | Use passphrase caching for import and genkey. | Werner Koch | 2010-09-01 | 8 | -32/+152 | |
| | ||||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 10 | -27/+992 | |
| | ||||||
* | . | Werner Koch | 2010-08-26 | 5 | -13/+20 | |
| | ||||||
* | Fix regression in logging. | Werner Koch | 2010-08-18 | 2 | -35/+41 | |
| | | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | |||||
* | Fix dirmngr problems on CE. | Werner Koch | 2010-08-12 | 2 | -0/+10 | |
| | | | | | | Add new dirmngr commands. Minor other fixes. | |||||
* | Pass on comments from SCD. | Werner Koch | 2010-08-11 | 2 | -0/+19 | |
| | ||||||
* | Support logging via TCP | Werner Koch | 2010-08-09 | 2 | -2/+7 | |
| | ||||||
* | Fix a regression from 2010-06-09. | Werner Koch | 2010-06-24 | 2 | -1/+6 | |
| | ||||||
* | Remove cruft. | Werner Koch | 2010-06-21 | 2 | -452/+7 | |
| | ||||||
* | Implement export of pkcs#12 objects using a direct agent connection. | Werner Koch | 2010-06-21 | 3 | -102/+113 | |
| | ||||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 11 | -2578/+354 | |
| | ||||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -1/+2 | |
| | | | | | A few code changes to support dirmngr. | |||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 2 | -2/+11 | |
| | | | | | Collected changes and ports of bug fixes from stable. | |||||
* | Update tests. | Werner Koch | 2010-05-11 | 4 | -24/+59 | |
| | ||||||
* | Auto starting the agent does now work on CE. | Werner Koch | 2010-05-04 | 1 | -5/+7 | |
| | ||||||
* | auto start the agent if --use-standard-socket is in use. | Werner Koch | 2010-05-03 | 2 | -4/+19 | |
| | ||||||
* | Ignore a stale agent socket. | Werner Koch | 2010-04-26 | 2 | -1/+13 | |
| | ||||||
* | More changes on the way to remove secring.gpg. | Werner Koch | 2010-04-21 | 5 | -50/+228 | |
| | ||||||
* | Remove dependency to simple-pwquery. | Werner Koch | 2010-04-14 | 2 | -0/+5 | |
| | ||||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 2 | -1/+8 | |
| | ||||||
* | Whole lot of changes to support CE. | Werner Koch | 2010-04-14 | 10 | -92/+118 | |
| | ||||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 3 | -4/+4 | |
| | | | | | descriptors. | |||||
* | Use a custom log handler for libassuan. | Werner Koch | 2010-03-11 | 3 | -9/+15 | |
| | ||||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 6 | -8/+11 | |
| | ||||||
* | Some minor changes and typo fixes. | Werner Koch | 2010-02-26 | 1 | -5/+10 | |
| | | | | | Started to implement a TCP option in gpg-connect-agent. | |||||
* | Provide default strings for the pinentry. | Werner Koch | 2010-02-17 | 2 | -3/+38 | |
| | ||||||
* | Fixed a regression introduced with 2.0.14. | Werner Koch | 2010-01-26 | 2 | -13/+24 | |
| |