summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
AgeCommit message (Collapse)Author
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-swap argument/rval for nicer codeChristian Grothoff
2022-02-11-get tests to passChristian Grothoff
2022-02-09-clean up cryptoChristian Grothoff
2022-02-05fix src/utilGian Demarmels
2022-02-04implement feedbackLucien Heuzeveldt
2022-02-04refactoringGian Demarmels
2022-02-04added CS data structures, implemented CS keypairGian Demarmels
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-12-08add missing preflightChristian Grothoff
2021-12-01[age restriction] progress 6/nÖzgür Kesim
lift logic for detection of age restriction of a denomination out from taler-exchange-secmod-rsa.c to taler-exchange_httpd_keys.c
2021-11-29touch unused variableÖzgür Kesim
2021-11-28[age restriction] progress 5/nÖzgür Kesim
- taler-exchange-secmod-rsa - extracts AGE_RESTRICTED per denomination from config - propagates flag for each denomination to server - if age restriction is set for a denomination, age _mask_ is taken (for now!) from config
2021-11-25-fixChristian Grothoff
2021-11-19-fix leaks and compiler warningsChristian Grothoff
2021-11-17migrate test_helper_rsa to latest APIChristian Grothoff
2021-11-17-fix crypto_helper FTBFSChristian Grothoff
2021-11-17-sms wipChristian Grothoff
2021-11-05-fixesChristian Grothoff
2021-11-05-brksChristian Grothoff
2021-11-05more RSA abstraction workChristian Grothoff
2021-11-05more denom key refactoringChristian Grothoff
2021-10-31-fix testsChristian Grothoff
2021-10-27fix remaining libtalerutil tests FTBFS issuesChristian Grothoff
2021-08-05-try to fix Florian's FIXME/endless loop, alas without test as Florian did ↵Christian Grothoff
not provide enough details for that
2021-07-30fix secmod helper config, wait for client directoryFlorian Dold
2021-01-28improve test loggingChristian Grothoff
2021-01-17rename taler-helper-crypto-* to taler-exchange-secmod-*Florian Dold
2020-12-31keep helpers in normal bin/ dirChristian Grothoff
2020-12-04conditionally use (un)blinding implementation from libgnunetutilFlorian Dold
2020-11-23finish helper test casesChristian Grothoff
2020-11-23implement exchange online signing key client libraryChristian Grothoff
2020-11-22complete crypto helper denom testingChristian Grothoff
2020-11-22more work on rsa crypto helper testChristian Grothoff
2020-11-22start with testing crypto rsa helperChristian Grothoff