Age | Commit 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 logic | Christian Grothoff | |
2022-02-21 | do not clamp EdDSA private keys | Florian Dold | |
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 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-15 | -correctly implement CS idempotency check on withdraw | Christian Grothoff | |
2022-02-14 | -actually, commit phase does take care of this | Christian Grothoff | |
2022-02-14 | -towards fixing the protocol | Christian Grothoff | |
2022-02-14 | -fixmes | Christian Grothoff | |
2022-02-12 | -remove redundant comments | Christian Grothoff | |
2022-02-12 | -address misc. fixmes | Christian Grothoff | |
2022-02-11 | -simplify structures | Christian Grothoff | |
2022-02-09 | -fix withdraw logic | Christian Grothoff | |
2022-02-09 | -clean up crypto | Christian Grothoff | |
2022-02-09 | -poison | Christian Grothoff | |
2022-02-09 | -indent | Christian Grothoff | |
2022-02-07 | fix refreshes_reveal FTBFS | Christian Grothoff | |
2022-02-07 | fix DB API for generic blinded planchet storage | Christian Grothoff | |
2022-02-07 | -rename fest | Christian Grothoff | |
2022-02-04 | include denom_pub into coin_ev_hash | Gian Demarmels | |
2022-02-04 | fixed nonce check, renamed WithdrawNonce | Gian Demarmels | |
2022-02-04 | refactoring | Gian Demarmels | |
2022-02-04 | implement spend | Lucien Heuzeveldt | |
2022-02-04 | set planchet detail cipher, add cipher checks | Lucien Heuzeveldt | |
2022-02-04 | initial cs_secmod implementation | Gian Demarmels | |
2022-02-04 | remove varargs in cs crypto implementation | Lucien Heuzeveldt | |
2022-02-04 | utility functions | Gian Demarmels | |
2022-02-04 | fixed CS signatures and cleanup/refactoring | Gian Demarmels | |
2022-02-04 | add sign and verify implementation | Gian Demarmels | |
2022-02-04 | sign_blinded implementation | Gian Demarmels | |
2022-02-04 | implemented planchet_prepare for CS | Gian Demarmels | |
2022-02-04 | added CS get R functionality and planchet setup | Gian Demarmels | |
2022-02-04 | CS planchet create and withdraw create | Gian Demarmels | |
2022-02-04 | added CS data structures, implemented CS keypair | Gian Demarmels | |
2021-11-17 | -use different hash for RSA vs. Denomination hashing | Christian 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-10 | age restriction progress 2/n | Özgür Kesim | |
Signed-off-by: Özgür Kesim <oec-taler@kesim.org> | |||
2021-11-06 | more RSA cleanup | Christian Grothoff | |
2021-11-06 | RSA-despecialization | Christian Grothoff | |
2021-11-05 | more crypto refactoring | Christian Grothoff | |
2021-11-05 | more crypto refactoring | Christian Grothoff | |
2021-11-05 | -fixes | Christian Grothoff | |
2021-11-05 | fix typo | Christian Grothoff | |
2021-11-05 | more denom key refactoring | Christian Grothoff | |
2021-11-05 | abstract denomination keys a bit more | Christian Grothoff | |
2021-11-01 | introduce invalid key type | Christian Grothoff | |
2021-10-31 | consistently distinguish blinded/unblinded denomination sigs | Christian Grothoff | |
2021-10-31 | distinguish between blind and non-blind denomination signatures | Christian Grothoff | |