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
Werner Koch
62842cc7fe
Remove keyserver/ from the build system.
2011-01-20 15:25:47 +01:00
Werner Koch
2b933ae8f6
Fix for bug#1313. de.po update.
2011-01-20 15:11:25 +01:00
Werner Koch
49d25d3185
Merge branch 'master' into keyserver-via-dirmngr
2011-01-20 14:21:46 +01:00
Werner Koch
7f32d88ed1
All standard keyserver commands are now using dirmngr.
2011-01-20 14:12:53 +01:00
Werner Koch
13acd78a39
Fixed a CR/LF problem on Windows
2011-01-19 18:05:15 +01:00
Werner Koch
af500f0ae4
Use estream for dirmngr's --gpgconf-list.
...
Change insalled name of gpg2 for Wince.
2011-01-19 16:29:30 +01:00
Werner Koch
357f8d5398
Keyserver search and get basically works again.
2011-01-18 12:51:16 +01:00
Werner Koch
c2c5d30db8
estream support for iobuf and new memuf functions.
2011-01-18 12:50:02 +01:00
Werner Koch
260c41851e
Fix es_fopenmem and es_mopen bug.
2011-01-18 12:49:28 +01:00
Werner Koch
dcd20e18a5
Fix computation of NEWSIZE in es_func_mem_write.
...
The function used to fail and return EINVAL when enlarging the buffer.
2011-01-18 12:26:05 +01:00
Werner Koch
a66772aa63
Add ignore file
2011-01-14 18:42:50 -08:00
Werner Koch
52b9761c88
ifset parts which are not in GnuPG 2.0
2011-01-13 15:32:11 +01:00
Andrey Jivsov
b73d8ed06f
Fixed key generation with P-521. Confirmed that signature generation and verification work.
2011-01-12 21:14:45 -08:00
Andrey Jivsov
5761a9ba74
'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.
...
This is the milestone 2 that brings in ECDH support from http://code.google.com/p/gnupg-ecc/source/detail?r=15 .
This corresponds to the commit 899386826c85f1e757e75bcc5d5b2159d05676a0 in libgcrypt
2011-01-10 20:24:14 -08:00
Werner Koch
b0c55d08a8
Fix bug #1311 .
2011-01-10 14:19:28 -08:00
Werner Koch
8db3bf8c47
Add ignore file
2011-01-10 14:38:32 +01:00
Werner Koch
300e16dd38
Ignore more files
2011-01-10 14:36:25 +01:00
Werner Koch
8c8c45725f
Initial code checking for backup - not yet working.
2011-01-10 14:30:17 +01:00
Werner Koch
2732f2ff3f
Fix bug #1311 .
2011-01-10 11:37:57 +01:00
Andrey Jivsov
ded546b4b5
Milestone: Data signing/verification and key signing/verification work with ECDSA.
2011-01-06 15:44:01 -08:00
Andrey Jivsov
e0972d3d96
Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .
...
The following works:
gpg2 --gen-key (ECC)
gpg2 --list-keys
gpg2 --list-packets ~/.gnupg/pubring.gpg
gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys >
ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring.
2011-01-05 17:33:17 -08:00
Andrey Jivsov
7bbc07fde0
Make sure that --disable-optimization works in its attempt to replace -Ox with -O0.
2011-01-05 17:31:47 -08:00
Werner Koch
7d24ffaf80
Support the gnuk token pinpad code.
2011-01-05 09:14:11 +01:00
Werner Koch
dc5d9b1400
Rename README.SVN also in Makefile
2011-01-03 18:56:41 +01:00
Werner Koch
e1ff8863bb
Adjust maintainer instructions
2011-01-03 16:25:27 +01:00
Werner Koch
15629dc772
Changed repository instructions
2011-01-03 16:14:28 +01:00
Werner Koch
f8317bef02
Increase start timeout
2010-12-17 16:55:13 +00:00
Marcus Brinkmann
c07984509a
2010-12-17 Marcus Brinkmann <mb@g10code.com>
...
* homedir.c (gnupg_cachedir): Create /temp subdirectories.
2010-12-17 02:05:14 +00:00
Werner Koch
5fd7ff3488
Tweaks for gpgconf.
...
Fixed dirmngr bug 1010.
2010-12-14 19:17:58 +00:00
Werner Koch
43a7cb7fd4
Change --dameon home directory to /gnupg under Wince
2010-12-14 12:10:28 +00:00
Werner Koch
b1d3452337
typo fix
2010-12-10 20:09:56 +00:00
Werner Koch
3f659600c7
Change last change. Does now work.
2010-12-09 12:57:50 +00:00
Werner Koch
1486dec17b
Change dirmngr timer under W32CE.
...
Fix trustdb open problem under W32CE.
2010-12-09 11:50:22 +00:00
Werner Koch
64a786b2d9
Change timer tick interval under Wince
2010-12-02 18:40:03 +00:00
Werner Koch
fcb5f7d08f
s/AES/AES128/ in diagnostics and --list-config
2010-12-02 15:49:02 +00:00
Werner Koch
5379d3527d
Describe new log facilities.
2010-12-02 14:10:44 +00:00
Werner Koch
b25155613a
Add logging to GPG2: [W32CE].
2010-12-02 13:56:28 +00:00
Werner Koch
6dda170e32
Remove recently added debug output
2010-12-02 13:53:18 +00:00
Werner Koch
3d9e25e072
Init cache encryption on the fly.
...
add some debug code
2010-11-29 06:49:44 +00:00
Werner Koch
41a33e0c78
Remove superfluous parameter.
...
Make self-check interval larger
2010-11-26 09:42:56 +00:00
Werner Koch
eb4d690db2
Fix two fuzzies
2010-11-23 18:51:43 +00:00
Werner Koch
b3f9e2130e
Change stack size for Wince.
...
Allow for a longer agent atartup under wince.
Print gpg output via estream.
2010-11-23 18:46:41 +00:00
Marcus Brinkmann
bbd08dd146
2010-11-17 Marcus Brinkmann <mb@g10code.com>
...
* gogconf.c: Revert accidental debug output commit.
2010-11-17 16:32:11 +00:00
Werner Koch
0103a53aa6
Smartcard related updates
2010-11-17 13:21:24 +00:00
Werner Koch
b97aeb03d5
Update FAQ
2010-11-16 10:38:13 +00:00
Werner Koch
2c982dcf86
Fix bug where scdaemon kills a non-daemon gpg-agent.
2010-11-11 15:07:37 +00:00
Werner Koch
0adca03b8c
Add patches for EncFs
2010-11-10 12:49:39 +00:00
Werner Koch
cb68b5d923
A merged changes
2010-11-08 09:18:47 +00:00
David Shaw
b4da5a4150
* pkclist.c (select_algo_from_prefs): Make sure the scores can't
...
overflow when picking an algorithm (not a security issue since we
can't pick something not present in all preference lists, but we might
pick something that isn't scored first choice).
* pkclist.c (select_algo_from_prefs): Slightly improve the handling of
MD5 in preference lists. Instead of replacing MD5 with SHA-1, just
remove MD5 from the list altogether, and let the next-highest ranked
algorithm be chosen.
2010-10-29 19:49:54 +00:00