Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | remove patch_private_key, as it doesn't make any sense | Florian Dold | |
In particular, we were patching the EdDSA private keys, which are *hashed* before doing the curve multiplication. Thus clearing the bits *before* the hashing doesn't make any sense at all. These bits are cleared anyway when deriving the public key. | |||
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-09-05 | fix compiler warnings, add assertions | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2017-11-29 | fixing #5178 | Christian Grothoff | |
2017-10-31 | major API refactoring, adding planchet generation and coin extraction APIs ↵ | Christian Grothoff | |
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced | |||
2017-10-31 | rename: TALER_setup_planchet -> TALER_planchet_setup_refresh | Christian Grothoff | |
2017-10-31 | rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and ↵ | Christian Grothoff | |
TALER_setup_fresh_coin -> TALER_setup_planchet | |||
2017-06-04 | fixing misc doxygen issues | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2016-08-11 | Kinda seems to work | Jeff Burdges | |
2016-08-11 | This might fix the compile error | Jeff Burdges | |
2016-08-08 | Use KDF better | Jeff Burdges | |
We now send the secret_seed to the skm variable, while sending the counter salt to the xts variable. I have not check this with http://eprint.iacr.org/2010/264 but it seems correct. Indeed rsa_blinding_key_derive places the strong source of randomness in skm too, and uses a constant string for xts. | |||
2016-08-08 | Copy bit twiddling from libgcrypt/cipher/ecc.c | Jeff Burdges | |
Reversed order buisness agrees with KC's experence from gnunet-rs | |||
2016-08-05 | first half of changing refresh protocol to derive all key data from DH | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-05-24 | fix #4483 | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-08-09 | doxygen-fixes | Christian Grothoff | |
2015-08-08 | completing TALER_MINT_refresh_melt implementation | Christian Grothoff | |
2015-07-15 | -fix ftbfs in wallet-only mode | Christian Grothoff | |
2015-06-02 | -include wallet headers if compiling wallet library | Christian Grothoff | |
2015-05-18 | Merge branch 'master' of git+ssh://taler.net/var/git/mint | Christian Grothoff | |
2015-05-18 | fix reporting in constructor | Christian Grothoff | |
2015-05-17 | add test for varsize pq operation | Christian Grothoff | |
2015-05-16 | -fix doxygen errors | Christian Grothoff | |
2015-05-16 | eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol | Christian Grothoff | |
2015-05-01 | minor bugfixes | Christian Grothoff | |
2015-04-18 | implementing TALER_refresh_link_encrypted_encode, and adding test | Christian Grothoff | |
2015-04-15 | finish #3777 including testing | Christian Grothoff | |
2015-04-15 | moving core refresh crypto logic to util -- towards fixing #3777 | Christian Grothoff | |
2015-04-13 | basic tests for crypto functions | Christian Grothoff | |
2015-04-13 | rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it ↵ | Christian Grothoff | |
contains a pointer and is thus not (P)acked | |||
2015-03-28 | -doxygen fixes | Christian Grothoff | |
2015-03-27 | major rename-fest for more constent symbol names | Christian Grothoff | |
2015-03-22 | fix #3638 | Christian Grothoff | |
2015-03-22 | this is actually OK | Christian Grothoff | |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-29 | finish cleanup of /refresh/commit parsing | Christian Grothoff | |
2015-01-28 | even cleaner separation of PostGres-specific logic, and nicer libtalerutil ↵ | Christian Grothoff | |
headers | |||
2015-01-28 | move coin validity test to libtalerutil | Christian Grothoff | |
2015-01-28 | cleaning up includes | Christian Grothoff | |
2015-01-27 | cleaning up types used some more: also use a new struct for the transfer key ↵ | Christian Grothoff | |
secret | |||
2015-01-27 | cleaning up types used | Christian Grothoff | |
2015-01-27 | mint-httpd_db.c now compiles again | Christian Grothoff | |
2015-01-27 | implementing new link crypto API | Christian Grothoff | |
2015-01-27 | rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt API | Christian Grothoff | |