Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the KILLAGENT and KILLSCD commands working again. | Werner Koch | 2011-08-10 | 1 | -0/+2 |
| | | | | | This requires that GnuPG is build with a newer version of Libassuan (2.0.3). | ||||
* | Support a confirm flag for ssh. | Werner Koch | 2011-07-20 | 1 | -0/+2 |
| | | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts. | ||||
* | Allow generation of card keys up to 4096 bit. | Werner Koch | 2011-06-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | This patch implementes a chunk mode to pass the key parameters from scdaemon to gpg. This allows to pass arbitrary long key paremeters; it is used for keys larger than 3072 bit. Note: the card key generation in gpg is currently broken. The keys are generated but it is not possible to create the self-signature because at that time the gpg-agent does not yet know about the new keys and thus can't divert the sign request to the card. We either need to run the learn command right after calling agent_scd_genkey or implement a way to sign using the currently inserted card. Another option would be to get rid of agent_scd_genkey and implement the feature directly in agent_genkey. | ||||
* | Fixed regression in OpenPGP secret key export. | Werner Koch | 2011-04-26 | 1 | -0/+2 |
| | | | | | | | | The protection used in the exported key used a different iteration count than given in the S2K field. Thus all OpenPGP keys exported from GnuPG 2.1-beta can't be imported again. Given that the actual secret key material is kept in private-keys-v1.d/ the can be re-exported with this fixed version. | ||||
* | Post beta release updates | Werner Koch | 2011-03-08 | 1 | -0/+4 |
| | |||||
* | Prepare for 1.5.0beta2gnupg-2.1.0beta2 | Werner Koch | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Support X.509 certificate creation. | Werner Koch | 2011-03-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Using "gpgsm --genkey" allows the creation of a self-signed certificate via a new prompt. Using "gpgsm --genkey --batch" should allow the creation of arbitrary certificates controlled by a parameter file. An example parameter file is Key-Type: RSA Key-Length: 1024 Key-Grip: 2C50DC6101C10C9C643E315FE3EADCCBC24F4BEA Key-Usage: sign, encrypt Serial: random Name-DN: CN=some test key Name-Email: foo@example.org Name-Email: bar@exmaple.org Hash-Algo: SHA384 not-after: 2038-01-16 12:44 This creates a self-signed X.509 certificate using the key given by the keygrip and using SHA-384 as hash algorithm. The keyword signing-key can be used to sign the certificate with a different key. See sm/certreggen.c for details. | ||||
* | Finished ECC integration. | Werner Koch | 2011-02-03 | 1 | -8/+10 |
| | | | | | | | | | | | | Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now. | ||||
* | Fix for bug#1313. de.po update. | Werner Koch | 2011-01-20 | 1 | -0/+3 |
| | |||||
* | Fix bug #1311. | Werner Koch | 2011-01-10 | 1 | -0/+3 |
| | |||||
* | Tweaks for gpgconf. | Werner Koch | 2010-12-14 | 1 | -0/+2 |
| | | | | | Fixed dirmngr bug 1010. | ||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 1 | -0/+5 |
| | |||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+3 |
| | |||||
* | Honor TMPDIR. | Werner Koch | 2010-10-27 | 1 | -0/+7 |
| | |||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -1/+4 |
| | |||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -2/+2 |
| | | | | | new otion for watchgnupg | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -2/+6 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Merge secret keys during import | Werner Koch | 2010-09-02 | 1 | -0/+2 |
| | |||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -0/+4 |
| | |||||
* | Reworked the posix and w32 exechelpers. | Werner Koch | 2010-08-20 | 1 | -0/+2 |
| | |||||
* | Auto-start dirmngr. | Werner Koch | 2010-08-16 | 1 | -1/+5 |
| | |||||
* | Some work on the dirmngr | Werner Koch | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -0/+2 |
| | | | | | A few code changes to support dirmngr. | ||||
* | Auto starting the agent does now work on CE. | Werner Koch | 2010-05-04 | 1 | -0/+6 |
| | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | First batch of changes to support W32CE. | Werner Koch | 2010-02-26 | 1 | -0/+2 |
| | | | | | Note that jnlib/w32-reg.c is not yet ready. | ||||
* | Implement dynamic S2K count computation. | Werner Koch | 2009-12-14 | 1 | -0/+3 |
| | |||||
* | Add option --cert-extension. | Werner Koch | 2009-12-10 | 1 | -0/+2 |
| | |||||
* | Unification of the search descriptor usage. | Werner Koch | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | Use ADNS for PKA and SRV records if no other resolver is available. | Werner Koch | 2009-12-07 | 1 | -0/+2 |
| | |||||
* | allow for default algorithms in a gpg parameter file | Werner Koch | 2009-12-04 | 1 | -0/+3 |
| | |||||
* | support numeric debug levels. | Werner Koch | 2009-12-03 | 1 | -2/+4 |
| | |||||
* | More stuff for the audit-log. | Werner Koch | 2009-12-02 | 1 | -0/+5 |
| | |||||
* | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 2009-10-13 | 1 | -0/+3 |
| | | | | | A hacked up encfs is required. | ||||
* | Start a new development branch. | Werner Koch | 2009-09-21 | 1 | -1/+1 |
| | | | | | Translations are for now disabled. | ||||
* | Post release version bumb | Werner Koch | 2009-09-04 | 1 | -0/+4 |
| | |||||
* | preparae release | Werner Koch | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Ask to insert the right OpenPGP card. | Werner Koch | 2009-08-11 | 1 | -0/+3 |
| | |||||
* | Support writing of existing keys with non-matching key sizes. | Werner Koch | 2009-07-09 | 1 | -0/+5 |
| | |||||
* | Changed default hash algorithm preferences | Werner Koch | 2009-07-09 | 1 | -4/+7 |
| | |||||
* | Impleemned gpgsm's IMPORT --re-import feature. | Werner Koch | 2009-07-07 | 1 | -0/+2 |
| | | | | | Typo fix. | ||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -3/+4 |
| | |||||
* | Create a pkcs#10 request directly from a card. | Werner Koch | 2009-07-02 | 1 | -2/+4 |
| | | | | | Deprecate gpgsm-gencert.sh script. | ||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 1 | -1/+3 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | Post release updates | Werner Koch | 2009-06-17 | 1 | -0/+8 |
| | |||||
* | Preparing for 2.0.12.gnupg-2.0.12 | Werner Koch | 2009-06-17 | 1 | -5/+3 |
| | |||||
* | Fix possible system freeze on Mac OS X. | Werner Koch | 2009-05-20 | 1 | -1/+2 |
| | |||||
* | Improved smartcard robustness. | Werner Koch | 2009-05-13 | 1 | -2/+5 |
| |