aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
Commit message (Expand)AuthorAge
* fix anchor string parsingjospaeth2020-09-03
* fix error handling in ESCROW_get_escrow_status()jospaeth2020-09-02
* fix GNUNET_ESCROW_cancel()jospaeth2020-09-02
* ESCROW_get() does not need method (as it is stored in anchor)jospaeth2020-09-02
* minor improvementsjospaeth2020-09-02
* rename escrowAnchor to anchorjospaeth2020-09-02
* add explanation for the anchor stringjospaeth2020-09-02
* change structure of struct GNUNET_ESCROW_Anchorjospaeth2020-09-01
* add egoName to the escrow anchor,jospaeth2020-08-29
* add note for the uniqueness of the GNS userSecretjospaeth2020-08-21
* begin implementation of gns verify and restorejospaeth2020-08-15
* fix some bugs in gns escrow, add pk derivationjospaeth2020-08-14
* some error messagesjospaeth2020-08-10
* continue start_gns_escrow, add user secret stringjospaeth2020-08-10
* store escrow status to configjospaeth2020-08-08
* begin implementation of the GNS escrowjospaeth2020-08-08
* add unique operation ID for distinction in the cbjospaeth2020-08-06
* fix double freejospaeth2020-08-06
* clean up plugin operationsjospaeth2020-08-06
* add a API method for getting the escrow statusjospaeth2020-08-05
* minor fixes, test structurejospaeth2020-08-03
* remove renew from the APIjospaeth2020-08-03
* major restructuring of the escrow componentjospaeth2020-08-03
* handle escrow operations as dll, clean them upjospaeth2020-07-22
* pass only ESCROW_Operation to the pluginsjospaeth2020-07-18
* minor fixesjospaeth2020-07-16
* change plugin functions to support async codejospaeth2020-07-16
* changes to the escrow api [not compiling]jospaeth2020-07-15
* unload pluginsjospaeth2020-07-13
* change return type of verification methodsjospaeth2020-07-13
* add escrow APIjospaeth2020-07-12
* add escrow API methods, change plugin functionsjospaeth2020-07-10
* include sss library checks, minor fixesjospaeth2020-07-09
* create escrow componentjospaeth2020-07-09