aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation.c
Commit message (Collapse)AuthorAge
* BUILD: Move revocation to serviceMartin Schanzenbach2023-10-19
|
* 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.
* 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
* 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.
* -coverity: handle invalid key lengthMartin Schanzenbach2021-05-15
|
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* change GNUNET_DISK_fn_write() to always do atomic writes and to NOT ↵Christian Grothoff2020-12-19
| | | | overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version
* - fix revocationMartin Schanzenbach2020-10-15
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* fix comments, struct naming; versionSchanzenbach, Martin2020-04-29
|
* Merge branch 'schanzen/argon_pow'Schanzenbach, Martin2020-04-22
|\
| * add epochs CLI parameterSchanzenbach, Martin2020-04-22
| |
| * update API for cleanup of handleMartin Schanzenbach2020-04-21
| |
| * rename, fixSchanzenbach, Martin2020-04-21
| |
| * new pass APISchanzenbach, Martin2020-04-21
| |
| * include buffer of 10& of epochSchanzenbach, Martin2020-04-20
| |
| * fix testsMartin Schanzenbach2020-04-20
| |
| * evaluate epochsSchanzenbach, Martin2020-04-20
| |
| * more comments, allow to pick up pow laterSchanzenbach, Martin2020-04-20
| |
| * uncrustifySchanzenbach, Martin2020-04-19
| |
| * towards less varianceSchanzenbach, Martin2020-04-19
| |
| * simplify pow even more; add timestamp to revocation powSchanzenbach, Martin2020-04-18
| |
* | make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
|/ | | | work
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* 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
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* porting gnunet-publish + others..Marcello Stanisci2017-03-16
|
* -fix gnunet-revocationChristian Grothoff2016-06-19
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -make sure to link against right libgcrypt, enable abort of ↵Christian Grothoff2013-12-24
| | | | gnunet-revocation even if identity service is not running
* additional check for filenameMatthias Wachs2013-11-22
|
* wrong string usedMatthias Wachs2013-11-22
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -finishing revocation command line toolChristian Grothoff2013-10-06
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -first draft for revocation command-line toolChristian Grothoff2013-10-06
|
* -adding skeleton for gnunet-revocation command line toolChristian Grothoff2013-10-06