aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* headerMatthias Wachs2013-11-13
|
* renaming PSEU to NICKMatthias Wachs2013-11-13
| | | | | gnunet-namestore can set nick name in namestore
* log msg and comment fixesGabor X Toth2013-11-09
|
* - docBart Polot2013-11-07
|
* - docBart Polot2013-11-07
|
* - local message tyope for channel NACKBart Polot2013-11-07
|
* added bloomfilter message structChristian Fuchs2013-11-07
| | | | | | | | | | | | | renamed set-union specific message types added set-intersection specific message type added intersection cancel API implementation added intersection create API implementation added intersection destroy API implementation added intersection peer_disconnect API implementation added intersection accept API imlementation stub added many prototypes for intersection operation handlers
* - new message to fix #3091Bart Polot2013-11-07
|
* -fix doxygenChristian Grothoff2013-11-07
|
* extend info cb and documentationMatthias Wachs2013-11-07
|
* added missing message typeChristian Fuchs2013-11-07
|
* -clarify docuChristian Grothoff2013-11-05
|
* Werner Koch wrote:Christian Grothoff2013-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* -improving API designChristian Grothoff2013-11-05
|
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - new message for mesh KXBart Polot2013-11-04
|
* separated threshold from other crypto parametersFlorian Dold2013-11-03
|
* typoFlorian Dold2013-11-03
|
* typedef for decryption result callbackFlorian Dold2013-11-03
|
* clarificationsFlorian Dold2013-11-03
|
* fixed include guardFlorian Dold2013-11-03
|
* - secretsharing api proposalFlorian Dold2013-11-03
|
* benchmark with updatesMatthias Wachs2013-10-31
|
* adding additional INFOMatthias Wachs2013-10-31
|
* - missing headersBart Polot2013-10-30
|
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
|
* implemented solver information callbacks for benchmarkingMatthias Wachs2013-10-30
|
* function to fill buffer with random valuesMatthias Wachs2013-10-29
|
* fixedMatthias Wachs2013-10-29
|
* -indentChristian Grothoff2013-10-29
|
* - doc link to hostfile formatSree Harsha Totakura2013-10-29
|
* -better commentChristian Grothoff2013-10-27
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* -moving code to parse IPv4/IPv6 subnet specifications to strings and making ↵Christian Grothoff2013-10-26
| | | | it part of the public API
* - clean protocol numberMatthias Wachs2013-10-25
| | | | | | - added lookup protocol numbers - implemented lookup sending
* -allow namestore to monitor ALL zones, and to optionally only monitor changesChristian Grothoff2013-10-20
|
* implementing api callMatthias Wachs2013-10-18
|
* -removing bogus commentChristian Grothoff2013-10-18
|
* -adding proposed namestore lookup call (API only for now)Christian Grothoff2013-10-18
|
* -doxygen fixesChristian Grothoff2013-10-18
|
* new propertyMatthias Wachs2013-10-18
|
* doxygenMatthias Wachs2013-10-18
|
* Define _XOPEN_SOURCE to an integer, don't leave it emptyLRN2013-10-17
|
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -moving namestore_common functions to gnsrecord libraryChristian Grothoff2013-10-16
|
* -copied block-related functions from namestore to namecacheChristian Grothoff2013-10-16
|
* -adding plugin for fundamental gns recordsChristian Grothoff2013-10-16
|
* -specify gnsrecord plugin APIChristian Grothoff2013-10-16
|
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|