aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* 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()
* fixfixChristian Grothoff2016-04-08
|
* -fix resolver logic bugChristian Grothoff2016-04-07
|
* expand GNUNET_OS_ProjectData API to also enable de-duplcation of logic for ↵Christian Grothoff2016-04-07
| | | | --help
* expand GNUNET_OS_ProjectData API to also enable de-duplcation of logic for ↵Christian Grothoff2016-04-07
| | | | --help
* -fix leakChristian Grothoff2016-04-04
|
* add logic to parse JSON uploadsChristian Grothoff2016-04-04
|
* extend GNUNET_OS-API to allow re-use of os_installation logic for programs ↵Christian Grothoff2016-03-31
| | | | with different libs, paths, binaries and environment variables
* Fix cut & paste errorJeff Burdges2016-03-21
|
* Copyright yearsJeff Burdges2016-03-21
|
* Authors, (C), and C++ commentsJeff Burdges2016-03-21
|
* Clarify a few paramaters and namesJeff Burdges2016-03-21
|
* Avoid exporting mpi_print helper functionJeff Burdges2016-03-21
| | | | | | | I still need to check on the importance of unsigned variant of this function
* Release outside of helper functionJeff Burdges2016-03-21
|
* fixing symbol naming and coding convention issuesChristian Grothoff2016-03-21
|
* Implement a Full Domain Hash (FDH) for RSA signatures and blind signaturesJeff Burdges2016-03-20
| | | | | | | | | | | | | | | | | This gives a measure of provable security to the Taler exchange/mint against hypothetical one-more forgery attacks. See: https://eprint.iacr.org/2001/002.pdf http://www.di.ens.fr/~pointche/Documents/Papers/2001_fcA.pdf We seed the FDH with the denomination keys as as a homage to RSA-PSS. This may slightly improves the exchanges's resistance to a violation of RSA-KTI and against insiders who can influence the choice of RSA keys but cannot actually exfiltrate them. Adopting FDH fixes a bug when using 512 bit RSA keys as well.
* adding library for basic JSON conversionsChristian Grothoff2016-03-17
|
* Add support for $GNUNET_BASE_CONFIGFlorian Dold2016-02-28
| | | | | | | | | | | | | The environment variable GNUNET_BASE_CONFIG allows specifying the directory from which all base config files will be loaded. This is useful when ARM is to be used to supervise things otherwise unrelated to GNUnet. Modifying GNUNET_PREFIX is not sufficient for this use case, since e.g. libexec files need to be under GNUNET_PREFIX, and GNUNET_BASE_CONFIG provides a way to only modify the base config directory independent of where GNUnet was installed.
* -deduplicate string constantSree Harsha Totakura2016-01-21
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* add crc8Christian Grothoff2016-01-17
|
* - Add ecdsa ecdh functionsMartin Schanzenbach2016-01-04
| | | | | - Update identity token to encrypted protocol
* preparations for fixing #4065Christian Grothoff2015-11-23
|
* -fix compiler warningChristian Grothoff2015-11-02
|
* Use SSH more safely from configureJeff Burdges2015-10-27
|
* -indentChristian Grothoff2015-10-26
|
* -indentChristian Grothoff2015-10-18
|
* -make time API more intutitiveChristian Grothoff2015-10-08
|
* export compression/decompression functionsChristian Grothoff2015-10-08
|
* enable clean up of NAT STUN state, prevents test_plugin_udp from segfaultingChristian Grothoff2015-10-07
|
* -bump yearChristian Grothoff2015-10-03
|
* find network interfaces also using 'ip' command (#3911)Christian Grothoff2015-10-03
|
* stop crashing if sshd is not running on loopbackChristian Grothoff2015-09-29
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* fix undefined behavior in GNUNET_array_growFlorian Dold2015-09-28
|
* add ecc dlog benchmarkChristian Grothoff2015-09-28
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* psyc fixesGabor X Toth2015-09-26
|
* multicast: replayGabor X Toth2015-09-26
|
* -also bench hash on small inputsChristian Grothoff2015-09-14
|
* multicast, psyc, psycstore, client_manager fixesGabor X Toth2015-09-05
|
* -fix ftbfsChristian Grothoff2015-09-05
|
* add GNUNET_CRYPTO_ecc_pmul_mpiChristian Grothoff2015-09-05
|
* adding bin_to_point and point_to_bin functions for GNUNET_CRYPTO_ecc APIChristian Grothoff2015-09-05
|
* -add benchmark for RSA cryptoChristian Grothoff2015-09-03
|
* The empty path is invalidDavid Barksdale2015-08-17
| | | | | | | | If GNUNET_DISK_directory_create_for_file() is called with a path like "/foo" then we will pass the empty path to GNUNET_DISK_directory_create() and access(). The latter will always return ENOENT.
* -indentChristian Grothoff2015-08-06
|
* -more correct logicChristian Grothoff2015-08-06
|
* -fix leakChristian Grothoff2015-08-06
|
* Make SOCKS test conditional on an SSH binary Jeff Burdges2015-08-05
|