aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Collapse)Author
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
2023-05-02include 0-terminator when hashingChristian Grothoff
2023-05-02use same canonicalization of JSON as for contract hashes when doing normal ↵Christian Grothoff
JSON hashing
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-04-02left-pad TOTP code with 0sChristian Grothoff
2023-03-13-fix comments for doxygenÖzgür Kesim
2023-03-13-typosÖzgür Kesim
2023-03-13-typosÖzgür Kesim
2023-03-13WIP: age-withdraw, continue verify_commitment_and_max_age, 7/nÖzgür Kesim
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo.
2023-03-12WiP: age-withdraw, added TALER_age_restriction_commit_from_base, 6/nÖzgür Kesim
Added TALER_age_restriction_commit_from_base in util/age_restriction.c, to create a age commitment and proof from a coin's private key as defined in https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-03-11simplify hash generation of age commitmentÖzgür Kesim
2023-03-07-simplify zero-check for age-commitment hashÖzgür Kesim
2023-03-04-fix FTBFS and other bugsv0.9.2-debian-1Christian Grothoff
2023-03-03totp update functionpriscilla
2023-03-02totp algorithmpriscilla
2023-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-02-21-fix bugChristian Grothoff
2023-02-21-misc minor bugfixesChristian Grothoff
2023-02-21skeleton logic for POS confirmationChristian Grothoff
2023-02-20-fix commentChristian Grothoff
2023-02-14begin API change to allow AML officers to trigger KYC processChristian Grothoff
2023-02-01start work on AML decision query APIChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-01-crypto for AML decision signaturesChristian Grothoff
2022-12-31write KYC attribute encryption logicChristian Grothoff
2022-12-29expand DB API with AML functions, fix purse refund calculations in ↵Christian Grothoff
libtalerexchange
2022-12-27-new crypto functionsChristian Grothoff
2022-12-27-doxygen fixesChristian Grothoff
2022-12-19-fix includes in testsChristian Grothoff
2022-12-09properly handle GONE case on purse depositChristian Grothoff
2022-12-06fix FIXME: sign also over balance during account-setupChristian Grothoff
2022-12-05adapt build to latest GNUnet without gnunet/platform.hChristian Grothoff