Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-27 | -style fixes | Christian Grothoff | |
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 code | Christian Grothoff | |
2023-09-05 | fix off-by-one in coarse date calculation | Özgür Kesim | |
2023-06-27 | added TALER_adult_age(struct TALER_AgeMask *mask) | Özgür Kesim | |
2023-06-27 | added 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-09 | properly handle GONE case on purse deposit | Christian Grothoff | |
2022-04-27 | -logging | Florian Dold | |
2022-04-27 | -fix derivation, logging | Florian Dold | |
2022-04-26 | age 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). |