Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-08 | fix #7744 | Christian Grothoff | |
2023-03-08 | style fix | Christian Grothoff | |
2023-02-19 | -fix more memory leaks | Christian Grothoff | |
2023-02-19 | -fix memory leak | Christian Grothoff | |
2023-02-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-01-17 | eventually kick out /keys clients also if ksh exists but krd array is empty | Christian Grothoff | |
2022-12-11 | add asset_type to /keys response | Christian Grothoff | |
2022-11-20 | Call TEH_keys_update_state on extension config change | Özgür Kesim | |
Fixes #7266 Also better API: - TEH_keys_get_state and - TEH_keys_get_state_for_management_only | |||
2022-11-14 | more refactoring towards #7272 | Christian Grothoff | |
2022-11-14 | -refactoring in preparation of fixing #7272 | Christian Grothoff | |
2022-11-13 | refactor CS derive API in preparation for batch API | Christian Grothoff | |
2022-11-13 | API refactoring towards batch CS | Christian Grothoff | |
2022-11-04 | return base url as part of /keys | Christian Grothoff | |
2022-11-04 | policy extensions and age restriction refactoring | Özgür Kesim | |
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments | |||
2022-11-01 | remove wad fee, kyc fee and kyc-timeout | Christian Grothoff | |
2022-08-11 | -fix typos | Christian Grothoff | |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-01 | -exchange_api_batch_deposit.c compiles | Christian Grothoff | |
2022-06-29 | version bump due to new /keys response | Özgür Kesim | |
2022-06-29 | -actually fix compatibility break from Oec | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -fix /keys initialization DB logic | Christian Grothoff | |
2022-06-29 | -style fix | Christian Grothoff | |
2022-06-27 | better api for parsing a denomination group | Özgür Kesim | |
2022-06-27 | [new /keys response] added proper hash verification | Özgür Kesim | |
- Running XOR of all SHA-512 hashes of each denomination's public key is compared against the "hash" value in the JSON blob. - Fixed a bug during creation of the running XOR. | |||
2022-06-26 | [new /keys response] create and parse denomination implemented | Özgür Kesim | |
- /keys response now contains signed denomintations - hashes of denominations now XOR'ed per group into a single hash-code - final hash-code is now XOR of all group hash codes - final hash-code is signed - lib/exchange_api_handle support for new "denominations" implemented - parses array of denomation groups - creates running xor of hashes - verifies signature at the end - previous diff/merge logic for keys remains intact. | |||
2022-06-24 | -cleanup comments | Özgür Kesim | |
2022-06-23 | first steps towards new /keys response: grouped denominations added | Özgür Kesim | |
2022-06-14 | -fix comments | Christian Grothoff | |
2022-05-30 | -sketch API for RSA parallel signing | Christian Grothoff | |
2022-05-17 | -check for ETag in request, generate 304 if applicable | Christian Grothoff | |
2022-05-17 | keep ETag around | Christian Grothoff | |
2022-05-17 | add ETag to /keys response | Christian Grothoff | |
2022-05-16 | improve cache control support for /wire, /keys and legal | Christian Grothoff | |
2022-05-12 | add Etag and 'expires' to /wire | Christian Grothoff | |
2022-04-26 | various age restriction fixes, some of them half-baked | Florian Dold | |
2022-04-23 | -work on p2p payments | Christian Grothoff | |
2022-03-29 | centralize exchange online signature logic | Christian Grothoff | |
2022-03-20 | towards support for new reserve history/status APIs | Christian Grothoff | |
2022-03-20 | return new global fees from /keys | Christian Grothoff | |
2022-03-17 | more explicit cipher usage counters | Marco Boss | |
2022-03-14 | add metrics for number of crypto operations | Marco Boss | |
2022-03-02 | -refactor TALER_AgeMask.mask -> TALER_AgeMask.bits | Özgür Kesim | |
also: fix off-by-one in TALER_age_restriction_commit | |||
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-20 | -ensure different HKDF is used in melt vs. withdraw | Christian Grothoff | |
2022-02-17 | -fix bad choice during merge | Christian Grothoff | |
2022-02-17 | -fix CS nonce reuse check logic | Christian Grothoff | |
2022-02-16 | [age restriction] progress 14/n - withdraw and deposit | Özgür Kesim | |
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced |