aboutsummaryrefslogtreecommitdiff
path: root/src/credential/Makefile.am
Commit message (Collapse)AuthorAge
* Renamed credential service to abd, replaced all related functions, ↵Andreas Ebner2019-10-07
| | | | parameters, etc
* Removed GNUNET_CREDENTIAL_Credential, new cmdline parameters, formatting:Andreas Ebner2019-10-07
| | | | | | | | | | - removed all files and functions related to GNUNET_CREDENTIAL_Credential, has been replaced by GNUNET_CREDENTIAL_Delegate - renamed cmline parameter 'credential' - added cmline parameter for backward/forward search and a related enum - added cmline parameter to store private delegates - only private delegates are used as start/end of the search algorithm (set to vrh in collect) - run valgrind: no memory exceptions - run clang-format
* Cleanup, additional input checks, renaming, simplification:Andreas Ebner2019-10-07
| | | | | | | | | | | - introducing own GNUNET_SIGNATURE_PURPOSE_DELEGATE - renaming of cred/crd in delegation_misc.c - renamed extension cmd para to import - changed subject key/attr parsing from memcpy/malloc to strtok - only allow to create delegates to expire absolute not relative (prevent reusing created delegation signatures) - check subject key and reuse expiration of import/signed delegation - replaced strdup() part of delegation_misc.c and credential_serialization.c with pointers - uncommented return after detection of unverifyable signatures
* Implemented delegate sign and store function for GNS entries:Andreas Ebner2019-10-07
| | | | | | | | - functions to store and sign delegates (all types) including serialization/string_to_value/.. - solved (almost) all TODOs - some renaming and cleanup in gnunet-credential.c - valgrind checked - test file adapted accordingly
* Handle all credential storage via credential service, prepared for subject ↵Andreas Ebner2019-10-07
| | | | | | | | | | side storage - new commandline parameters - new gns record type: DELEGATE for subject side storage - credential connection to namestore - store all credentials via credential service (replacing namestore) - stable, but experimental implementation, atm just using existing methods, next step: introduce own methods and replace/rename existing variables
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* include credential_*.h in distDaniel Golle2019-04-05
|
* move credential makefile defsSchanzenbach, Martin2019-03-12
|
* package credential.hChristian Grothoff2019-02-28
|
* actually fix ftbfsSchanzenbach, Martin2018-09-27
|
* -change apiSchanzenbach, Martin2016-12-28
|
* -fix rest issueSchanzenbach, Martin2016-12-19
|
* -fixesSchanzenbach, Martin2016-12-18
|
* -testsSchanzenbach, Martin2016-12-14
|
* -towards type4Schanzenbach, Martin2016-12-14
|
* -add serializerSchanzenbach, Martin2016-12-14
|
* - Add rest plugin for credentialSchanzenbach, Martin2016-12-12
|
* - fix testSchanzenbach, Martin2016-12-07
|
* - add verify and issue to cliSchanzenbach, Martin2016-12-02
|
* add credentialMartin Schanzenbach2016-11-10