oweals/gnunet.git
10 years agoWerner Koch wrote:
Christian Grothoff [Tue, 5 Nov 2013 17:35:25 +0000 (17:35 +0000)]
Werner Koch wrote:
Hi,

find attach the patch which makes all 3 test cases work with Ed25519.
There are some minor hacks in the test cases to allow enabling of
Libgcrypt debugging and also some minor output style changes.

There is one FIXME in the code:

  /* FIXME: mpi_print creates an unsigned integer - is that intended
     or should we convert it to a signed integer (2-compl)?  */
  mpi_print (xbuf, sizeof (xbuf), result_x);

X may be positive or negative but GCRYMPI_FMT_USG ignores the sign.
Thus this is not what we actually want.  Should we change it to 2-comp
(GCRYMPI_FMT_STD) so that we have a proper value?  Given that the curve
is 255 bit this should alwas fit int the 256 bit buffer.  Another option
would be to use the EdDSA method for the sign but that is optimized to
easily recover x and would be more work.  Or we store the sign in the
high bit.  t all depends on what you want to write into the protocol
specs.

I would also like to revert the way we distinguish between Ed25519 with
and without ECDSA:  The way we do it right now is by assuming the
Ed25519 is always used with EdDSA unless a flag has been set.  This is a
bit surprising and requiring the "(flags eddsa)" would be a less
surprising interface.

Salam-Shalom,

   Werner

10 years ago- corrected discount for continuous smdp
Fabian Oehlmann [Tue, 5 Nov 2013 16:43:36 +0000 (16:43 +0000)]
- corrected discount for continuous smdp

10 years agointernal time logging
Matthias Wachs [Tue, 5 Nov 2013 16:22:58 +0000 (16:22 +0000)]
internal time logging

10 years agoAdd doublequotes; also, r for 'revision'
LRN [Tue, 5 Nov 2013 16:06:40 +0000 (16:06 +0000)]
Add doublequotes; also, r for 'revision'

10 years ago- doc
Bart Polot [Tue, 5 Nov 2013 15:52:39 +0000 (15:52 +0000)]
- doc

10 years ago-improving API design
Christian Grothoff [Tue, 5 Nov 2013 14:54:31 +0000 (14:54 +0000)]
-improving API design

10 years ago-florian wants sane dot graphs
Christian Grothoff [Tue, 5 Nov 2013 14:43:07 +0000 (14:43 +0000)]
-florian wants sane dot graphs

10 years ago- header
Bart Polot [Tue, 5 Nov 2013 14:23:25 +0000 (14:23 +0000)]
- header

10 years ago- fixes, doc
Bart Polot [Tue, 5 Nov 2013 14:19:35 +0000 (14:19 +0000)]
- fixes, doc

10 years ago- document, alpha renaming
Bart Polot [Tue, 5 Nov 2013 14:04:25 +0000 (14:04 +0000)]
- document, alpha renaming

10 years agoBeautify the version script
LRN [Tue, 5 Nov 2013 13:52:20 +0000 (13:52 +0000)]
Beautify the version script

10 years ago- refactoring, extra checks
Bart Polot [Tue, 5 Nov 2013 12:32:20 +0000 (12:32 +0000)]
- refactoring, extra checks

10 years ago- cleanup
Bart Polot [Tue, 5 Nov 2013 11:46:58 +0000 (11:46 +0000)]
- cleanup

10 years ago-handle PENDING
Christian Grothoff [Tue, 5 Nov 2013 11:15:31 +0000 (11:15 +0000)]
-handle PENDING

10 years ago- change key exchange messages to own encapsulation
Bart Polot [Tue, 5 Nov 2013 11:15:11 +0000 (11:15 +0000)]
- change key exchange messages to own encapsulation

10 years ago-do not set PENDING on shorten
Christian Grothoff [Tue, 5 Nov 2013 09:57:06 +0000 (09:57 +0000)]
-do not set PENDING on shorten

10 years agofix tests and do not assert since this will break make check
Matthias Wachs [Tue, 5 Nov 2013 08:41:25 +0000 (08:41 +0000)]
fix tests and do not assert since this will break make check

10 years agoskeleton for secretsharing
Florian Dold [Tue, 5 Nov 2013 01:10:35 +0000 (01:10 +0000)]
skeleton for secretsharing

10 years ago- implemented missing set functionality
Florian Dold [Tue, 5 Nov 2013 00:08:13 +0000 (00:08 +0000)]
- implemented missing set functionality
- secretsharing api changes

10 years agoblock expiration
Matthias Wachs [Mon, 4 Nov 2013 17:04:28 +0000 (17:04 +0000)]
block expiration

10 years agominor fixes + test for shadows record filtering and usage
Matthias Wachs [Mon, 4 Nov 2013 16:27:48 +0000 (16:27 +0000)]
minor fixes + test for shadows record filtering and usage

10 years agoimplementation of shadow record functionality:
Matthias Wachs [Mon, 4 Nov 2013 16:26:39 +0000 (16:26 +0000)]
implementation of shadow record functionality:
on decrypt iterate over included records
- if a shadow record is found, check if:
-- a non expired, non-shadow record for this record type exists: if yes: filter shadow record
-- shadow record is expired
if not:
- remove shadow flag and include record

10 years ago- new message for mesh KX
Bart Polot [Mon, 4 Nov 2013 15:12:57 +0000 (15:12 +0000)]
- new message for mesh KX

10 years agonew test to lookup shadow record
Matthias Wachs [Mon, 4 Nov 2013 14:32:05 +0000 (14:32 +0000)]
new test to lookup shadow record

10 years ago- fix: all records were created as shadow record by default
Matthias Wachs [Mon, 4 Nov 2013 14:25:12 +0000 (14:25 +0000)]
- fix: all records were created as shadow record by default
- new:
-- printing record flags
-- improved error message on deletion

10 years agofix for lookup
Matthias Wachs [Mon, 4 Nov 2013 13:54:48 +0000 (13:54 +0000)]
fix for lookup

10 years agodoxygen
Matthias Wachs [Mon, 4 Nov 2013 09:03:42 +0000 (09:03 +0000)]
doxygen

10 years agoseparated threshold from other crypto parameters
Florian Dold [Sun, 3 Nov 2013 23:55:44 +0000 (23:55 +0000)]
separated threshold from other crypto parameters

10 years agotypo
Florian Dold [Sun, 3 Nov 2013 23:52:51 +0000 (23:52 +0000)]
typo

10 years agotypedef for decryption result callback
Florian Dold [Sun, 3 Nov 2013 23:51:22 +0000 (23:51 +0000)]
typedef for decryption result callback

10 years agoclarifications
Florian Dold [Sun, 3 Nov 2013 23:25:33 +0000 (23:25 +0000)]
clarifications

10 years agofixed include guard
Florian Dold [Sun, 3 Nov 2013 23:21:13 +0000 (23:21 +0000)]
fixed include guard

10 years ago- secretsharing api proposal
Florian Dold [Sun, 3 Nov 2013 23:19:47 +0000 (23:19 +0000)]
- secretsharing api proposal

10 years agologread
Gabor X Toth [Fri, 1 Nov 2013 20:54:40 +0000 (20:54 +0000)]
logread

10 years agobenchmark with updates
Matthias Wachs [Thu, 31 Oct 2013 16:25:15 +0000 (16:25 +0000)]
benchmark with updates

10 years agoupdate info for benchmark
Matthias Wachs [Thu, 31 Oct 2013 14:24:10 +0000 (14:24 +0000)]
update info for benchmark

10 years agoadding additional INFO
Matthias Wachs [Thu, 31 Oct 2013 14:10:37 +0000 (14:10 +0000)]
adding additional INFO

10 years ago-doxygen
Christian Grothoff [Thu, 31 Oct 2013 12:26:35 +0000 (12:26 +0000)]
-doxygen

10 years agocentralized function to start solution
Matthias Wachs [Thu, 31 Oct 2013 11:59:05 +0000 (11:59 +0000)]
centralized function to start solution

10 years agowriting data files
Matthias Wachs [Thu, 31 Oct 2013 09:40:24 +0000 (09:40 +0000)]
writing data files

10 years ago- missing headers
Bart Polot [Wed, 30 Oct 2013 18:16:01 +0000 (18:16 +0000)]
- missing headers

10 years ago-simplify utf8_tolower/upper APIs
Christian Grothoff [Wed, 30 Oct 2013 18:15:48 +0000 (18:15 +0000)]
-simplify utf8_tolower/upper APIs

10 years ago- bulk lock
Fabian Oehlmann [Wed, 30 Oct 2013 16:54:08 +0000 (16:54 +0000)]
- bulk lock
- epoch triggered after changes of environment

10 years agognuplot basics
Matthias Wachs [Wed, 30 Oct 2013 16:35:50 +0000 (16:35 +0000)]
gnuplot basics

10 years agoimproved benchmarking
Matthias Wachs [Wed, 30 Oct 2013 16:09:35 +0000 (16:09 +0000)]
improved benchmarking

10 years ago-getting rid of some warnings
Christian Grothoff [Wed, 30 Oct 2013 15:01:13 +0000 (15:01 +0000)]
-getting rid of some warnings

10 years ago-more fix
Christian Grothoff [Wed, 30 Oct 2013 14:32:00 +0000 (14:32 +0000)]
-more fix

10 years ago-fix gnurl checks
Christian Grothoff [Wed, 30 Oct 2013 14:20:42 +0000 (14:20 +0000)]
-fix gnurl checks

10 years agoclean up unused vars
Matthias Wachs [Wed, 30 Oct 2013 14:19:23 +0000 (14:19 +0000)]
clean up unused vars

10 years agoimplemented solver information callbacks for benchmarking
Matthias Wachs [Wed, 30 Oct 2013 14:14:40 +0000 (14:14 +0000)]
implemented solver information callbacks for benchmarking

10 years agobasic benchmark functionality working
Matthias Wachs [Wed, 30 Oct 2013 12:20:10 +0000 (12:20 +0000)]
basic benchmark functionality working

10 years agoclean up
Matthias Wachs [Wed, 30 Oct 2013 12:19:29 +0000 (12:19 +0000)]
clean up

10 years ago- doxygen
Sree Harsha Totakura [Wed, 30 Oct 2013 12:12:07 +0000 (12:12 +0000)]
- doxygen

10 years agofix assertion: address has to be removed from peermap before notifying solver
Matthias Wachs [Wed, 30 Oct 2013 09:57:11 +0000 (09:57 +0000)]
fix assertion: address has to be removed from peermap before notifying solver

10 years agoimproved message
Matthias Wachs [Wed, 30 Oct 2013 09:56:30 +0000 (09:56 +0000)]
improved message

10 years ago- kx
Bart Polot [Wed, 30 Oct 2013 09:41:10 +0000 (09:41 +0000)]
- kx

10 years agominor fixes and log level changes
Matthias Wachs [Wed, 30 Oct 2013 09:39:20 +0000 (09:39 +0000)]
minor fixes and log level changes

10 years ago-man page for gnunet-conversation-test
Christian Grothoff [Tue, 29 Oct 2013 20:40:39 +0000 (20:40 +0000)]
-man page for gnunet-conversation-test

10 years ago- some of the missing set union functionality implemented
Florian Dold [Tue, 29 Oct 2013 17:41:49 +0000 (17:41 +0000)]
- some of the missing set union functionality implemented

10 years ago-match exact types from message struct
Christian Grothoff [Tue, 29 Oct 2013 16:56:19 +0000 (16:56 +0000)]
-match exact types from message struct

10 years agofix peer creation
Matthias Wachs [Tue, 29 Oct 2013 16:41:20 +0000 (16:41 +0000)]
fix peer creation

10 years agofunction to fill buffer with random values
Matthias Wachs [Tue, 29 Oct 2013 16:41:02 +0000 (16:41 +0000)]
function to fill buffer with random values

10 years agofix for quota loading
Matthias Wachs [Tue, 29 Oct 2013 16:14:10 +0000 (16:14 +0000)]
fix for quota loading

10 years agonext steps to generic perf test
Matthias Wachs [Tue, 29 Oct 2013 15:44:24 +0000 (15:44 +0000)]
next steps to generic perf test

10 years agomove definition
Matthias Wachs [Tue, 29 Oct 2013 15:12:56 +0000 (15:12 +0000)]
move definition

10 years agofixed
Matthias Wachs [Tue, 29 Oct 2013 14:51:17 +0000 (14:51 +0000)]
fixed

10 years ago-indent
Christian Grothoff [Tue, 29 Oct 2013 12:35:25 +0000 (12:35 +0000)]
-indent

10 years ago- use configuration template for duplicate configurations
Sree Harsha Totakura [Tue, 29 Oct 2013 10:41:46 +0000 (10:41 +0000)]
- use configuration template for duplicate configurations

10 years ago- allow localhost testing
Sree Harsha Totakura [Tue, 29 Oct 2013 09:30:41 +0000 (09:30 +0000)]
- allow localhost testing

10 years agoadd confs to make dist
Matthias Wachs [Tue, 29 Oct 2013 08:25:41 +0000 (08:25 +0000)]
add confs to make dist

10 years ago- doc link to hostfile format
Sree Harsha Totakura [Tue, 29 Oct 2013 07:53:40 +0000 (07:53 +0000)]
- doc link to hostfile format

10 years ago- fixed assertion due to task not testing for shutdown as a reason
Florian Dold [Tue, 29 Oct 2013 07:41:58 +0000 (07:41 +0000)]
- fixed assertion due to task not testing for shutdown as a reason

10 years agonext step for generic solver test
Matthias Wachs [Mon, 28 Oct 2013 16:37:04 +0000 (16:37 +0000)]
next step for generic solver test

10 years agoinitial changes for generic solver performance test
Matthias Wachs [Mon, 28 Oct 2013 16:26:33 +0000 (16:26 +0000)]
initial changes for generic solver performance test

10 years agoremoving unused tests and clean up makefile
Matthias Wachs [Mon, 28 Oct 2013 16:23:43 +0000 (16:23 +0000)]
removing unused tests and clean up makefile

10 years ago- fixes
Sree Harsha Totakura [Mon, 28 Oct 2013 15:55:43 +0000 (15:55 +0000)]
- fixes

10 years ago- tolerate zero cache size
Sree Harsha Totakura [Mon, 28 Oct 2013 15:40:59 +0000 (15:40 +0000)]
- tolerate zero cache size

10 years agoreplace zone iteration with record lookup
Matthias Wachs [Mon, 28 Oct 2013 15:24:50 +0000 (15:24 +0000)]
replace zone iteration with record lookup

10 years agoreplace iteration with lookup
Matthias Wachs [Mon, 28 Oct 2013 15:17:49 +0000 (15:17 +0000)]
replace iteration with lookup

10 years ago- missing header
Bart Polot [Mon, 28 Oct 2013 14:50:02 +0000 (14:50 +0000)]
- missing header

10 years ago- cleanup; move to hashmap32
Sree Harsha Totakura [Mon, 28 Oct 2013 14:15:30 +0000 (14:15 +0000)]
- cleanup; move to hashmap32

10 years agoextended plugin api to support lookup function
Matthias Wachs [Mon, 28 Oct 2013 14:02:20 +0000 (14:02 +0000)]
extended plugin api to support lookup function
added new index to both plugins
implemented lookup functionality in both plugins
namestore uses lookup function

10 years ago- warn upon failed $-expansions
Sree Harsha Totakura [Mon, 28 Oct 2013 09:36:31 +0000 (09:36 +0000)]
- warn upon failed $-expansions

10 years ago-better doxygen
Christian Grothoff [Sun, 27 Oct 2013 11:31:31 +0000 (11:31 +0000)]
-better doxygen

10 years ago-better comment
Christian Grothoff [Sun, 27 Oct 2013 11:12:12 +0000 (11:12 +0000)]
-better comment

10 years ago-log parse errors as WARNINGS
Christian Grothoff [Sat, 26 Oct 2013 17:21:12 +0000 (17:21 +0000)]
-log parse errors as WARNINGS

10 years ago-improvements to parsers
Christian Grothoff [Sat, 26 Oct 2013 17:20:02 +0000 (17:20 +0000)]
-improvements to parsers

10 years ago-make proper use of new policy parser
Christian Grothoff [Sat, 26 Oct 2013 15:17:48 +0000 (15:17 +0000)]
-make proper use of new policy parser

10 years ago-faster port range generation, O(n) instead of O(n^2)
Christian Grothoff [Sat, 26 Oct 2013 14:57:24 +0000 (14:57 +0000)]
-faster port range generation, O(n) instead of O(n^2)

10 years ago-converting regular expressions of vpn/pt to non-binary format and adding proper...
Christian Grothoff [Sat, 26 Oct 2013 14:34:39 +0000 (14:34 +0000)]
-converting regular expressions of vpn/pt to non-binary format and adding proper policy parsing

10 years ago-moving code to parse IPv4/IPv6 subnet specifications to strings and making it part...
Christian Grothoff [Sat, 26 Oct 2013 12:36:51 +0000 (12:36 +0000)]
-moving code to parse IPv4/IPv6 subnet specifications to strings and making it part of the public API

10 years ago-doxygen
Christian Grothoff [Sat, 26 Oct 2013 07:17:59 +0000 (07:17 +0000)]
-doxygen

10 years ago-eliminate dead code
Christian Grothoff [Sat, 26 Oct 2013 07:16:38 +0000 (07:16 +0000)]
-eliminate dead code

10 years ago- encryption stuff
Bart Polot [Fri, 25 Oct 2013 16:49:33 +0000 (16:49 +0000)]
- encryption stuff

10 years agoapi communication done
Matthias Wachs [Fri, 25 Oct 2013 15:36:32 +0000 (15:36 +0000)]
api communication done

10 years agoadded lookup test + fix in test
Matthias Wachs [Fri, 25 Oct 2013 13:00:24 +0000 (13:00 +0000)]
added lookup test + fix in test

10 years ago- clean protocol number
Matthias Wachs [Fri, 25 Oct 2013 12:59:41 +0000 (12:59 +0000)]
- clean protocol number
- added lookup protocol numbers
- implemented lookup sending

10 years ago- fix connection destroy accounting
Bart Polot [Thu, 24 Oct 2013 16:05:16 +0000 (16:05 +0000)]
- fix connection destroy accounting

10 years ago- remove debug
Bart Polot [Thu, 24 Oct 2013 14:21:28 +0000 (14:21 +0000)]
- remove debug

10 years ago- fix double free
Bart Polot [Thu, 24 Oct 2013 14:21:19 +0000 (14:21 +0000)]
- fix double free