aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic
AgeCommit message (Collapse)Author
2023-07-23kyc logic with birthdate setting test addedÖzgür Kesim
1. Added age-requirement check in withdraw-handler (like in batch-withdraw) 2. In test_exchange_api_age_restriction: - kyc-oauth2 started, with static birthdate in answers - withdraw triggers kyc - second withdraw fails due to age restriction requirements
2023-07-23Added reserve_pub to kyc legitimization_processesÖzgür Kesim
Where applicable, the reserve_pub will be passed on to the kcy-legitimization process and persisted along with h_payto. This allows us to set a birthday on the reserve itself, once a related kyc-process has provided one.
2023-06-05permsChristian Grothoff
2023-06-04code cleanup, fixing misc. memory leaks in the processChristian Grothoff
2023-05-23add document download logic for kycaidChristian Grothoff
2023-05-18use external helper for conversion also for KYCAIDChristian Grothoff
2023-05-13add logic to oauth2 plugin to use /setup endpoint when configuredChristian Grothoff
2023-05-11-fix doxygenChristian Grothoff
2023-05-11externalize persona JSON conversion logic, expand with file downloadChristian Grothoff
2023-05-10always use GNUNET_memcpyChristian Grothoff
2023-05-10fix 0-length VLAsChristian Grothoff
2023-05-01-fix uninitialized variable and memory leakChristian Grothoff
2023-04-16add FIXMEChristian Grothoff
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-19return KYC requirement row when AML imposed KYC requirements on withdraw; ↵Christian Grothoff
return KYC choices in new /config endpoint
2023-02-17more towards actually allowing AML decisions to trigger KYCChristian Grothoff
2023-02-17fix memory leak and transaction error handling related to KYCChristian Grothoff
2023-02-16add code to sanity-check KYC configuration and KYC decisionsChristian Grothoff
2023-01-29KYC: misc. fixes to attribute attestation logicChristian Grothoff
2023-01-28KYC: fix API call and memory leakChristian Grothoff
2023-01-28-misc fixesChristian Grothoff
2023-01-28fix Persona attribute extraction from webhooksChristian Grothoff
2023-01-28-debug KYC webhook logicChristian Grothoff
2023-01-27add persona attribute conversion logicChristian Grothoff
2023-01-27add persona attribute conversion logicChristian Grothoff
2023-01-27work on kycaid attribute extractionChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-27update GET attest logic now that it is clear that we must store KYC ↵Christian Grothoff
attributes locally:
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-22-towards storing KYC attribute dataChristian Grothoff
2023-01-16move state to inner URLChristian Grothoff
2023-01-16-fix warningChristian Grothoff
2023-01-16-fix KYC logic change to work for all plugins and not just OAuth2.0Christian Grothoff
2023-01-13fix kyc-proof handleSebastian
1.- redirect_uri has an extra slash 2.- response_type=code is required https://www.rfc-editor.org/rfc/rfc6749#section-3.1.1 3.- add more info to "Unexpected response from KYC gateway" 4.- relax the requirements on the login response, marked as optional 5.- redirect_uri should be the same when exchanging the code for the access_token, 6.- remove legi and payto from kyc-proof path 7.- use state to transport h_payto https://www.rfc-editor.org/rfc/rfc6749#section-4.1.1
2023-01-12-add missing library dependencies for clean buildChristian Grothoff
2023-01-11-fix example KYC config optionsChristian Grothoff
2023-01-10-more consistent naming of KYC_PERSONA optionsChristian Grothoff
2022-12-05force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.hChristian Grothoff
2022-11-06fix #7427Christian Grothoff
2022-11-03-fix dist rulesChristian Grothoff
2022-10-22-fix bad method handling in kyc-testerChristian Grothoff
2022-10-22-add FIXMEChristian Grothoff
2022-10-22implement missing UT filtering logicChristian Grothoff
2022-10-02complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-09-26-fix debian packageChristian Grothoff
2022-09-24make dependency explicitChristian Grothoff
2022-09-24-fix linker issuesChristian Grothoff
2022-08-23fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/Thien-Thi Nguyen
The latter is in the standard, while the former is an old GCC-ism.