summaryrefslogtreecommitdiff
path: root/src/util/denom.c
AgeCommit message (Collapse)Author
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-28-towards getting auditor tests to pass again with new logicChristian Grothoff
2022-02-21do not clamp EdDSA private keysFlorian Dold
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-20-ensure different HKDF is used in melt vs. withdrawChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian 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-15-correctly implement CS idempotency check on withdrawChristian Grothoff
2022-02-14-actually, commit phase does take care of thisChristian Grothoff
2022-02-14-towards fixing the protocolChristian Grothoff
2022-02-14-fixmesChristian Grothoff
2022-02-12-remove redundant commentsChristian Grothoff
2022-02-12-address misc. fixmesChristian Grothoff
2022-02-11-simplify structuresChristian Grothoff
2022-02-09-fix withdraw logicChristian Grothoff
2022-02-09-clean up cryptoChristian Grothoff
2022-02-09-poisonChristian Grothoff
2022-02-09-indentChristian Grothoff
2022-02-07fix refreshes_reveal FTBFSChristian Grothoff
2022-02-07fix DB API for generic blinded planchet storageChristian Grothoff
2022-02-07-rename festChristian Grothoff
2022-02-04include denom_pub into coin_ev_hashGian Demarmels
2022-02-04fixed nonce check, renamed WithdrawNonceGian Demarmels
2022-02-04refactoringGian Demarmels
2022-02-04implement spendLucien Heuzeveldt
2022-02-04set planchet detail cipher, add cipher checksLucien Heuzeveldt
2022-02-04initial cs_secmod implementationGian Demarmels
2022-02-04remove varargs in cs crypto implementationLucien Heuzeveldt
2022-02-04utility functionsGian Demarmels
2022-02-04fixed CS signatures and cleanup/refactoringGian Demarmels
2022-02-04add sign and verify implementationGian Demarmels
2022-02-04sign_blinded implementationGian Demarmels
2022-02-04implemented planchet_prepare for CSGian Demarmels
2022-02-04added CS get R functionality and planchet setupGian Demarmels
2022-02-04CS planchet create and withdraw createGian Demarmels
2022-02-04added CS data structures, implemented CS keypairGian Demarmels
2021-11-17-use different hash for RSA vs. Denomination hashingChristian Grothoff
2021-11-16[age restriction] progress 3/nÖzgür Kesim
- remove redundant struct members for age commitment hash - undo pre-mature implementation in taler-exchange-secmod-rsa.c - carry through age restriction parameter for TALER_denom_blind
2021-11-10age restriction progress 2/nÖzgür Kesim
Signed-off-by: Özgür Kesim <oec-taler@kesim.org>
2021-11-06more RSA cleanupChristian Grothoff
2021-11-06RSA-despecializationChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05-fixesChristian Grothoff
2021-11-05fix typoChristian Grothoff
2021-11-05more denom key refactoringChristian Grothoff
2021-11-05abstract denomination keys a bit moreChristian Grothoff
2021-11-01introduce invalid key typeChristian Grothoff
2021-10-31consistently distinguish blinded/unblinded denomination sigsChristian Grothoff
2021-10-31distinguish between blind and non-blind denomination signaturesChristian Grothoff