Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | perms | Christian Grothoff | |
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-05-23 | add document download logic for kycaid | Christian Grothoff | |
2023-05-18 | use external helper for conversion also for KYCAID | Christian Grothoff | |
2023-05-13 | add logic to oauth2 plugin to use /setup endpoint when configured | Christian Grothoff | |
2023-05-11 | -fix doxygen | Christian Grothoff | |
2023-05-11 | externalize persona JSON conversion logic, expand with file download | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-10 | fix 0-length VLAs | Christian Grothoff | |
2023-05-01 | -fix uninitialized variable and memory leak | Christian Grothoff | |
2023-04-16 | add FIXME | Christian Grothoff | |
2023-03-01 | WiP: 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-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-02-17 | more towards actually allowing AML decisions to trigger KYC | Christian Grothoff | |
2023-02-17 | fix memory leak and transaction error handling related to KYC | Christian Grothoff | |
2023-02-16 | add code to sanity-check KYC configuration and KYC decisions | Christian Grothoff | |
2023-01-29 | KYC: misc. fixes to attribute attestation logic | Christian Grothoff | |
2023-01-28 | KYC: fix API call and memory leak | Christian Grothoff | |
2023-01-28 | -misc fixes | Christian Grothoff | |
2023-01-28 | fix Persona attribute extraction from webhooks | Christian Grothoff | |
2023-01-28 | -debug KYC webhook logic | Christian Grothoff | |
2023-01-27 | add persona attribute conversion logic | Christian Grothoff | |
2023-01-27 | add persona attribute conversion logic | Christian Grothoff | |
2023-01-27 | work on kycaid attribute extraction | Christian Grothoff | |
2023-01-27 | add logic to store attributes | Christian Grothoff | |
2023-01-27 | update GET attest logic now that it is clear that we must store KYC ↵ | Christian Grothoff | |
attributes locally: | |||
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2023-01-22 | -towards storing KYC attribute data | Christian Grothoff | |
2023-01-16 | move state to inner URL | Christian Grothoff | |
2023-01-16 | -fix warning | Christian Grothoff | |
2023-01-16 | -fix KYC logic change to work for all plugins and not just OAuth2.0 | Christian Grothoff | |
2023-01-13 | fix kyc-proof handle | Sebastian | |
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 build | Christian Grothoff | |
2023-01-11 | -fix example KYC config options | Christian Grothoff | |
2023-01-10 | -more consistent naming of KYC_PERSONA options | Christian Grothoff | |
2022-12-05 | force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h | Christian Grothoff | |
2022-11-06 | fix #7427 | Christian Grothoff | |
2022-11-03 | -fix dist rules | Christian Grothoff | |
2022-10-22 | -fix bad method handling in kyc-tester | Christian Grothoff | |
2022-10-22 | -add FIXME | Christian Grothoff | |
2022-10-22 | implement missing UT filtering logic | Christian Grothoff | |
2022-10-02 | complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-02 | complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-09-26 | -fix debian package | Christian Grothoff | |
2022-09-24 | make dependency explicit | Christian Grothoff | |
2022-09-24 | -fix linker issues | Christian Grothoff | |
2022-08-23 | fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/ | Thien-Thi Nguyen | |
The latter is in the standard, while the former is an old GCC-ism. | |||
2022-08-22 | fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’ | Thien-Thi Nguyen | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |