aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
Commit message (Collapse)AuthorAge
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -doxygen, minor bug fixesChristian Grothoff2013-11-16
|
* -fixing crash in #3101, but just replacing it with a break, so there is ↵Christian Grothoff2013-11-09
| | | | likely still an issue left
* -operations can be there, but none with active contChristian Grothoff2013-11-09
|
* -fix potential leak and awkward test behavior causing itChristian Grothoff2013-11-09
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -removing bogus duplicate NTR cancel callChristian Grothoff2013-09-24
|
* -properly clean up on disconnect, without memory leaksChristian Grothoff2013-09-15
|
* Fix the endless loop fix - don't miss pre-last itemLRN2013-09-15
|
* Don't go into infinite loop once only uncancellable head is leftLRN2013-09-14
|
* -avoid queuing large number of START requestsChristian Grothoff2013-09-14
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -do not crash if cb was NULL on ego freeChristian Grothoff2013-09-10
|
* -fix bad free, cut&paste error, might fix #3020Christian Grothoff2013-09-06
|
* identity: doc fixesGabor X Toth2013-08-27
|
* -more convenient API to lookup egosChristian Grothoff2013-08-24
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -dead code elimination, and docuChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations