summaryrefslogtreecommitdiff
path: root/src/json
AgeCommit message (Collapse)Author
2022-07-06-fix typosChristian Grothoff
2022-06-29-actually fix compatibility break from OecChristian Grothoff
2022-06-27age commitment: json parser helper and support for purses addedÖzgür Kesim
2022-06-27better 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-13fix #7256Christian Grothoff
2022-06-05-move econtract into sub-object with its own parserChristian Grothoff
2022-05-30-add batch withdraw to test suiteChristian 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 suffixChristian 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-remove addessed documentation FIXMEsChristian Grothoff
2022-02-11-simplify structuresChristian Grothoff
2022-02-09pass exchange values to /recoupChristian Grothoff
2022-02-07-rename festChristian Grothoff
2022-02-04resolves merge conflictsGian Demarmels
2022-02-04implement feedbackLucien Heuzeveldt
2022-02-04implement spendLucien Heuzeveldt
2022-02-04implement withdraw (nonce reuse check missing)Lucien Heuzeveldt
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2022-02-04implement exchange_api_csrLucien Heuzeveldt
2022-01-27test and hopefully fix JSON canonicalizationFlorian Dold
2022-01-27fix RFC 8785 JSON normalizationFlorian Dold
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-08[age restriction] progress 10/nÖzgür Kesim
More work towards support for extensions: - Prepared statements and DB-plugin-functions for setting and retrieving configurations from the database added. - primitive "registry" of extensions for age restrictions and peer2peer (stub) - TALER_Extensions now with FP for parsing, setting and converting a configuration. - /management/extensions handler now verifies signature of the (opaque) json object for all extensions. - /management/extensions handler calls the FP in the corrensponding TALER_Extension for parsing and setting the configuration of a particular extension More work towards age restriction: - TALER_Extensions interfaces for config-parser, -setter and converter implemented for age restriction - DB event handler now retrieves config from database, parses it and sets it (the age mask) in the global extension. - load_age_mask now loads age mask from the global extension (and not from the config file) - add age_restricted_denoms to /keys response
2021-12-27[age restriction] progress 9/nÖzgür Kesim
More worke towards support for extensions and age restriction: - taler-exchange-httpd_management_extensions.c almost completed - handling of request implemented - stub "set_extensions" for database transaction added - utility functions added - TALER_exchange_offline_extension_agemask_{sign,verify} - TALER_agemask_parse_json
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-21trying to fix #7039 insanity for RFC 8785, Dold: please checkChristian Grothoff
2021-11-19-misc bugfixesChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-15-better typesChristian Grothoff
2021-11-10age restriction progress 2/nÖzgür Kesim
Signed-off-by: Özgür Kesim <oec-taler@kesim.org>
2021-10-31distinguish between blind and non-blind denomination signaturesChristian Grothoff
2021-10-27-fix test warningsChristian Grothoff
2021-10-27work on testing ftbfsChristian Grothoff
2021-10-27fix lib/ FTBFSChristian Grothoff
2021-10-27rename festChristian Grothoff
2021-10-27-more FTBFS fixesChristian Grothoff
2021-10-27-more changes towards fixing FTBFSChristian Grothoff
2021-10-27work on FTBFS issues...Christian Grothoff
2021-10-20simplify deposit, do not return kyc status, not neededChristian Grothoff
2021-10-09-introduce 'struct TALER_WireSalt'Christian Grothoff
2021-09-03first draft for an aggregator benchmark, plus fixing inclusive/exclusive ↵Christian Grothoff
sharding range issues
2021-08-08-require receiver-name in iban payto URIsChristian Grothoff
2021-08-04-make gettext compatibleChristian Grothoff
2021-08-03-remove confusing logsChristian Grothoff
2021-08-02-add i18n object syntax checkChristian Grothoff
2021-08-02-strengthen payto validation logicChristian Grothoff
2021-07-31-allow NULL in amountsChristian Grothoff