aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-crypto-tvg.c
Commit message (Collapse)AuthorAge
* 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: fix memory leaks in several places.ulfvonbelow2023-02-06
| | | | | | | | | | Namely, in: - GNUNET_CRYPTO_eddsa_private_key_derive - GNUNET_CRYPTO_hash_file_cancel - GNUNET_CRYPTO_hash_file - checkvec and check_vectors in gnunet-crypto-tvg Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* - address coverity findings !coverityMartin Schanzenbach2022-10-25
|
* gnunet-crypto-tvg: edx25519 test vectorsFlorian Dold2022-04-26
|
* add salt argument to GNUNET_CRYPTO_CS_r_derive()Christian Grothoff2022-02-20
|
* added CS test vectorsGian Demarmels2022-01-26
|
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* -remove unused macro / add commentFlorian Dold2020-12-04
|
* gnunet-crypto-tvg: fix bogus labelFlorian Dold2020-12-04
|
* gnunet-crypto-tvg: add verification modeFlorian Dold2020-12-04
|
* gnunet-crypto-tvg: output JSON, fix memleaksFlorian Dold2020-12-04
| | | | | This commit also bumps the version of libgnunetutil, due to the spell checking fix to xts in rsa (un)blinding.
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* use void * instead of char * for RSA key material to make it more clear that ↵Christian Grothoff2020-03-17
| | | | these are not 0-terminated strings
* add test vector generation for crypto opsFlorian Dold2020-01-15