summaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the KILLAGENT and KILLSCD commands working again.Werner Koch2011-08-101-0/+2
| | | | | This requires that GnuPG is build with a newer version of Libassuan (2.0.3).
* Support a confirm flag for ssh.Werner Koch2011-07-201-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 Koch2011-06-161-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 Koch2011-04-261-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 updatesWerner Koch2011-03-081-0/+4
|
* Prepare for 1.5.0beta2gnupg-2.1.0beta2Werner Koch2011-03-081-1/+1
|
* Support X.509 certificate creation.Werner Koch2011-03-011-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 Koch2011-02-031-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 Koch2011-01-201-0/+3
|
* Fix bug #1311.Werner Koch2011-01-101-0/+3
|
* Tweaks for gpgconf.Werner Koch2010-12-141-0/+2
| | | | | Fixed dirmngr bug 1010.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-0/+5
|
* Change stack size for Wince.Werner Koch2010-11-231-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 Koch2010-11-111-0/+3
|
* Honor TMPDIR.Werner Koch2010-10-271-0/+7
|
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-261-2/+2
|
* More agent support for gpg.Werner Koch2010-10-131-1/+4
|
* Import fixes.Werner Koch2010-10-061-2/+2
| | | | | new otion for watchgnupg
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-2/+6
| | | | | | A couple of forward ported changes. Doc updates.
* Merge secret keys during importWerner Koch2010-09-021-0/+2
|
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-0/+4
|
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-201-0/+2
|
* Auto-start dirmngr.Werner Koch2010-08-161-1/+5
|
* Some work on the dirmngrWerner Koch2010-07-231-2/+2
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-0/+2
| | | | | A few code changes to support dirmngr.
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-0/+6
|
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-1/+1
|
* First batch of changes to support W32CE.Werner Koch2010-02-261-0/+2
| | | | | Note that jnlib/w32-reg.c is not yet ready.
* Implement dynamic S2K count computation.Werner Koch2009-12-141-0/+3
|
* Add option --cert-extension.Werner Koch2009-12-101-0/+2
|
* Unification of the search descriptor usage.Werner Koch2009-12-081-1/+1
|
* Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch2009-12-071-0/+2
|
* allow for default algorithms in a gpg parameter fileWerner Koch2009-12-041-0/+3
|
* support numeric debug levels.Werner Koch2009-12-031-2/+4
|
* More stuff for the audit-log.Werner Koch2009-12-021-0/+5
|
* Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch2009-10-131-0/+3
| | | | | A hacked up encfs is required.
* Start a new development branch.Werner Koch2009-09-211-1/+1
| | | | | Translations are for now disabled.
* Post release version bumbWerner Koch2009-09-041-0/+4
|
* preparae releaseWerner Koch2009-09-041-1/+1
|
* Ask to insert the right OpenPGP card.Werner Koch2009-08-111-0/+3
|
* Support writing of existing keys with non-matching key sizes.Werner Koch2009-07-091-0/+5
|
* Changed default hash algorithm preferencesWerner Koch2009-07-091-4/+7
|
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-071-0/+2
| | | | | Typo fix.
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-3/+4
|
* Create a pkcs#10 request directly from a card.Werner Koch2009-07-021-2/+4
| | | | | Deprecate gpgsm-gencert.sh script.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-011-1/+3
| | | | | Allow CSR generation using an existing key with gpgsm.
* Post release updatesWerner Koch2009-06-171-0/+8
|
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-171-5/+3
|
* Fix possible system freeze on Mac OS X.Werner Koch2009-05-201-1/+2
|
* Improved smartcard robustness.Werner Koch2009-05-131-2/+5
|