summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-eddsa.c
AgeCommit message (Collapse)Author
2024-01-15improve secmod for donauChristian Grothoff
2024-01-05-do not free const stringsChristian Grothoff
2024-01-05-fix compiler warningsChristian Grothoff
2024-01-05add option -s to the RSA and EdDSA secmod helper for DONAU to use a ↵Casaburi Johannes
different path
2023-11-22-tiny concurrency fixChristian Grothoff
2023-05-10always use GNUNET_memcpyChristian Grothoff
2022-08-01-set RD_ONLY flagChristian Grothoff
2022-06-07-fix minor bugsChristian Grothoff
2022-01-18use 'pipe' instead of 'eventfd' on non-Linux systemsJonathan Buchanan
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-25handle double-revoke gracefullyChristian Grothoff
2021-11-21-fix use after freeChristian Grothoff
2021-11-21another fix related to #7099Christian Grothoff
2021-11-21fix #7099Christian Grothoff
2021-11-20-code cleanupChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-17-sms wipChristian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-07-29secmod client dir needs group write permissionsFlorian Dold
2021-07-29secmod: services create their own client dirs with correct permissionsFlorian Dold
2021-07-27secmod: use umask, as fchmod is undefined on socketsFlorian Dold
2021-07-27secmod: fchmod socket to ug+rwFlorian Dold
2021-05-28-fix returning full responseChristian Grothoff
2021-05-14more work on hopefully fixing #6862Christian Grothoff
2021-05-14disable gettext use in secmod code (#6862)Christian Grothoff
2021-04-14fix rare NPEChristian Grothoff
2021-03-01remove deadlocking log statementsChristian Grothoff
2021-02-16fix revocation of unknown keyChristian Grothoff
2021-02-13fix memory leaksChristian Grothoff
2021-02-07fix #6745Sebastian
2021-01-29not not breakChristian Grothoff
2021-01-28try another tacChristian Grothoff
2021-01-28swap signal and unlock logic to hopefully nail #6726Christian Grothoff
2021-01-28more loggingChristian Grothoff
2021-01-27fix #6726Christian Grothoff
2021-01-21work around compiler warning, ensure we leave 0-terminator, even though it ↵Christian Grothoff
is not required by the kernel
2021-01-17rename taler-helper-crypto-* to taler-exchange-secmod-*Florian Dold