aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog-2011 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-28Fix typosDaniel Kahn Gillmor1-1/+1
--
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-1/+12
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-11-28Improve ssh card key diagnostic message.Werner Koch1-0/+7
* command-ssh.c (card_key_available): Change wording of no key diagnostic. (ssh_handler_request_identities): Do not call card_key_available if the scdaemon is disabled.
2011-09-13Allow no protection in pinentry-mode=loopback.Ben Kibbey1-0/+5
When the inquired passphrase has a 0 length then treat it as no protection.
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey1-0/+9
When this mode is set an inquire will be sent to the client to retrieve the passphrase. This adds a new inquire keyword "NEW_PASSPHRASE" that the GENKEY and PASSWD commands use when generating a new key.
2011-08-10Fixed set but unused variable bugsWerner Koch1-0/+8
2011-08-10Update option s2k-count to match the documentation.Ben Kibbey1-0/+5
The option would previously return an error if its value was < 65536.
2011-07-27Make the inquire cancel fix a little bit more robust.Werner Koch1-0/+7
2011-07-27Fixed gpg-agent SCD inquire command cancellation.Ben Kibbey1-0/+5
Need to send the CANCEL command back to scdaemon otherwise the next SCD command will fail.
2011-07-22Fix crash while reading unsupported ssh keys.Werner Koch1-0/+5
This bug was found by n-roeser at gmx.net (gnupg-devel@, msgid [email protected]).
2011-07-20Allow listing of ssh fingerprint with the agent's KEYINFO command.Werner Koch1-0/+2
2011-07-20Support a confirm flag for ssh.Werner Koch1-0/+14
This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-0/+8
When unset or 0, the calibrated count will be used.
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-0/+5
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-0/+7
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.
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-0/+8
This option may be used to change the default ttl values use with the --preset option of GENKEY and PASSWD.
2011-04-20Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann1-0/+6
2011-04-20 Marcus Brinkmann <[email protected]> * command.c (cmd_import_key): Release key from failed import before converting openpgp private key in the openpgp-private-key case.
2011-04-18Another PASSWD --preset fix.Ben Kibbey1-0/+4
Check for an error before presetting the passphrase.
2011-04-13Fixed PASSWD --preset.Ben Kibbey1-0/+4
The previous patch required that the keygrip be cached before adding the new passphrase to the cache. No more.
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch1-5/+8
2011-04-12Added PASSWD --preset.Ben Kibbey1-0/+4
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey1-0/+5
2011-04-12Added KEYINFO field to show the protection type of a key. This differs from ↵Ben Kibbey1-0/+4
the second field which shows the location of the key.
2011-03-10Make use of gcry_kdf_derive.Werner Koch1-0/+4
Factoring common code out is always a Good Thing. Also added a configure test to print an error if gcry_kdf_derive is missing in Libgcrypt.
2011-03-08Require libgcrypt 1.5Werner Koch1-0/+4
Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes.
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired ↵Ben Kibbey1-0/+4
passphrase will be truncated to the first encountered null byte.
2011-03-03New agent option pinentry-mode.Werner Koch1-0/+13
This provides the framework and implements the ask, cancel and error. loopback will be implemented later.
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch1-0/+5
This was a regression in 2.1 introduced due to having the agent do the signing in contrast to the old "SCD PKSIGN" command which accesses the scdaemon directly and passed the hash algorithm. The hash algorithm is used by app-openpgp.c only for a sanity check.
2011-03-02Add comment to last patch.Werner Koch1-1/+3
2011-03-02Rename Ben's new option.Werner Koch1-0/+4
2011-02-07Fix ECDSA 521 bit signing.Werner Koch1-0/+4
This fix also allows the creation and use of an 521 bit ECDH key which used to fail while creating the binding signature.
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-0/+16
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.
2011-02-02Sample ECC keys and message do now work.Werner Koch1-47/+54
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.
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵Werner Koch1-1/+2
version. Quite some changes were needed but in the end we have less code than before. Instead of trying to do everything with MPIs and pass them back and forth between Libgcrypt and GnuPG, we know use the S-expression based interface and make heavy use of our opaque MPI feature. Encryption, decryption, signing and verification work with self-generared keys. Import and export does not yet work; thus it was not possible to check the test keys at https://sites.google.com/site/brainhub/pgpecckeys .
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-0/+5
See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes.
2011-01-21Make most of the selftests work.Werner Koch1-0/+2
Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256.
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-0/+4
Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <[email protected]> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <[email protected]> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <[email protected]> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement.
2011-01-19Fixed a CR/LF problem on WindowsWerner Koch1-0/+4
2010-12-02Change timer tick interval under WinceWerner Koch1-0/+5
2010-11-29Init cache encryption on the fly.Werner Koch1-0/+7
add some debug code
2010-11-26Remove superfluous parameter.Werner Koch1-0/+4
Make self-check interval larger
2010-11-23Change stack size for Wince.Werner Koch1-0/+4
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-11-11Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-0/+6
2010-10-27Honor TMPDIR.Werner Koch1-0/+4
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-0/+17
2010-10-18Re-enabled german translationWerner Koch1-0/+3
2010-10-18Fix a signing problem with the cardWerner Koch1-0/+5
2010-10-14All tests work are again workingWerner Koch1-0/+5
2010-10-13More agent support for gpg.Werner Koch1-0/+21
2010-10-06Import fixes.Werner Koch1-0/+4
new otion for watchgnupg