summaryrefslogtreecommitdiff
path: root/src/json
AgeCommit message (Collapse)Author
2024-02-01add new TOTP-specfic JSON parsersChristian Grothoff
2023-12-25api update to support refactored merchant order creationChristian Grothoff
2023-12-23-use singleton for RSAChristian Grothoff
2023-12-22-minor code cleanupChristian Grothoff
2023-12-22-cleanupChristian Grothoff
2023-12-22bump API versionsChristian Grothoff
2023-12-22deprecating currency code in currency specificationsChristian Grothoff
2023-12-13-typoÖzgür Kesim
2023-11-27-fix new JSON parsersChristian Grothoff
2023-11-25more strict spec parsers for payto URIs, Web URLs, and AML decision statesChristian Grothoff
2023-11-15remove is_currency_name_leadingChristian Grothoff
2023-10-29-fix misc memory leaksChristian Grothoff
2023-10-29no more decimal separatorChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-13implement more sanity checksChristian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-09-23fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵Christian Grothoff
out the issue
2023-09-01towards adjusting taler-auditor-offline to new /keys format (still fails in ↵Christian Grothoff
signature verification)
2023-08-12-fix -l optionChristian Grothoff
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-06-04-allow NULL for i18nChristian Grothoff
2023-05-10assertions to make compiler happyChristian Grothoff
2023-05-02use same canonicalization of JSON as for contract hashes when doing normal ↵Christian Grothoff
JSON hashing
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2022-11-04policy 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-08-22-fix clang compiler warningsChristian Grothoff
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