Christian Grothoff
|
ac8420a661
|
add cov for mint build
|
2015-07-05 13:48:35 +02:00 |
|
Christian Grothoff
|
a104914e4d
|
-doxygen fixes
|
2015-07-05 13:35:47 +02:00 |
|
Christian Grothoff
|
7d8783dee3
|
-fix error code
|
2015-07-05 13:08:57 +02:00 |
|
Christian Grothoff
|
9084ac4821
|
fixing RC counting and a comma
|
2015-07-05 13:05:58 +02:00 |
|
Christian Grothoff
|
915270d77a
|
more small bugfixes
|
2015-07-04 21:34:50 +02:00 |
|
Christian Grothoff
|
49da00cc2b
|
fix misc small bugs
|
2015-07-04 21:27:28 +02:00 |
|
Christian Grothoff
|
01b2a257b1
|
implement C API for /admin/add/incoming
|
2015-07-01 00:18:01 +02:00 |
|
Christian Grothoff
|
f948a10f71
|
implementing #3851
|
2015-07-01 00:01:21 +02:00 |
|
Christian Grothoff
|
253d220ea5
|
towards implementing #3851: /admin/add/incoming
|
2015-06-30 22:09:15 +02:00 |
|
Christian Grothoff
|
c154e50148
|
fix /test/rsa API to persist private RSA key and use it across requests and allow client to fetch it before requesting the signature
|
2015-06-30 21:25:16 +02:00 |
|
Christian Grothoff
|
b381a3093d
|
fixing #3857
|
2015-06-22 18:11:25 +02:00 |
|
Christian Grothoff
|
5caa52aa4c
|
implementing /deposit JSON generation
|
2015-06-21 19:18:31 +02:00 |
|
Christian Grothoff
|
6e070416c3
|
generate /keys signature as binary-only
|
2015-06-20 23:19:21 +02:00 |
|
Christian Grothoff
|
113dee90a9
|
miscounted s:o entries by one
|
2015-06-19 22:19:31 +02:00 |
|
Christian Grothoff
|
d39e4a11cb
|
-more logging
|
2015-06-19 11:24:34 +02:00 |
|
Christian Grothoff
|
aa33f8cae5
|
-log
|
2015-06-18 16:46:06 +02:00 |
|
Christian Grothoff
|
044403701d
|
fix range check, fix NULL check, fix plugin linkage
|
2015-06-18 16:41:36 +02:00 |
|
Christian Grothoff
|
5e87b47c48
|
add test mode option to mint
|
2015-06-18 14:25:09 +02:00 |
|
Christian Grothoff
|
cbcd82e1fc
|
-use static for internal API
|
2015-06-18 13:45:15 +02:00 |
|
Christian Grothoff
|
d15c654749
|
fix locking issue, as the mutex we are using is not recursive we need to be a bit more careful
|
2015-06-18 13:44:58 +02:00 |
|
Christian Grothoff
|
2ca543cd07
|
fix #3818 and handle coins being melted into multiple sessions
|
2015-06-15 14:18:37 +02:00 |
|
Christian Grothoff
|
fe6d7a5ae1
|
ensure DKI information is in database before we start to use it (#3808)
|
2015-06-12 10:46:42 +02:00 |
|
Christian Grothoff
|
fdcac7d6af
|
fix #3835
|
2015-06-11 16:11:07 +02:00 |
|
Christian Grothoff
|
babeff1968
|
fix #3825
|
2015-06-11 13:02:57 +02:00 |
|
Christian Grothoff
|
8bd6465325
|
fixing #3810
|
2015-06-11 12:30:14 +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
|
ad237521e9
|
check return values
|
2015-05-01 10:06:46 +02:00 |
|
Christian Grothoff
|
66355c18c8
|
-initialize 'now'
|
2015-05-01 10:02:09 +02:00 |
|
Christian Grothoff
|
95f99d32dd
|
minor bugfixes
|
2015-05-01 09:59:18 +02:00 |
|
Christian Grothoff
|
4ece9c192c
|
fix NPE
|
2015-04-19 23:31:24 +02:00 |
|
Christian Grothoff
|
81e8a9b99c
|
minor updates to /test api
|
2015-04-19 15:10:48 +02:00 |
|
Christian Grothoff
|
abe779ab7f
|
implementing /test/transfer
|
2015-04-19 00:14:20 +02:00 |
|
Christian Grothoff
|
e61b83495e
|
implementing /test/encrypt
|
2015-04-18 00:51:43 +02:00 |
|
Christian Grothoff
|
c5b0d8c76e
|
implementing /test/hkdf
|
2015-04-18 00:30:21 +02:00 |
|
Christian Grothoff
|
c334d5ea05
|
implementing /test/ecdhe
|
2015-04-18 00:24:04 +02:00 |
|
Christian Grothoff
|
9637844a8f
|
implementing /test/rsa
|
2015-04-18 00:09:08 +02:00 |
|
Christian Grothoff
|
cc46904976
|
adding list of missing /test requests
|
2015-04-17 19:47:55 +02:00 |
|
Christian Grothoff
|
759837da70
|
adding /test/ecdsa and /test/eddsa to test client signing and verification over Curve25519
|
2015-04-17 19:45:30 +02:00 |
|
Christian Grothoff
|
c90e479ea5
|
implementing /test/base32
|
2015-04-17 18:28:17 +02:00 |
|
Christian Grothoff
|
6cb072ec5f
|
preparing to have /test handlers in build system
|
2015-04-15 22:49:29 +02:00 |
|
Christian Grothoff
|
0baad4430c
|
preparing to have /test handlers in build system
|
2015-04-15 22:33:25 +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
|
2f6a4bb11c
|
rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contains a pointer and is thus not (P)acked
|
2015-04-13 18:42:39 +02:00 |
|
Christian Grothoff
|
2310a3f474
|
fixing -h and -v command line tool options
|
2015-04-13 13:49:42 +02:00 |
|
Christian Grothoff
|
9e9bad8dad
|
distinguish active/old denomination keys (#3634)
|
2015-04-13 13:11:54 +02:00 |
|
Christian Grothoff
|
15bec8f464
|
make wireformat configurable (#3624)
|
2015-04-12 22:52:54 +02:00 |
|
Christian Grothoff
|
6b64ad261e
|
implement #3739 (properly)
|
2015-04-12 22:18:09 +02:00 |
|
Christian Grothoff
|
06afc160f5
|
finished with #3712: documentation update
|
2015-04-12 15:35:59 +02:00 |
|
Christian Grothoff
|
f6e14d3e93
|
implementing JSON logic to generate full error on /refresh/reveal (#3712)
|
2015-04-11 22:17:13 +02:00 |
|