Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | -fix auditor tests (mostly) | Christian Grothoff | |
2022-08-23 | -avoid double next | Christian Grothoff | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |
2022-08-15 | towards testing #4960 | Christian Grothoff | |
2022-07-29 | expand taler-exchange-offline and libtalerexchange with ↵ | Christian Grothoff | |
management-drain-profits implementation (#4960) | |||
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-05-18 | enforce valid payto:// URI in exchange /wire response | Christian Grothoff | |
2022-04-28 | -fix help text | Christian Grothoff | |
2022-04-21 | cleanup of extension API | Özgür Kesim | |
- removed TALER_extensions_init() - added TALER_extension_age_restriction_register() | |||
2022-03-05 | -add global-fee subcommand to taler-exchange-offline | Christian Grothoff | |
2022-03-05 | refactor /wire to include logic to return the wad fee (for W2W payments) | Christian Grothoff | |
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-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 | |||
2022-02-12 | -doxygen fixes | Christian Grothoff | |
2022-02-09 | -fix leak | Christian Grothoff | |
2022-02-04 | introduce new type for security module pubkeys | Gian Demarmels | |
2022-02-04 | implement CS key handling and csr endpoint | Lucien Heuzeveldt | |
2022-01-23 | [age_restriction] progress 13/n | Özgür Kesim | |
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down | |||
2022-01-21 | [age restriction] progress 12/n | Özgür Kesim | |
- taler-offline-tool now handles extensions - command "extensions" added with subcommands "show" and "sign" - parses extensions from taler config - shows and signs of extensions and their configurations - creates signed set of configurations for upload - added test for retrieval of extension config - simplified signature verification for extensions - remove per-extension signatures, also from DB schema - adjust prepared statements accordingly - adjust DB event handler for extensions - allow NULL for config for extension in DB schema - handler for /management/extensions adjusted to new datastructures - changed test for TALER_denom_blind/TALER_denom_sign_blinded with and without TALER_AgeHash - minor updates and various fixes | |||
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-11-17 | -use different hash for RSA vs. Denomination hashing | Christian Grothoff | |
2021-11-16 | -fix rval | Christian Grothoff | |
2021-10-27 | -fix warning | Christian Grothoff | |
2021-10-27 | fix lib/ FTBFS | Christian Grothoff | |
2021-10-27 | -fix more FTBFS issues | Christian Grothoff | |
2021-10-27 | -fix more FTBFS issues | Christian Grothoff | |
2021-08-08 | introduce TALER_OS_init() to safely handle static linkage | Christian Grothoff | |
2021-07-31 | -eliminate more format-string packs | Christian Grothoff | |
2021-07-30 | fix #6967 | Christian Grothoff | |
2021-07-29 | fix #6960 | Christian Grothoff | |
2021-07-24 | fix #6939 in exchange | Christian Grothoff | |
2021-04-23 | fix more typos | Christian Grothoff | |
2021-04-12 | do not hang in taler-auditor-offline if sign output is empty | Christian Grothoff | |
2021-01-26 | use version | Christian Grothoff | |
2021-01-26 | implement #6724 | Christian Grothoff | |
2021-01-15 | avoid warning if file does not exist | Christian Grothoff | |
2021-01-15 | mkdir on tofu file | Christian Grothoff | |
2021-01-07 | work on #6679" | Christian Grothoff | |
2021-01-06 | add checks to ensure payto:// URI is well-formed to taler-exchange-offline, ↵ | Christian Grothoff | |
and taler-exchange-httpd where applicable (fixes #6675) | |||
2021-01-06 | also load keys in show subcommandv0.8.1-dev.1 | Florian Dold | |
2020-12-24 | implement #6661: secm key pinning via configuration | Christian Grothoff | |
2020-12-20 | misc doxygen fixes | Christian Grothoff | |
2020-12-19 | adapt to GNUENT_DISK_fn_write API change | Christian Grothoff | |
2020-12-19 | fix #6662: add versioning information to JSON exchanged between ↵ | Christian Grothoff | |
taler-exchange-offline invocations | |||
2020-12-17 | simplify further | Christian Grothoff | |