index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
taler-exchange-secmod-eddsa.c
Age
Commit message (
Expand
)
Author
2024-01-15
improve secmod for donau
Christian Grothoff
2024-01-05
-do not free const strings
Christian Grothoff
2024-01-05
-fix compiler warnings
Christian Grothoff
2024-01-05
add option -s to the RSA and EdDSA secmod helper for DONAU to use a different...
Casaburi Johannes
2023-11-22
-tiny concurrency fix
Christian Grothoff
2023-05-10
always use GNUNET_memcpy
Christian Grothoff
2022-08-01
-set RD_ONLY flag
Christian Grothoff
2022-06-07
-fix minor bugs
Christian Grothoff
2022-01-18
use 'pipe' instead of 'eventfd' on non-Linux systems
Jonathan Buchanan
2021-12-14
introducing GNUNET_TIME_Timestamp, recoup now with amounts
Christian Grothoff
2021-11-25
handle double-revoke gracefully
Christian Grothoff
2021-11-21
-fix use after free
Christian Grothoff
2021-11-21
another fix related to #7099
Christian Grothoff
2021-11-21
fix #7099
Christian Grothoff
2021-11-20
-code cleanup
Christian Grothoff
2021-11-19
-fix misc. compiler warnings
Christian Grothoff
2021-11-17
-sms wip
Christian Grothoff
2021-08-08
introduce TALER_OS_init() to safely handle static linkage
Christian Grothoff
2021-07-29
secmod client dir needs group write permissions
Florian Dold
2021-07-29
secmod: services create their own client dirs with correct permissions
Florian Dold
2021-07-27
secmod: use umask, as fchmod is undefined on sockets
Florian Dold
2021-07-27
secmod: fchmod socket to ug+rw
Florian Dold
2021-05-28
-fix returning full response
Christian Grothoff
2021-05-14
more work on hopefully fixing #6862
Christian Grothoff
2021-05-14
disable gettext use in secmod code (#6862)
Christian Grothoff
2021-04-14
fix rare NPE
Christian Grothoff
2021-03-01
remove deadlocking log statements
Christian Grothoff
2021-02-16
fix revocation of unknown key
Christian Grothoff
2021-02-13
fix memory leaks
Christian Grothoff
2021-02-07
fix #6745
Sebastian
2021-01-29
not not break
Christian Grothoff
2021-01-28
try another tac
Christian Grothoff
2021-01-28
swap signal and unlock logic to hopefully nail #6726
Christian Grothoff
2021-01-28
more logging
Christian Grothoff
2021-01-27
fix #6726
Christian Grothoff
2021-01-21
work around compiler warning, ensure we leave 0-terminator, even though it is...
Christian Grothoff
2021-01-17
rename taler-helper-crypto-* to taler-exchange-secmod-*
Florian Dold