.. |
.gitignore
|
initial cs_secmod implementation
|
2022-02-04 15:33:11 +01:00 |
age_restriction.c
|
age restriction: make seed a HashCode due to endianess and security level concerns
|
2022-04-26 23:34:14 +02:00 |
amount.c
|
-misc fixes
|
2022-03-17 14:16:34 +01:00 |
auditor_signatures.c
|
centralize exchange online signature logic
|
2022-03-29 15:21:49 +02:00 |
config.c
|
introduce sets for wire fees and global fees
|
2022-03-05 11:56:58 +01:00 |
crypto_contract.c
|
-work on create purse with merge
|
2022-04-20 23:07:44 +02:00 |
crypto_helper_common.c
|
work on #7099
|
2021-11-25 09:43:01 +01:00 |
crypto_helper_common.h
|
-sms wip
|
2021-11-17 13:03:58 +01:00 |
crypto_helper_cs.c
|
-ensure different HKDF is used in melt vs. withdraw
|
2022-02-20 21:51:46 +01:00 |
crypto_helper_esign.c
|
introducing GNUNET_TIME_Timestamp, recoup now with amounts
|
2021-12-14 16:04:40 +01:00 |
crypto_helper_rsa.c
|
-swap argument/rval for nicer code
|
2022-02-12 11:42:25 +01:00 |
crypto_wire.c
|
implement helper functions for p2p signatures, clean up existing signature logic
|
2022-03-22 02:33:51 +01:00 |
crypto.c
|
-amend missing parts to commit b20ddf0c8
|
2022-03-02 07:58:55 +01:00 |
denom.c
|
-refactor TALER_AgeMask.mask -> TALER_AgeMask.bits
|
2022-03-02 10:59:42 +01:00 |
exchange_signatures.c
|
-uncrustify
|
2022-04-23 18:13:15 +02:00 |
getopt.c
|
separate util.c and url.c
|
2020-01-19 20:33:07 +01:00 |
iban.c
|
-handle NULL nicely
|
2021-08-23 08:31:01 +02:00 |
lang.c
|
make static analysis happy
|
2020-10-30 00:26:21 +01:00 |
Makefile.am
|
-first cut at contract encryption and decryption
|
2022-03-28 13:57:43 +02:00 |
merchant_signatures.c
|
-work on create purse with merge
|
2022-04-20 23:07:44 +02:00 |
mhd.c
|
make check case-insensitive
|
2021-12-01 17:56:47 +01:00 |
offline_signatures.c
|
privatize more signature structs, simplify code
|
2022-03-31 12:37:39 +02:00 |
os_installation.c
|
fix #7105 (for exchange)
|
2021-11-25 23:24:04 +01:00 |
paths.conf
|
typos
|
2020-03-31 20:57:11 +02:00 |
payto.c
|
use 32 byte hash for hpayto, use that for joins on queries to better align queries with partitions
|
2022-03-03 23:52:08 +01:00 |
secmod_common.c
|
use 'pipe' instead of 'eventfd' on non-Linux systems
|
2022-01-18 09:15:54 -05:00 |
secmod_common.h
|
use 'pipe' instead of 'eventfd' on non-Linux systems
|
2022-01-18 09:15:54 -05:00 |
secmod_signatures.c
|
centralize exchange online signature logic
|
2022-03-29 15:21:49 +02:00 |
taler-config.c
|
add taler-config C version, useful once we depend on the next GNUnet release to avoid the LD_PRELOAD hack
|
2021-09-05 18:33:29 +02:00 |
taler-config.in
|
fix .so search in taler-config
|
2021-08-19 20:41:25 +02:00 |
taler-exchange-secmod-cs.c
|
-ensure different HKDF is used in melt vs. withdraw
|
2022-02-20 21:51:46 +01:00 |
taler-exchange-secmod-cs.conf
|
initial cs_secmod implementation
|
2022-02-04 15:33:11 +01:00 |
taler-exchange-secmod-cs.h
|
-ensure different HKDF is used in melt vs. withdraw
|
2022-02-20 21:51:46 +01:00 |
taler-exchange-secmod-eddsa.c
|
use 'pipe' instead of 'eventfd' on non-Linux systems
|
2022-01-18 09:15:54 -05:00 |
taler-exchange-secmod-eddsa.conf
|
put generated secmod keys in separate dir
|
2021-07-30 18:12:36 +02:00 |
taler-exchange-secmod-eddsa.h
|
introducing GNUNET_TIME_Timestamp, recoup now with amounts
|
2021-12-14 16:04:40 +01:00 |
taler-exchange-secmod-rsa.c
|
-doxygen fixes
|
2022-02-12 10:33:23 +01:00 |
taler-exchange-secmod-rsa.conf
|
put generated secmod keys in separate dir
|
2021-07-30 18:12:36 +02:00 |
taler-exchange-secmod-rsa.h
|
-doxygen fixes
|
2022-02-12 10:33:23 +01:00 |
test_age_restriction.c
|
age restriction: make seed a HashCode due to endianess and security level concerns
|
2022-04-26 23:34:14 +02:00 |
test_amount.c
|
expose 2^52 amount value limit in header, check that limit in test cases, add TALER_amount_multiply and TALER_amount_divide2 operations
|
2021-07-10 14:55:35 +02:00 |
test_crypto.c
|
-fixed tests for age restriction, now using correct seed
|
2022-04-22 15:15:57 +02:00 |
test_helper_cs.c
|
-big renaming of structs for consistent naming with P suffix
|
2022-02-21 00:23:23 +01:00 |
test_helper_cs.conf
|
denomination CIPHER field per denom
|
2022-02-04 15:39:57 +01:00 |
test_helper_eddsa.c
|
introducing GNUNET_TIME_Timestamp, recoup now with amounts
|
2021-12-14 16:04:40 +01:00 |
test_helper_eddsa.conf
|
add missing preflight
|
2021-12-08 12:42:22 +01:00 |
test_helper_rsa.c
|
-big renaming of structs for consistent naming with P suffix
|
2022-02-21 00:23:23 +01:00 |
test_helper_rsa.conf
|
denomination CIPHER field per denom
|
2022-02-04 15:39:57 +01:00 |
test_payto.c
|
-check DE IBAN
|
2021-08-23 08:25:56 +02:00 |
test_url.c
|
remove fault injection
|
2021-04-24 19:05:55 +02:00 |
tv_age_restriction.c
|
age restriction: make seed a HashCode due to endianess and security level concerns
|
2022-04-26 23:34:14 +02:00 |
tv_age_restriction.json
|
Fixed seed size for TALER_age_restriction_commit
|
2022-04-21 14:27:29 +02:00 |
url.c
|
-doxygen fixes
|
2022-02-12 11:12:33 +01:00 |
util.c
|
work on global fee structure
|
2022-03-05 15:13:07 +01:00 |
wallet_signatures.c
|
various age restriction fixes, some of them half-baked
|
2022-04-26 23:10:12 +02:00 |
yna.c
|
doxygen fixes, update ChangeLog, bump version
|
2020-10-03 16:08:01 +02:00 |