summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
AgeCommit message (Collapse)Author
2024-04-01implement protocol v19: consider refunds when returning transaction ↵Christian Grothoff
aggregation data
2024-02-01add new TOTP-specfic JSON parsersChristian Grothoff
2024-01-16fix #8071Christian Grothoff
2024-01-12fixes for #8069, #8070 and #8072Özgür Kesim
- TALER_coin_ev_hash function now returns void - double free fixes - FAIL_IF logic fixes
2024-01-05add option -s to the RSA and EdDSA secmod helper for DONAU to use a ↵Casaburi Johannes
different path
2024-01-05add option -s to the CS secmod helper for DONAU to use a different pathChristian Grothoff
2023-12-22Merge branch 'feature/tokens' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-12-20-fix typeChristian Grothoff
2023-12-05Merge branch 'master' into feature/tokensChristian Blättler
2023-11-28fix spelling issuesChristian Grothoff
2023-11-28Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-11-28-misc doxygen fixesChristian Grothoff
2023-11-27minor changeMatyja Lukas Adam
2023-11-27Merge branch 'master' into feature/tokensChristian Blättler
2023-11-25more strict spec parsers for payto URIs, Web URLs, and AML decision statesChristian Grothoff
2023-11-21Merge branch 'master' into feature/tokensChristian Blättler
2023-11-20use new gnunet bling sign structsChristian Blättler
2023-11-17-on conflict updateChristian Grothoff
2023-11-07Merge branch 'master' into feature/tokensChristian Blättler
2023-10-28new blind signature logic bug fixesChristian Grothoff
2023-10-27fixes with respect to new blinding APIChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-17-note on rename needed for donau and subscriptionsChristian Grothoff
2023-10-17first draft of token crypto structsChristian Blättler
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-23fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵Christian Grothoff
out the issue
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-07-10fix alignment issue, ensure we hash over packed structure to avoid ↵Christian Grothoff
non-determinism
2023-07-10Tip => RewardChristian Grothoff
2023-07-10fix memory leaks reported by valgrindÖzgür Kesim
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-04-10-fix SQL queryChristian Grothoff
2023-03-13-fix comments for doxygenÖzgür Kesim
2023-03-13-typoÖzgür Kesim
2023-03-13-typosÖzgür Kesim
2023-03-13-typosÖzgür Kesim
2023-03-13WIP: age-withdraw, continue verify_commitment_and_max_age, 7/nÖzgür Kesim
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo.
2023-03-12WiP: age-withdraw, added TALER_age_restriction_commit_from_base, 6/nÖzgür Kesim
Added TALER_age_restriction_commit_from_base in util/age_restriction.c, to create a age commitment and proof from a coin's private key as defined in https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-03-07-simplify zero-check for age-commitment hashÖzgür Kesim
2023-03-02totp algorithmpriscilla
2023-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-02-21skeleton logic for POS confirmationChristian Grothoff
2023-02-14begin API change to allow AML officers to trigger KYC processChristian Grothoff
2023-02-02more work on KYC/AML decision inspectionChristian Grothoff
2023-02-01start work on AML decision query APIChristian Grothoff