aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Collapse)Author
2023-10-28-fixChristian Grothoff
2023-10-28new blind signature logic bug fixesChristian Grothoff
2023-10-28-fixChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-17-one more 7267 fixmeChristian Grothoff
2023-10-13implement more sanity checksChristian Grothoff
2023-10-13-add sanity checkChristian Grothoff
2023-10-12update private key files and harden checks for currency codesChristian Grothoff
2023-10-10Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-10-10-fix stupid crash bugChristian Grothoff
2023-10-10[pq] cleanup of amount tuple type handlingÖzgür Kesim
- add counter for tuple elements to struct - use GNUNET_memcpy instead of casting also, fix format string in test for age_restriction
2023-10-09go to 14 for Jammyv0.9.4-dev.2Christian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-10-08default currency specificationChristian Grothoff
2023-10-08currency DD51 JSON generationChristian Grothoff
2023-10-07parser for INI configuration of DD51 currency specificationsChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-24-fix test FTBFSChristian Grothoff
2023-09-24-simplify codeChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-22-misc minor fixesChristian Grothoff
2023-09-19add FIXME based on list discussionChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-11check for no_age_commitment before using uninitialized age_commitment hashChristian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-09-05fix off-by-one in coarse date calculationÖzgür Kesim
2023-08-29remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵Christian Grothoff
version to v17
2023-07-24[age-withdraw] first tests passÖzgür Kesim
age-withdraw successfully tested (no reveal yet): 1. reserve filled with amount large enough to trigger kyc 2. kyc oauth2 test daemon sets birthday to 2015-00-00 3. usual withdraw fails with CONFLICT and AGE_RESTRICTION_REQUIRED 4. age-withdraw with loo large of an maximum age fails 5. age-withdraw with appropriate maximum age succeeds
2023-07-21use decision timeChristian Grothoff
2023-07-10fix alignment issue, ensure we hash over packed structure to avoid ↵Christian Grothoff
non-determinism
2023-07-10fix memory leaks reported by valgrindÖzgür Kesim
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-27added TALER_adult_age(struct TALER_AgeMask *mask)Özgür Kesim
2023-06-27-update authorÖzgür Kesim
2023-06-27added birthdate parserÖzgür Kesim
2023-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-06-05work on cleaning up benchmark logicv0.9.3-dev.2Christian Grothoff
2023-05-16add KYC_AML_TRIGGER option (not implemented)Christian Grothoff
2023-05-14allow '#'Christian Grothoff
2023-05-13strcasecmpChristian Grothoff
2023-05-11externalize persona JSON conversion logic, expand with file downloadChristian Grothoff
2023-05-10add helper logic for JSON2JSON conversionChristian Grothoff
2023-05-10ensure amounts are in upper-caseChristian Grothoff
2023-05-10-fix TOTP calculationChristian Grothoff
2023-05-10always use GNUNET_memcpyChristian Grothoff
2023-05-10-fix warningChristian Grothoff
2023-05-09-consistencyChristian Grothoff
2023-05-09Fix age mask parsing from configÖzgür Kesim
- initialize age mask to zero - drop default bitstring for age mask, use string instead -remove default age mask bits, use string instead -strdup
2023-05-04-fix crypto testChristian Grothoff