Christian Grothoff
|
e08f479eb4
|
-fix testcase, more verbose logging of client protocol errors
|
2015-08-09 21:38:04 +02:00 |
|
Christian Grothoff
|
6237981d96
|
rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP
|
2015-08-09 21:25:49 +02:00 |
|
Christian Grothoff
|
3ead9d772a
|
move struct TALER_MINTDB_RefreshCommitLinkP
to taler_signatures.h
|
2015-08-09 21:25:02 +02:00 |
|
Christian Grothoff
|
2daaeee447
|
fix direction of cmp check, log session hash for diagnostics
|
2015-08-09 19:31:35 +02:00 |
|
Christian Grothoff
|
d7bdcc6e67
|
fix use-after-free, add log statements to report request parsing error lines more clearly
|
2015-08-09 19:22:18 +02:00 |
|
Christian Grothoff
|
6453b72ef9
|
-some cosmetics
|
2015-08-09 19:00:48 +02:00 |
|
Christian Grothoff
|
c489c391a8
|
use correct TMH command code for JSON objects
|
2015-08-09 18:49:50 +02:00 |
|
Christian Grothoff
|
30959d1380
|
fix array dimensions to match server expecations, fix server to report location of parse errors more precisely
|
2015-08-09 18:42:38 +02:00 |
|
Christian Grothoff
|
a74f55754a
|
fixing #3876 (no semantic change, just stylistic changes)
|
2015-07-11 21:45:34 +02:00 |
|
Christian Grothoff
|
2e7b28765e
|
simplifying use of struct TALER_DenominationKeyValidityPS by removing signature
|
2015-07-06 10:16:49 +02:00 |
|
Christian Grothoff
|
ac8420a661
|
add cov for mint build
|
2015-07-05 13:48:35 +02:00 |
|
Christian Grothoff
|
9084ac4821
|
fixing RC counting and a comma
|
2015-07-05 13:05:58 +02:00 |
|
Christian Grothoff
|
49da00cc2b
|
fix misc small bugs
|
2015-07-04 21:27:28 +02:00 |
|
Christian Grothoff
|
aa89db4d0a
|
organize #include, remove redundant includes
|
2015-05-16 20:33:01 +02:00 |
|
Christian Grothoff
|
f4a59d1ccc
|
eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol
|
2015-05-16 14:15:34 +02:00 |
|
Christian Grothoff
|
97e403bb66
|
moving core refresh crypto logic to util -- towards fixing #3777
|
2015-04-15 18:12:21 +02:00 |
|
Christian Grothoff
|
9e9bad8dad
|
distinguish active/old denomination keys (#3634)
|
2015-04-13 13:11:54 +02:00 |
|
Christian Grothoff
|
4f078c7666
|
scaffolding work towards #3712
|
2015-04-11 21:29:15 +02:00 |
|
Christian Grothoff
|
bd2372f20e
|
implementing #3740
|
2015-04-11 16:38:09 +02:00 |
|
Christian Grothoff
|
8ecb693990
|
indenting and minor improvements to refresh operations to make them match API spec
|
2015-04-09 20:37:21 +02:00 |
|
Christian Grothoff
|
d04360879e
|
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
|
2015-04-08 22:29:39 +02:00 |
|
Christian Grothoff
|
80b29ed2ae
|
indentation and minor updates to reflect latest API docs
|
2015-04-08 22:28:52 +02:00 |
|
Sree Harsha Totakura
|
5a0d63072f
|
httpd refresh: remove unused melt_sig_json' and commit_sig_json' fields
The new protocol has coin signatures in the melt_coins JSON structure. It also
does not have a session public key, so the commit_sig is unnecessary.
|
2015-04-08 21:30:45 +02:00 |
|
Christian Grothoff
|
42147c2501
|
switching /withdraw/sign from GET to POST
|
2015-03-29 14:17:52 +02:00 |
|
Christian Grothoff
|
3991cd1763
|
fix #3726
|
2015-03-29 13:48:15 +02:00 |
|
Christian Grothoff
|
bb15fdd215
|
fix use of struct TALER_RefreshMeltCoinAffirmationPS
|
2015-03-28 17:27:08 +01:00 |
|
Christian Grothoff
|
e4cbe66780
|
-doxygen fixes
|
2015-03-28 15:43:06 +01:00 |
|
Christian Grothoff
|
eca4f1a8fe
|
-doxygen fixes
|
2015-03-28 15:42:07 +01:00 |
|
Christian Grothoff
|
c2fd4896a6
|
fixing a few missing renames for structs
|
2015-03-28 14:39:31 +01:00 |
|
Christian Grothoff
|
891018f69f
|
minor renaming of signature values and improved documentation of signatures, also adding a few missing fields to signatures to address #3631
|
2015-03-28 14:22:21 +01:00 |
|
Christian Grothoff
|
44b894ebe1
|
more rename-fest work
|
2015-03-28 12:29:35 +01:00 |
|
Christian Grothoff
|
eae1896a4b
|
major rename-fest for more constent symbol names
|
2015-03-27 19:58:40 +01:00 |
|
Christian Grothoff
|
d5acf53732
|
make kappa global fixed constant, not something to be negotiated, KISS
|
2015-03-24 17:25:00 +01:00 |
|
Christian Grothoff
|
f052af1e6b
|
address #3731: no need for session public key or signature
|
2015-03-24 17:13:17 +01:00 |
|
Christian Grothoff
|
55959bd01d
|
address #3708: melt_hash => session_hash, use session_hash for DB access, not session_pub
|
2015-03-24 16:56:06 +01:00 |
|
Christian Grothoff
|
38fae8edf2
|
-resolving fixmes or annotating to bug tracker notes
|
2015-03-24 00:00:16 +01:00 |
|
Christian Grothoff
|
f73071bc62
|
fix #3638
|
2015-03-22 22:14:30 +01:00 |
|
Christian Grothoff
|
6c1081f1b5
|
fix #3642
|
2015-03-22 17:14:47 +01:00 |
|
Christian Grothoff
|
1d7bb2d091
|
fix #3636, and add amount parsing functionality to spec-parser
|
2015-03-22 17:10:45 +01:00 |
|
Christian Grothoff
|
884fff1297
|
fix #3637
|
2015-03-22 16:58:15 +01:00 |
|
Christian Grothoff
|
3fe9a76098
|
move refresh fee check to earlier
|
2015-03-22 16:17:22 +01:00 |
|
Christian Grothoff
|
1277f8445d
|
include fees in amounts being signed, check available balance on refresh
|
2015-03-22 16:09:01 +01:00 |
|
Christian Grothoff
|
7d9a403275
|
first stab at establishing proper plugin API, main HTTP code compiles, other binaries FTBFS right now
|
2015-03-20 23:51:28 +01:00 |
|
Christian Grothoff
|
23bf1eee74
|
fix #3716: make sure amount-API offers proper checks against overflow and other issues
|
2015-03-18 18:55:41 +01:00 |
|
Christian Grothoff
|
d0f2d8b426
|
simplify code structure, reduce exposure of keystate struct
|
2015-03-15 15:40:07 +01:00 |
|
Christian Grothoff
|
2f70806cfa
|
fix #3635
|
2015-03-10 17:05:48 +01:00 |
|
Christian Grothoff
|
7e26ae3858
|
clean up refresh logic and use of signatures
|
2015-03-10 17:00:12 +01:00 |
|
Christian Grothoff
|
e3b8f5117e
|
remove redundant arg 'num_oldcoins/num_newcoins'
|
2015-03-10 16:25:23 +01:00 |
|
Christian Grothoff
|
daa5fbe3b7
|
remove redundant arg 'commit_client_sig'
|
2015-03-10 16:21:20 +01:00 |
|
Christian Grothoff
|
c2c8646a83
|
combining /mint/melt and /mint/commit
|
2015-03-10 16:15:14 +01:00 |
|