Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | -fix memory leakHEADmaster | Özgür Kesim | |
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 | |