1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00
gnupg/agent
Werner Koch 90b0ff23b7 Editorial changes and allow building with old libgcrypts.
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  <wk@g10code.com>

	* configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP.
	(HAVE_GCRY_PK_ECDH): Add new test.

[agent/]
2011-01-21  Werner Koch  <wk@g10code.com>

	* cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New.

[include/]
2011-01-21  Werner Koch  <wk@g10code.com>

	* cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros
	because we now require libgcrypt 1.4.6.
	(GCRY_PK_ECDH): Add replacement.
2011-01-21 12:00:57 +01:00
..
agent.h Fixed key generation with P-521. Confirmed that signature generation and verification work. 2011-01-12 21:14:45 -08:00
cache.c Init cache encryption on the fly. 2010-11-29 06:49:44 +00:00
call-pinentry.c Re-enabled german translation 2010-10-18 14:56:52 +00:00
call-scd.c Fix bug where scdaemon kills a non-daemon gpg-agent. 2010-11-11 15:07:37 +00:00
ChangeLog Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
command-ssh.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
command.c Re-implemented GPG's --passwd command and improved it. 2010-10-26 09:10:29 +00:00
cvt-openpgp.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
cvt-openpgp.h Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
divert-scd.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
findkey.c Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . 2011-01-05 17:33:17 -08:00
genkey.c Re-implemented GPG's --passwd command and improved it. 2010-10-26 09:10:29 +00:00
gpg-agent.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
keyformat.txt Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
learncard.c app-openpgp changes 2009-06-09 19:11:28 +00:00
Makefile.am Change stack size for Wince. 2010-11-23 18:46:41 +00:00
pkdecrypt.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
pksign.c Fixed key generation with P-521. Confirmed that signature generation and verification work. 2011-01-12 21:14:45 -08:00
preset-passphrase.c Avoid using the protect-tool to import pkcs#12. 2010-06-17 15:44:44 +00:00
protect-tool.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
protect.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
t-protect.c Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
trans.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
trustlist.c . 2010-08-26 08:47:42 +00:00
w32main.c Fixed segv in gpg-agent (command marktrusted). 2008-05-27 12:03:50 +00:00
w32main.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00