aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* - fixSree Harsha Totakura2013-11-25
|
* - Added the '-E' option to gnunet-ecc, which prints reference results ofFlorian Dold2013-11-19
| | | | | ecc operations
* Add a third default. Bruno Cabral2013-11-17
| | | | $HOME is not set on W32, and it refuses to work without it.
* -fix testChristian Grothoff2013-11-17
|
* -add assertions to ensure there is no stale reconnect taskChristian Grothoff2013-11-16
|
* -avoid possible problem due to clean up during deeper recursion by making ↵Christian Grothoff2013-11-16
| | | | continuation asynchronous
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ↵Christian Grothoff2013-11-16
| | | | calling the continuation _last_
* Fix a typo in util.confLRN2013-11-16
|
* -multiply infinity without warningChristian Grothoff2013-11-14
|
* -align message bufferChristian Grothoff2013-11-13
|
* -avoid bus error on sparcChristian Grothoff2013-11-13
|
* -remove noparam, as suggested by Werner KochChristian Grothoff2013-11-13
|
* functionality to print ids in hostkey fileMatthias Wachs2013-11-12
|
* logread: ipc message monitoringGabor X Toth2013-11-09
|
* -check for NULL, doxygenChristian Grothoff2013-11-09
|
* -fix #3095Christian Grothoff2013-11-08
|
* -addressing final crypto fixmeChristian Grothoff2013-11-05
|
* -tolerate lower case lettersChristian Grothoff2013-11-05
|
* Werner Koch wrote:Christian Grothoff2013-11-05
| | | | | | | | | | | | | Hi, find attached a changed diff to crypto_ecc.c with the final Libgcrypt interface. Use commit b9fd398 or later for your tests. Shalom-Salam, Werner
* 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
* - document, alpha renamingBart Polot2013-11-05
|
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* -doxygenChristian Grothoff2013-10-31
|
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
|
* function to fill buffer with random valuesMatthias Wachs2013-10-29
|
* - warn upon failed $-expansionsSree Harsha Totakura2013-10-28
|
* -log parse errors as WARNINGSChristian Grothoff2013-10-26
|
* -improvements to parsersChristian Grothoff2013-10-26
|
* -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
* Don't put back separator that wasn't there originallyLRN2013-10-14
|
* -need to do mkdir before testing UNIXPATH, not sure how this worked beforeChristian Grothoff2013-10-14
|
* -doxygenChristian Grothoff2013-10-13
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -fix crash on recursion with NULL defChristian Grothoff2013-10-11
|
* Skip the testChangeOwner test on W32LRN2013-10-11
|
* -doxygen, code style, indentation fixesChristian Grothoff2013-10-11
|
* -just .conf, not .configChristian Grothoff2013-10-11
|
* -remove legacyChristian Grothoff2013-10-11
|
* -eddsa not yet in gcryptChristian Grothoff2013-10-11
|
* -updated testsChristian Grothoff2013-10-10
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -fix leakChristian Grothoff2013-10-10
|
* -fix leakChristian Grothoff2013-10-10
|
* Fix to build on W32 againLRN2013-10-09
|
* -fix warningChristian Grothoff2013-10-09
|
* removing remenants of abstract unix domain socket handling, this finishes ↵Christian Grothoff2013-10-09
| | | | addressing #2887
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|