1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00
gnupg/g10
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
..
armor.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
build-packet.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
call-agent.c 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --debug 15 _e.asc', as well as decoding of an old message posted on https://sites.google.com/site/brainhub/pgpecckeys work. 2011-01-10 20:24:14 -08:00
call-agent.h 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --debug 15 _e.asc', as well as decoding of an old message posted on https://sites.google.com/site/brainhub/pgpecckeys work. 2011-01-10 20:24:14 -08:00
card-util.c Smartcard related updates 2010-11-17 13:21:24 +00:00
ChangeLog Change last change. Does now work. 2010-12-09 12:57:50 +00:00
cipher.c Add full Camellia support. 2009-06-05 14:11:03 +00:00
comment.c Started to implement the audit log feature. 2007-11-19 16:03:50 +00:00
compress-bz2.c Fix bug#1011. 2009-09-03 11:29:25 +00:00
compress.c Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
cpr.c use estream for status output. 2010-06-07 17:04:50 +00:00
dearmor.c Use gpg_err_set_errno to assign values to ERRNO. 2010-04-01 13:24:55 +00:00
decrypt-data.c Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
decrypt.c Change stack size for Wince. 2010-11-23 18:46:41 +00:00
delkey.c Removed more secret key related code. 2010-09-06 19:57:42 +00:00
ecdh.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
encrypt.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
exec.c ./autogen.sh --build-w32ce does now succeed. 2010-04-14 14:39:16 +00:00
exec.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
export.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
filter.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
free-packet.c Make public key data structure easier to read. 2010-10-20 11:33:50 +00:00
getkey.c Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . 2011-01-05 17:33:17 -08:00
gpg.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
gpg.h Generating an OpenPGP key cia gpg-agent basically works. 2010-04-20 17:57:50 +00:00
gpgv.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
helptext.c Created help files form the current po entries. 2007-12-04 15:00:14 +00:00
import.c More agent support for gpg. 2010-10-13 15:57:08 +00:00
kbnode.c Make public key data structure easier to read. 2010-10-20 11:33:50 +00:00
keydb.c Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
keydb.h More agent support for gpg. 2010-10-13 15:57:08 +00:00
keyedit.c Smartcard related updates 2010-11-17 13:21:24 +00:00
keygen.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
keyid.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
keylist.c Smartcard related updates 2010-11-17 13:21:24 +00:00
keyring.c Removed more secret key related code. 2010-09-06 19:57:42 +00:00
keyring.h Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
keyserver-internal.h Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
keyserver.c Make public key data structure easier to read. 2010-10-20 11:33:50 +00:00
main.h Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
mainproc.c Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . 2011-01-05 17:33:17 -08:00
Makefile.am Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . 2011-01-05 17:33:17 -08:00
mdfilter.c Started to implement the audit log feature. 2007-11-19 16:03:50 +00:00
misc.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
openfile.c Whole lot of changes to support CE. 2010-04-14 11:24:02 +00:00
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
options.h Change stack size for Wince. 2010-11-23 18:46:41 +00:00
options.skel * options.skel: Make the example for force-v3-sigs match reality (it 2010-09-28 16:17:30 +00:00
packet.h Remove cruft. 2010-10-21 10:25:03 +00:00
parse-packet.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
passphrase.c Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . 2011-01-05 17:33:17 -08:00
photoid.c Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
photoid.h Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
pkclist.c * pkclist.c (select_algo_from_prefs): Make sure the scores can't 2010-10-29 19:49:54 +00:00
pkglue.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
pkglue.h Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
plaintext.c Change stack size for Wince. 2010-11-23 18:46:41 +00:00
progress.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
pubkey-enc.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
pubring.asc See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
revoke.c Remove cruft. 2010-10-21 10:25:03 +00:00
rmd160.c Merged jnlib into common. 2010-03-10 12:24:58 +00:00
rmd160.h Add missing header file. 2008-12-12 08:54:50 +00:00
seckey-cert.c Remove cruft. 2010-10-21 10:25:03 +00:00
server.c Exporting secret keys via gpg-agent is now basically supported. 2010-10-01 20:33:53 +00:00
seskey.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
sig-check.c Make public key data structure easier to read. 2010-10-20 11:33:50 +00:00
sign.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
signal.c Minor cleanups 2010-03-29 12:57:11 +00:00
skclist.c Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
t-rmd160.c Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. 2008-12-11 17:44:52 +00:00
tdbdump.c Use gpg_err_set_errno to assign values to ERRNO. 2010-04-01 13:24:55 +00:00
tdbio.c Change last change. Does now work. 2010-12-09 12:57:50 +00:00
tdbio.h Print verbose instructions in case of a corrupted trustdb. 2009-07-22 09:43:10 +00:00
textfilter.c Started to implement the audit log feature. 2007-11-19 16:03:50 +00:00
trustdb.c Make public key data structure easier to read. 2010-10-20 11:33:50 +00:00
trustdb.h Print verbose instructions in case of a corrupted trustdb. 2009-07-22 09:43:10 +00:00
verify-stubs.c Editorial changes and allow building with old libgcrypts. 2011-01-21 12:00:57 +01:00
verify.c Enable i18n for W32. 2010-10-20 15:06:50 +00:00