Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-04 | -fix crypto test | Christian Grothoff | |
2023-02-21 | -fix bug | Christian Grothoff | |
2022-12-31 | write KYC attribute encryption logic | Christian Grothoff | |
2022-12-19 | -fix includes in tests | Christian Grothoff | |
2022-04-27 | -work on p2p payments | Christian Grothoff | |
2022-04-22 | -fixed tests for age restriction, now using correct seed | Özgür Kesim | |
2022-03-28 | -fix leaks in test_crypto.c | Özgür Kesim | |
2022-03-27 | fix leak | Christian Grothoff | |
2022-03-02 | -tests now with age restriction | Özgür Kesim | |
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 test_crypto FTBFS | 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 | -address misc. fixmes | Christian Grothoff | |
2022-02-11 | -simplify structures | Christian Grothoff | |
2022-02-11 | -get tests to pass | Christian Grothoff | |
2022-02-09 | -poison | Christian Grothoff | |
2022-02-07 | -rename fest | Christian Grothoff | |
2022-02-07 | -rename fest | Christian Grothoff | |
2022-02-07 | -fix test_crypto | Christian Grothoff | |
2022-02-07 | -fix test_crypto ftbfs | Christian Grothoff | |
2022-02-05 | fix src/util | Gian Demarmels | |
2022-02-04 | implement feedback | Lucien Heuzeveldt | |
2022-02-04 | refactoring | Gian Demarmels | |
2022-02-04 | removed varargs | Gian Demarmels | |
2022-02-04 | remove varargs in cs crypto implementation | Lucien Heuzeveldt | |
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-05 | more RSA abstraction work | Christian Grothoff | |
2021-11-05 | abstract denomination keys a bit more | Christian Grothoff | |
2021-10-31 | -fix tests | Christian Grothoff | |
2021-10-27 | fix remaining libtalerutil tests FTBFS issues | Christian Grothoff | |
2021-10-13 | -modify C API to future-proof it for returning more details as required for ↵ | Christian Grothoff | |
KYC implementation | |||
2020-07-11 | more unit crypto tests | Christian Grothoff | |
2020-04-17 | fix ftbfs | Christian Grothoff | |
2020-04-11 | adapations to GNUnet API change | Christian Grothoff | |
2020-03-27 | fix inconsistency in field naming | Christian Grothoff | |
2020-01-19 | fix copyright headers as per CA | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-04-08 | refactor util/test_crypto.c for GNUNET_memcmp | ng0 | |
2017-10-31 | major API refactoring, adding planchet generation and coin extraction APIs ↵ | Christian Grothoff | |
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced | |||
2017-10-31 | rename: TALER_setup_planchet -> TALER_planchet_setup_refresh | Christian Grothoff | |
2017-10-31 | rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and ↵ | Christian Grothoff | |
TALER_setup_fresh_coin -> TALER_setup_planchet | |||
2016-08-05 | first half of changing refresh protocol to derive all key data from DH | Christian Grothoff | |