Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -8/+46 | |
| | | | | | | | | | | 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. | |||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 1 | -1/+1 | |
| | ||||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -1/+1 | |
| | ||||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -0/+1 | |
| | | | | | new otion for watchgnupg | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -5/+268 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Obscure the cached passphrases. | Werner Koch | 2010-09-02 | 1 | -5/+3 | |
| | ||||||
* | s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. | Werner Koch | 2010-09-01 | 1 | -1/+1 | |
| | | | | | Prepare for more use cases of the cache nonce. | |||||
* | Use passphrase caching for import and genkey. | Werner Koch | 2010-09-01 | 1 | -5/+27 | |
| | ||||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -0/+807 | |