aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.c
Commit message (Expand)AuthorAge
* massive rework of scalarproduct service, splitting into Alice and BobChristian Grothoff2014-12-06
* allocate r and r_prime MPIs before useChristian Grothoff2014-12-03
* -code cleanupsChristian Grothoff2014-11-30
* simplify logicChristian Grothoff2014-11-30
* -indentation fixes, some fixes to message size checks, some code cleanupChristian Grothoff2014-11-30
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
* eliminating useless salt argument, salt can be generated inside of gnunet-ser...Christian Grothoff2014-11-27
* -fix ftbfsChristian Grothoff2014-10-25
* -init randChristian Grothoff2014-10-05
* -fix use after freeChristian Grothoff2014-06-17
* - more scalarproduct bugfixingChristian Fuchs2014-06-08
* - no hton conversion for the set-API-add functionChristian Fuchs2014-05-27
* - removed double-free after set has freed its set alreadyChristian Fuchs2014-05-26
* - fixed bug in set which allows a peer to generate a malformed session setupChristian Fuchs2014-05-26
* - SP now uses the correct msg type for session initializationChristian Fuchs2014-05-26
* -a bit more towards following coding conventionsChristian Grothoff2014-05-24
* cleaning up scalar product client APIChristian Grothoff2014-05-24
* -doxygen, some additional error checkingChristian Grothoff2014-05-24
* - forgot to set concluded intersection OP to NULLChristian Fuchs2014-05-20
* - removed now obsolete check for the element count for an scalarproduct calcu...Christian Fuchs2014-05-20
* - removed redundant and bugged check from SP intersection handlingChristian Fuchs2014-05-20
* - removed some optional parts from the SP test configChristian Fuchs2014-05-12
* - updated error reporting functionality for the serviceChristian Fuchs2014-05-08
* - added proper error reporting to the serviceChristian Fuchs2014-05-08
* - session->remote_pubkey is not kept independently from the service structureChristian Fuchs2014-05-07
* - more abnormal session-termination handlingChristian Fuchs2014-05-07
* - sessions now terminate correctly for both sides if invalid/unexpected msgs ...Christian Fuchs2014-05-07
* - update renaming to new version of scalarproductBart Polot2014-05-07
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass test...Christian Fuchs2014-05-07
* - removed custom crypto functionality in scalarproductChristian Fuchs2014-03-07
* -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 scalarprodu...Christian Fuchs2014-02-03
* - begun migrating scalarproduct to use crypto_paillier and set intersectionChristian Fuchs2014-02-03
* -clarify prescedenceChristian Grothoff2013-12-08
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_...Christian Grothoff2013-12-08
* -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
* -typoChristian Grothoff2013-12-05
* use 'svalue' that is actually a signed integer, as otherwise cmp with 0 is al...Christian Grothoff2013-12-05
* -simplify codeChristian 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
* finished SP-testcaseChristian Fuchs2013-10-18
* fixed a double-freeChristian Fuchs2013-10-17