aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
Commit message (Collapse)AuthorAge
* BUILD: Move identity/rest components to service/rest-pluginMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* IDENTITY: Fix inplace encryptionTheJackiMonster2023-08-07
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* NEWS: -Martin Schanzenbach2023-07-17
| | | | Safer API for IDENTITY encryption
* NEWS: -Martin Schanzenbach2023-07-16
| | | | Rename encrypt2/decrypt2 to encrypt/decrypt
* NEWS: Added new CCA-secure KEM and use in IDENTITY encryptionMartin Schanzenbach2023-07-16
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* IPC: Convert all message payload lengths to uint16_t types.Martin Schanzenbach2022-11-06
|
* update GANAv0.18.1-debChristian Grothoff2022-11-04
|
* -fix coverityMartin Schanzenbach2022-11-01
|
* IDENTITYMartin Schanzenbach2022-10-29
| | | | | | | This commit is a major rework of the unclean GNUNET_IDENTITY_*Key structures and its use in serialized objects (e.g. RPC messages). The structures are now no longer to be used directly but instead through their serialization helper functions whenever needed.
* IDENTITY/NAMESTORE:Martin Schanzenbach2022-10-27
| | | | | Remove the concept of "Subsystem default identities". Add GNUNET_ErrorCodes to IDENTITY subsystem.
* -DOC: Pass through IDENTITY subsystemWillow Liquorice2022-10-03
|
* GNS: Fix revocation wire formatMartin Schanzenbach2022-02-01
|
* -some input sanitization for identity and abdMartin Schanzenbach2022-01-07
|
* -updating block plugins to new APIChristian Grothoff2021-12-29
|
* -writing identity keys to buffer consistentlyTheJackiMonster2021-11-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -make new cmd tests experimental (segfalting); fix warningsMartin Schanzenbach2021-08-08
|
* GNS: Fix EdDSA lookup by zonekey TLDMartin Schanzenbach2021-06-06
|
* -remerge branch 'jacki/messenger'TheJackiMonster2020-11-12
| | | | This reverts commit e11d1e59e4ae5f7d89c33df3ae9ca8f1ece990cf.
* -revert "-merge branch 'jacki/messenger'"TheJackiMonster2020-11-12
| | | | | This reverts commit fec34163a1f17729c190022a2bf747f48e34f07a, reversing changes made to 63fe195e40e55f13ab29e3ba578e97017fc4cc48.
* adding the messenger service and its client-side libraryTheJackiMonster2020-11-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* remove constChristian Grothoff2020-07-17
|
* add option to create identity from private keyspaeth/import_identityjospaeth2020-05-25
|
* fix api for lazy pubkey loadingMartin Schanzenbach2020-05-18
|
* same id derivation for anonSchanzenbach, Martin2020-05-06
|
* fix gnunet-identity performanceChristian Grothoff2020-05-02
|
* fixing #6149Christian Grothoff2020-04-11
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* improve performance of identity_api_lookup.c logic to not be O(n)Christian Grothoff2019-06-01
|
* stashChristian Grothoff2019-06-01
|
* speed up ego creation/deletionChristian Grothoff2019-05-25
|
* make generated ego key available in continuation when creating egosChristian Grothoff2019-05-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX2018-06-06
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* -new service APIMartin Schanzenbach2016-09-28
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -cosmeticsChristian Grothoff2016-06-25
|
* -fix bad checkChristian Grothoff2016-06-25
|
* rework identity API to use new MQ APIChristian Grothoff2016-06-21
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|