Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-04 | new API | Christian Grothoff | |
2022-02-04 | sync | Christian Grothoff | |
2022-02-04 | Merge branch 'master' of ssh://git.taler.net/exchange | Gian Demarmels | |
2022-02-04 | uncrustify | Gian Demarmels | |
2022-02-04 | exchangedb fix | Gian Demarmels | |
2022-02-04 | messing with CS/RSA fixes | Christian Grothoff | |
2022-02-04 | split .conf files into rsa and cs | Lucien Heuzeveldt | |
2022-02-04 | split tests by rsa/cs | Christian Grothoff | |
2022-02-04 | resolves merge conflicts | Gian Demarmels | |
2022-02-04 | denomination CIPHER field per denom | Gian Demarmels | |
2022-02-04 | refactor TALER_coin_ev_hash | Gian Demarmels | |
2022-02-04 | include denom_pub into coin_ev_hash | Gian Demarmels | |
2022-02-04 | fixed nonce check, renamed WithdrawNonce | Gian Demarmels | |
2022-02-04 | repair nonce check | Gian Demarmels | |
2022-02-04 | introduce new type for security module pubkeys | Gian Demarmels | |
2022-02-04 | -make picky gcc happy | Christian Grothoff | |
2022-02-04 | implement feedback | Lucien Heuzeveldt | |
2022-02-04 | -scope needed | Christian Grothoff | |
2022-02-04 | change TEH_keys_denomination_sign message parameter | Lucien Heuzeveldt | |
2022-02-04 | refactoring | Gian Demarmels | |
2022-02-04 | implement spend | Lucien Heuzeveldt | |
2022-02-04 | removed varargs | Gian Demarmels | |
2022-02-04 | implement withdraw (nonce reuse check missing) | Lucien Heuzeveldt | |
2022-02-04 | cleanup | Gian Demarmels | |
2022-02-04 | secmod CS sign implementation | Gian Demarmels | |
2022-02-04 | implement CS key handling and csr endpoint | Lucien Heuzeveldt | |
2022-02-04 | set planchet detail cipher, add cipher checks | Lucien Heuzeveldt | |
2022-02-04 | implement TALER_CRYPTO_helper_cs_r_derive and related tests | Lucien Heuzeveldt | |
2022-02-04 | implement secmod cs derive R | Lucien Heuzeveldt | |
2022-02-04 | revocation | Gian Demarmels | |
2022-02-04 | setup_key for cs secmod helper | Gian Demarmels | |
2022-02-04 | initial cs_secmod implementation | Gian Demarmels | |
2022-02-04 | secmod cs signatures implementation | Gian Demarmels | |
2022-02-04 | fix const due to changes in TALER_planchet_prepare | Lucien Heuzeveldt | |
2022-02-04 | clean up cs implementation | Lucien Heuzeveldt | |
2022-02-04 | remove varargs in cs crypto implementation | Lucien Heuzeveldt | |
2022-02-04 | utility functions | Gian Demarmels | |
2022-02-04 | fixed CS signatures and cleanup/refactoring | Gian Demarmels | |
2022-02-04 | implement exchange_api_csr | Lucien Heuzeveldt | |
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 | |
2022-01-27 | test and hopefully fix JSON canonicalization | Florian Dold | |
2022-01-27 | fix RFC 8785 JSON normalization | Florian Dold | |
2022-01-23 | [age_restriction] progress 13/n | Özgür Kesim | |
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down | |||
2022-01-22 | improvements in extension handling | Özgür Kesim | |
- extensions_sig is needed globally - keep original json with config of extension - fixed various bugs re: extension handling | |||
2022-01-21 | [age restriction] progress 12/n | Özgür Kesim | |
- taler-offline-tool now handles extensions - command "extensions" added with subcommands "show" and "sign" - parses extensions from taler config - shows and signs of extensions and their configurations - creates signed set of configurations for upload - added test for retrieval of extension config - simplified signature verification for extensions - remove per-extension signatures, also from DB schema - adjust prepared statements accordingly - adjust DB event handler for extensions - allow NULL for config for extension in DB schema - handler for /management/extensions adjusted to new datastructures - changed test for TALER_denom_blind/TALER_denom_sign_blinded with and without TALER_AgeHash - minor updates and various fixes |