aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_age_restriction.c
AgeCommit message (Collapse)Author
2023-10-10[pq] cleanup of amount tuple type handlingÖzgür Kesim
- add counter for tuple elements to struct - use GNUNET_memcpy instead of casting also, fix format string in test for age_restriction
2023-09-24-simplify codeChristian Grothoff
2023-09-05fix off-by-one in coarse date calculationÖzgür Kesim
2023-06-27added TALER_adult_age(struct TALER_AgeMask *mask)Özgür Kesim
2023-06-27added birthdate parserÖzgür Kesim
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
2022-12-09properly handle GONE case on purse depositChristian Grothoff
2022-04-27-loggingFlorian Dold
2022-04-27-fix derivation, loggingFlorian Dold
2022-04-26age restriction: make seed a HashCode due to endianess and security level ↵Florian Dold
concerns
2022-04-22-fixed tests for age restriction, now using correct seedÖzgür Kesim
2022-03-28-fix leak in test_age_restriction.cÖzgür Kesim
2022-03-04[age restriction] added unit test for get_age_groupÖzgür Kesim
2022-03-03[age restriction] progress 18/n - attestation testedÖzgür Kesim
- Unit-tests for commit, derive, attest and verify added, with multiple combinations of minimum age and commited age. - Fixed crypto implementation (eddsa -> ecdsa) - Using now standard functionality from GNUNET: GNUNET_CRYPTO_ecdsa_{private,public}_key_derive All tests pass (unit tests in util/ and 'make check' in testing).