exchange/src/json
Özgür Kesim 8bdf6ab19d
[age restriction] progress 14/n - withdraw and deposit
Age restriction support for
  - withdraw is done and tested
  - deposit is done and tested

TODOs:
  - melt/refresh/reveal
  - link

------

Added functions
 - TALER_age_restriction_commit
 - TALER_age_commitment_derive
 - TALER_age_commitment_hash
 - TALER_age_restriction_commitment_free_inside
 - Hash of age commitment passed around API boundaries

Exchangedb adjustments for denominations
 - all prepared statements re: denominations now handle age_mask
 - signature parameters adjusted

Hash and signature verification of /keys adjusted
 - Hashes of (normal) denominations and age-restricted denominations are
   calculated seperately
 - The hash of the age-restricted ones will then be added to the other
   hash
 - The total hash is signed/verified

Tests for withdraw with age restriction added
 - TALER_EXCHANGE_DenomPublickey now carries age_mask
 - TALER_TESTING_cmd_withdraw_amount* takes age parameter
 - TALER_TESTING_find_pk takes boolean age_restricted
 - WithdrawState carries age_commitment and its hash
 - withdraw_run derives new age commitment, if applicable
 - Added age parameter to testing (13 as example)

Various Fixes and changes
 - Fixes of post handler for /management/extensions
 - Fixes for offline tool extensions signing
 - Slight refactoring of extensions
 - Age restriction extension simplified
   - config is now global to extension
   - added global TEH_age_restriction_enabled and TEH_age_mask in
     taler-exchange-httpd
   - helper functions and macros introduced
2022-02-16 22:01:05 +01:00
..
.gitignore add test for json_wire.c logic 2019-06-26 20:43:08 +02:00
i18n.c -make gettext compatible 2021-08-04 18:34:25 +02:00
json_helper.c [age restriction] progress 14/n - withdraw and deposit 2022-02-16 22:01:05 +01:00
json_pack.c -remove addessed documentation FIXMEs 2022-02-12 12:10:33 +01:00
json_wire.c -rename fest 2022-02-07 12:33:35 +01:00
json.c test and hopefully fix JSON canonicalization 2022-01-27 20:25:40 +01:00
Makefile.am trying to fix #7039 insanity for RFC 8785, Dold: please check 2021-11-21 00:53:11 +01:00
test_json_wire.c -require receiver-name in iban payto URIs 2021-08-08 00:01:07 +02:00
test_json.c test and hopefully fix JSON canonicalization 2022-01-27 20:25:40 +01:00