summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2021-12-09introduce stored procedure for coin balance checkChristian Grothoff
2021-12-08fix error handling for very large uploads, fix re-generation of /keys ↵Christian Grothoff
response after Expires expires
2021-12-06-fix balance calculationChristian Grothoff
2021-12-05major rework of withdraw transaction to use stored procedure and ↵Christian Grothoff
(presumably) reduce serialization failures by avoiding SELECT before INSERT
2021-12-01[age restriction] progress 6/nÖzgür Kesim
lift logic for detection of age restriction of a denomination out from taler-exchange-secmod-rsa.c to taler-exchange_httpd_keys.c
2021-11-28[age restriction] progress 5/nÖzgür Kesim
- taler-exchange-secmod-rsa - extracts AGE_RESTRICTED per denomination from config - propagates flag for each denomination to server - if age restriction is set for a denomination, age _mask_ is taken (for now!) from config
2021-11-27integrate taler_extensions.h into distChristian Grothoff
2021-11-27[age restriction] progress 4/nÖzgür Kesim
- parser for age groups - stringify age mask
2021-11-20add taler-auditor-offline test command, fixes test_auditor_api warningsChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-17-use different hash for RSA vs. Denomination hashingChristian Grothoff
2021-11-16fix oauth_username issueChristian Grothoff
2021-11-16[age restriction] progress 3/nÖzgür Kesim
- remove redundant struct members for age commitment hash - undo pre-mature implementation in taler-exchange-secmod-rsa.c - carry through age restriction parameter for TALER_denom_blind
2021-11-15complete oauth logic (in theory)Christian Grothoff
2021-11-15avoid duplicationChristian Grothoff
2021-11-14age restriction (load per denomination). 3/nÖzgür Kesim
2021-11-10age restriction progress 2/nÖzgür Kesim
Signed-off-by: Özgür Kesim <oec-taler@kesim.org>
2021-11-09misc TODOs for KYC leftChristian Grothoff
2021-11-09get first KYC test to passChristian Grothoff
2021-11-07implement OAuth 2.0 serviceChristian Grothoff
2021-11-07add /kyc-proof cmdChristian Grothoff
2021-11-07fix payto:// construction routine and move it to libtalerutilChristian Grothoff
2021-11-07add wallet for KYC status checkChristian Grothoff
2021-11-07add kyc-wallet test commandChristian Grothoff
2021-11-07expose KYC traits for withdraw/get deposits commandsChristian Grothoff
2021-11-07implement /kyc-proof client APIChristian Grothoff
2021-11-07prepare for KYC testsChristian Grothoff
2021-11-07add missing fileChristian Grothoff
2021-11-06-misc fixesChristian Grothoff
2021-11-06include h_extensions in deposit confirmationChristian Grothoff
2021-11-06move extension options to external tableChristian Grothoff
2021-11-06add extension hashingChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-11-06RSA-despecializationChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05-fixesChristian Grothoff
2021-11-05-brksChristian Grothoff
2021-11-05more denom key refactoringChristian Grothoff
2021-11-05abstract denomination keys a bit moreChristian Grothoff
2021-11-01introduce invalid key typeChristian Grothoff
2021-10-31consistently distinguish blinded/unblinded denomination sigsChristian Grothoff
2021-10-31distinguish between blind and non-blind denomination signaturesChristian Grothoff
2021-10-31DB test passes againChristian Grothoff
2021-10-31fixing SQL statementsChristian Grothoff
2021-10-31misc fixesChristian Grothoff
2021-10-31fix test FTBFSChristian Grothoff
2021-10-31-fix FTBFS issuesChristian Grothoff
2021-10-30-more dB workChristian Grothoff
2021-10-30-more dB workChristian Grothoff