aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation-tvg.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.
* GNS: No need to create key and then overwrite.Martin Schanzenbach2023-07-04
|
* GNS: Fix revocation TVs.Martin Schanzenbach2023-07-04
|
* GNS: TVs shorter expiration. Prettify revocation TV output.Martin Schanzenbach2023-06-29
|
* 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.
* - address coverity findings !coverityMartin Schanzenbach2022-10-25
|
* -make coverity happier !coverityMartin Schanzenbach2022-03-04
|
* - add plaintext message to revocation tvgMartin Schanzenbach2022-02-01
|
* GNS: Fix revocation wire formatMartin Schanzenbach2022-02-01
|
* -fixMartin Schanzenbach2022-01-31
|
* -minorMartin Schanzenbach2022-01-31
|
* -update revocation test vectorMartin Schanzenbach2022-01-31
|
* -more gnsrecord APIMartin Schanzenbach2020-10-22
|
* -formatting tvgsMartin Schanzenbach2020-10-16
|
* - fix tvgs; expose alternative identity typeMartin Schanzenbach2020-10-16
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* test vectors in binaryMartin Schanzenbach2020-05-26
|
* add some more debug outputMartin Schanzenbach2020-05-25
|
* fix sizes, should not affect actual operationMartin Schanzenbach2020-05-25
|
* add revocation tvgMartin Schanzenbach2020-05-10