aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
Commit message (Collapse)AuthorAge
* Update all am filesBart Polot2014-05-07
|
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass ↵Christian Fuchs2014-05-07
| | | | | | | | | | | tests. This commit happens because of the move from mesh->cadet. - reverted SP API back to the original design from 2012 (using key-value pairs) - SP now uses set intersection to determine common elements from the set provided by the user - values are sorted based on their keys after intersection - removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy - modified/renamed SP message types to reflect the changed behavior of SP
* - removed custom crypto functionality in scalarproductChristian Fuchs2014-03-07
| | | | | - scalarproduct now uses the paillier-API + associated structs - omitted SP-tests for now, scalarproduct is still heavily being reworked
* -fix FTBFSChristian Grothoff2014-03-07
|
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
|
* - more partially replacing of pailier-encryption functionality in ↵Christian Fuchs2014-02-03
| | | | scalarproduct with the new API
* - begun migrating scalarproduct to use crypto_paillier and set intersectionChristian Fuchs2014-02-03
| | | | | - removed paillier from the regular build for now - partially replaced pailier-encryption functionality in scalarproduct with the new API
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* - scalarproduct element container was 1 byte too largeChristian Fuchs2014-01-21
| | | | | - added logics to compute the maximum supported number of paillier hom.ops for a ciphertext - updated comments
* Fix scalarproduct argument parsing (don't scan past 0-terminator)LRN2014-01-17
|
* -make sure to link against right libgcrypt, enable abort of ↵Christian Grothoff2013-12-24
| | | | gnunet-revocation even if identity service is not running
* -remove trailing whitespaceChristian Grothoff2013-12-24
|
* -fix build system issuesChristian Grothoff2013-12-23
|
* - added extra parameter which i forgot in the previous commitChristian Fuchs2013-12-19
|
* - converted peeridentity from hashcode to eddsa Christian Fuchs2013-12-19
|
* -do not log at DEBUG in testcases (at least not in SVN), do not print random ↵Christian Grothoff2013-12-17
| | | | stuff to stdout
* -clarify prescedenceChristian Grothoff2013-12-08
|
* -clarify prescedenceChristian Grothoff2013-12-08
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* -fix indentationChristian Grothoff2013-12-06
|
* -initialize to NULL to use non-free if 'goto except' is hitChristian Grothoff2013-12-05
|
* -r and r_prime were captured in request, do not free hereChristian Grothoff2013-12-05
|
* -r was captured in request, do not free hereChristian Grothoff2013-12-05
|
* -fixing earlier fixChristian Grothoff2013-12-05
|
* -trying to fix leaksChristian Grothoff2013-12-05
|
* -add missing breakChristian Grothoff2013-12-05
|
* -add missing breakChristian Grothoff2013-12-05
|
* -typoChristian Grothoff2013-12-05
|
* use 'svalue' that is actually a signed integer, as otherwise cmp with 0 is ↵Christian Grothoff2013-12-05
| | | | always false
* -simplify codeChristian Grothoff2013-12-05
|
* -do not leak 'mask' arrayChristian Grothoff2013-12-05
|
* -indentation fixesChristian Grothoff2013-12-05
|
* -do not leak 'elements' arrayChristian Grothoff2013-12-05
|
* -fixing indentationChristian Grothoff2013-12-05
|
* -dead assignment (and leak), reported by clangChristian Grothoff2013-12-05
|
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* -be less insanely verbose, especially wrt utilChristian Grothoff2013-11-14
|
* removed final non functional dead leftover code from gaurav... may that code ↵Christian Fuchs2013-10-18
| | | | | | | | | | be forgotten testcases now do better logging together with make check made testcases a bit more tolerat for really slow systems (5 seconds should suffice even on older systems) activated new checks in Makefile
* added testcase for negative scalarproductsChristian Fuchs2013-10-18
| | | | | | added testcase for negative-zero scalarproducts
* fixed PID checking and this the kill featureChristian Fuchs2013-10-18
|
* fixed type in SP-test templateChristian Fuchs2013-10-18
|
* finished SP-testcaseChristian Fuchs2013-10-18
| | | | | | | | SP now properly resets a couple of freed values fixed a double-free fixed a logics bug in handle_service_response
* fixed a double-freeChristian Fuchs2013-10-17
| | | | | | | removed a redundant memcpy free_session_variables always resets the freed pointers to NULL
* complete testcase template, currently functionally blocked by two issues in ↵Christian Fuchs2013-10-16
| | | | | | | | the testbed profiler renamed a couple of cariables
* more work on the sp_testChristian Fuchs2013-10-15
|
* updated config file for changed name of scalar/vectorproductChristian Fuchs2013-10-15
|
* updated test-config template for scalarproductChristian Fuchs2013-10-15
| | | | | added declaration of GNUNET_TESTING_PREFIX to the test script