aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
Commit message (Collapse)AuthorAge
* GNS: Introduce CRITICAL flag. Fixes #7169Martin Schanzenbach2022-02-03
|
* GNS: Rework GNS block wire formatMartin Schanzenbach2022-02-03
|
* GNS: Fix context strings in key derivation according to LSD0001Martin Schanzenbach2022-02-01
|
* -make tvs deterministicMartin Schanzenbach2022-02-01
|
* -fix tvsMartin Schanzenbach2022-02-01
|
* -include storage key in tvgMartin Schanzenbach2022-01-31
|
* -ftbfsMartin Schanzenbach2022-01-31
|
* -fixMartin Schanzenbach2022-01-31
|
* -fix testvectorsMartin Schanzenbach2022-01-31
|
* -be againMartin Schanzenbach2022-01-31
|
* -output IVs and Ks for symmetric encryption GNSMartin Schanzenbach2022-01-31
|
* -forgot fileMartin Schanzenbach2022-01-31
|
* -fix big endian again; add test vector consumerMartin Schanzenbach2022-01-31
|
* -not a scalar/intMartin Schanzenbach2022-01-30
|
* -fix tvg gnsMartin Schanzenbach2022-01-30
|
* -fixMartin Schanzenbach2022-01-29
|
* GNS: Towards NFCMartin Schanzenbach2022-01-18
|
* -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
|
* -fix actually follow spec for Salsa encryptionMartin Schanzenbach2021-05-03
|
* -add more tests for eddsa and gnsrecordMartin Schanzenbach2021-05-03
|
* -remove (hopefully) unnecessary clampingMartin Schanzenbach2021-05-03
|
* -add edkey test vectorMartin Schanzenbach2021-05-02
|
* -fix buildMartin Schanzenbach2021-05-02
|
* GNS: Add EDKEY support.Martin Schanzenbach2021-05-02
| | | | | | GNS and GNSRECORD can now handle EdDSA keys in addition to the existing ECDSA scheme. See also LSD0001.
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* -fixing memleaks and nptr derefsMartin Schanzenbach2021-03-26
|
* -fix some coverity issues wrt gnsMartin Schanzenbach2021-03-26
|
* fix for bitchy linkersChristian Grothoff2020-12-28
|
* -fix testsMartin Schanzenbach2020-11-10
|
* additional abstraction for identity keysTheJackiMonster2020-11-05
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -more gnsrecord APIMartin Schanzenbach2020-10-22
|
* fix missing MHD flagsChristian Grothoff2020-10-20
|
* -formatting tvgsMartin Schanzenbach2020-10-16
|
* -fix libaddMartin Schanzenbach2020-10-16
|
* GNS: New symmetric cryptoMartin Schanzenbach2020-10-16
|
* - fix tvgs; expose alternative identity typeMartin Schanzenbach2020-10-16
|
* - more dep fixesMartin Schanzenbach2020-10-15
|
* - try to fix depsMartin Schanzenbach2020-10-15
|
* - fix buildMartin Schanzenbach2020-10-15
|
* - fix gnsMartin Schanzenbach2020-10-15
|
* - more fixes towards crypto agilityMartin Schanzenbach2020-10-15
|
* - better wire format for rrblocksMartin Schanzenbach2020-10-15
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* add gnsrecord-tvg and revocation-tvg to .gitignorejospaeth2020-08-28
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* - Use correct argument in GNUNET_OS_init callAlessio Vanni2020-07-15
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Load GNSRECORD plugins within GNUnet's contextAlessio Vanni2020-07-15
| | | | | | | | | | | | When applications set a new project data structure using `GNUNET_OS_init', the plugin loader will look into a different path for plugins, instead of using GNUnet's installation path. Since applications don't normally come with the default DNS/GNS plugins for GNSRECORD, the consequence is that GNSRECORD will always fail when operating on a record from GNS. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|