aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.c
Commit message (Collapse)AuthorAge
* fix includes, don't depend on "../identity/identity.h"jospaeth2020-09-07
|
* add escrow REST pluginjospaeth2020-09-06
|
* fix implementation of escrow STATUSjospaeth2020-09-04
|
* add config param for GNS share expiration timejospaeth2020-09-04
|
* don't maintain a plugin's ego list when cleaning upjospaeth2020-09-04
|
* ESCROW_get() does not need method (as it is stored in anchor)jospaeth2020-09-02
|
* minor improvementsjospaeth2020-09-02
| | | | add static/const
* fix struct name in the escrow plugin exit pointsjospaeth2020-09-02
|
* use anchor struct in restore_private_key()jospaeth2020-09-02
|
* remove logging of private keysjospaeth2020-09-02
|
* rename escrowAnchor to anchorjospaeth2020-09-02
|
* change structure of struct GNUNET_ESCROW_Anchorjospaeth2020-09-01
| | | | | encode method name and ego name in anchor string implement anchor_string_to_data and anchor_data_to_string in escrow_api.c (not plugin-specific)
* refactor anchor_string_to_data and anchor_data_to_string in the pluginsjospaeth2020-08-29
|
* add egoName to the escrow anchor,jospaeth2020-08-29
| | | | no need to pass it to the API in case of a GET operation
* add verification result for missing sharesjospaeth2020-08-23
|
* add timeout to GNS lookupjospaeth2020-08-21
| | | | handles the case that the zone is not found
* add note for the uniqueness of the GNS userSecretjospaeth2020-08-21
|
* implement GNS escrow verify and restorejospaeth2020-08-18
| | | | error handling not yet working
* schedule execution now, no need to waitjospaeth2020-08-17
|
* fix failing assertion at namestorejospaeth2020-08-17
|
* fix some const issuesjospaeth2020-08-17
|
* begin implementation of gns verify and restorejospaeth2020-08-15
|
* delay gns escrow until plugin is intialized, fixesjospaeth2020-08-15
|
* fix some bugs in gns escrow, add pk derivationjospaeth2020-08-14
|
* finish escrow put for GNSjospaeth2020-08-12
| | | | some minor fixes needed
* some error messagesjospaeth2020-08-10
|
* continue start_gns_escrow, add user secret stringjospaeth2020-08-10
|
* GNS escrowjospaeth2020-08-09
| | | | | check for existing escrow IDs some cleanup
* store escrow status to configjospaeth2020-08-08
|
* begin implementation of the GNS escrowjospaeth2020-08-08
|
* add tests for plaintext and gns escrowjospaeth2020-08-06
|
* add unique operation ID for distinction in the cbjospaeth2020-08-06
|
* add a API method for getting the escrow statusjospaeth2020-08-05
| | | | not yet working!
* minor fixes, test structurejospaeth2020-08-03
|
* remove renew from the APIjospaeth2020-08-03
|
* major restructuring of the escrow componentjospaeth2020-08-03
| | | | refine the several layers (CLI, API, plugins) and enable async execution
* handle escrow operations as dll, clean them upjospaeth2020-07-22
| | | | (not yet finished)
* fix plaintext escrowjospaeth2020-07-19
|
* pass only ESCROW_Operation to the pluginsjospaeth2020-07-18
|
* minor fixesjospaeth2020-07-16
|
* implement escrow CLIjospaeth2020-07-16
|
* change plugin functions to support async codejospaeth2020-07-16
|
* fix static, fix method namesjospaeth2020-07-15
|
* changes to the escrow api [not compiling]jospaeth2020-07-15
|
* change return type of verification methodsjospaeth2020-07-13
|
* add escrow API methods, change plugin functionsjospaeth2020-07-10
|
* include sss library checks, minor fixesjospaeth2020-07-09
|
* create escrow componentjospaeth2020-07-09