Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -9/+15 |
| | | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed. | ||||
* | Move OpenPGP OID helpers to common/. | Werner Koch | 2011-01-31 | 1 | -1/+5 |
| | | | | | | | This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function. | ||||
* | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 1 | -0/+4 |
|\ | |||||
| * | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 1 | -0/+1 |
| | | |||||
| * | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -0/+3 |
| | | |||||
* | | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -0/+1 |
|/ | | | | | | | | | | 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 | -0/+3 |
| | |||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -0/+2 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -0/+6 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Obscure the cached passphrases. | Werner Koch | 2010-09-02 | 1 | -0/+4 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -0/+6 |
| | | | | | Ported gpgtar to W32. | ||||
* | Implement export of pkcs#12 objects using a direct agent connection. | Werner Koch | 2010-06-21 | 1 | -1/+6 |
| | |||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -0/+2 |
| | | | | | A few code changes to support dirmngr. | ||||
* | Add a separate header for time related fucntions. | Werner Koch | 2010-04-20 | 1 | -41/+1 |
| | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -0/+4 |
| | |||||
* | Whole lot of changes to support CE. | Werner Koch | 2010-04-14 | 1 | -0/+2 |
| | |||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 1 | -1/+0 |
| | | | | | descriptors. | ||||
* | Builds again for W32. | Werner Koch | 2010-03-15 | 1 | -5/+0 |
| | |||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -3/+2 |
| | | | | | stdio. | ||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -13/+14 |
| | |||||
* | First steps towards the W32CE port | Werner Koch | 2010-03-02 | 1 | -0/+7 |
| | |||||
* | Print status of CRL checks in the audit log. | Werner Koch | 2009-07-23 | 1 | -0/+5 |
| | |||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 1 | -0/+3 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | New helper function factored out of ../scd and equipped with test code. | Werner Koch | 2009-05-07 | 1 | -0/+9 |
| | |||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 1 | -0/+5 |
| | | | | | Removed duplicated code (percent unescaping). | ||||
* | Remove duplicated code. | Werner Koch | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | New gpg-agent command to list key information. | Werner Koch | 2009-03-06 | 1 | -1/+3 |
| | | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | ||||
* | Add a custom prompt for the CSR generation. | Werner Koch | 2008-12-05 | 1 | -0/+3 |
| | | | | | Add a new percent escape fucntion. | ||||
* | Revamped the W32 gettext implementation. | Werner Koch | 2008-11-04 | 1 | -0/+1 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 1 | -0/+7 |
| | | | | | Other minor changes. | ||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 1 | -0/+3 |
| | | | | | Cleanups | ||||
* | Add Base64 decoder. Not yet used but complements out encoder. | Werner Koch | 2008-06-09 | 1 | -1/+12 |
| | |||||
* | As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time. | Werner Koch | 2008-06-05 | 1 | -4/+10 |
| | | | | | Typo fix. | ||||
* | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 2008-05-27 | 1 | -0/+2 |
| | | | | | | Replaced almost all free by xfree. Translation fixes. | ||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 1 | -0/+1 |
| | | | | | Implemented key helper kdns | ||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 1 | -0/+1 |
| | |||||
* | Created help files form the current po entries. | Werner Koch | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | Allow configuraton of pinentry tooltip. | Werner Koch | 2007-12-04 | 1 | -0/+6 |
| | | | | | Other minor buf fixes. | ||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 1 | -0/+4 |
| | |||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 1 | -1/+3 |
| | | | | | (--max-passphrase-days). | ||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -0/+1 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Documentaion updates. | Werner Koch | 2007-08-14 | 1 | -0/+1 |
| | | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug. | ||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -0/+2 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -2/+4 |
| | |||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -1/+5 |
| | | | | Windows. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -0/+16 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -2/+3 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. |