aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* -fixMartin Schanzenbach2016-06-18
|
* -indentation and commentsChristian Grothoff2016-06-18
|
* update secretsharing to new MQ APIChristian Grothoff2016-06-18
|
* fix consensus to match new MQ API -- and correct CONCLUDE_DONE to be fixed-sizeChristian Grothoff2016-06-18
|
* fix RPS to match new MQ API -- and to check message formatChristian Grothoff2016-06-18
|
* -fixing part of Martin's FTBFSChristian Grothoff2016-06-18
|
* adapt peerstore API to new MQ APIChristian Grothoff2016-06-18
|
* convert conversation_api_call.cChristian Grothoff2016-06-18
|
* -fixMartin Schanzenbach2016-06-18
|
* - fix more rest and jsonapiMartin Schanzenbach2016-06-18
|
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
|
* - fix rest pluginMartin Schanzenbach2016-06-18
|
* - revert to r37134. Broken buildMartin Schanzenbach2016-06-18
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-17
|
* Fix perf_crypto_rsa.c after various changesJeff Burdges2016-06-14
| | | | | | Not perfect, but some functionality is nolonger exposed.
* -rps: merge duplicate functionsJulius Bünger2016-06-13
|
* -rps: open channel when inserting peer in viewJulius Bünger2016-06-13
|
* fix indentation, bad stack allocation of bufChristian Grothoff2016-06-13
|
* lcov test functionChristophe Genevey Metat2016-06-13
|
* fix memroy leakChristian Grothoff2016-06-11
|
* finish to fix memory leakChristophe Genevey Metat2016-06-10
|
* finish to fix memory leakChristophe Genevey Metat2016-06-10
|
* fix memory leakChristophe Genevey Metat2016-06-09
|
* improved usability for gnunet-logread -fCarlo von lynX2016-06-09
|
* Rework the error handling for gcd(r,n) != 1 so the Taler wallet can see errors.Jeff Burdges2016-06-08
|
* Abstract out previous GCD(m,n)=1 commit into a single functionJeff Burdges2016-06-07
| | | | | | This should make it easier to report properly in the wallet.
* Verify that GCD(m,n) != 1 when n is an RSA modulusJeff Burdges2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Much thanks to CodesInChaos <codesinchaos@gmail.com> from the cryptography@metzdowd.com list for observing this flaw! On Tue, 2016-06-07 at 13:39 +0200, CodesInChaos wrote: > How do you handle the case where GCD(m, n) != 1 where m is the message > (i.e. the full domain hash) and n the modulus? Do you reject that > message and generate a new one? If I understand the attack you have in mind, it goes roughly : First, an evil exchange creates a 2048 bit RSA key pq, but issues n = p q r_1 r_2 ... r_k as say a 4096 bit RSA key where r_i is a smallish but preferably not so obvious primes, like not 2, 3, or 5. Next, our evil exchange detects and records when the various r_i appear during blinding and spending. As m is 4096 bits, then some always do since we took the r_i smallish. Each appearing r_i factor leaks I think several bits about the customer's identity. If enough coins are involved in a transaction, especially say through repeated transactions, then the customer will quickly be deanonymized. I could've fixed this in crypto_kdf.c but I descided it was specific to RSA, so I did it when calling the KDF. It should be abstracted into a common routine probably. Also fixes a pair of memory leaks.
* check for existing taskChristian Grothoff2016-06-07
|
* written function cleanupChristophe Genevey Metat2016-06-07
|
* social cli: fix shutdownGabor X Toth2016-06-07
|
* -fix & vs &&Christian Grothoff2016-06-07
|
* -fix misc issuesChristian Grothoff2016-06-07
|
* start to fix extract vsizeChristophe Genevey Metat2016-06-07
|
* start to fix extract vsizeChristophe Genevey Metat2016-06-07
|
* fixesGabor X Toth2016-06-06
|
* fixesGabor X Toth2016-06-06
|
* fixesGabor X Toth2016-06-06
|
* debug msgsGabor X Toth2016-06-06
|
* continue to fix extract resultChristophe Genevey Metat2016-06-06
|
* start to fix extract resultChristophe Genevey Metat2016-06-03
|
* -fix #4541Martin Schanzenbach2016-06-03
|
* refactoring my APIChristian Grothoff2016-06-03
|
* start to written extract_resultChristophe Genevey Metat2016-06-03
|
* -oops, remove printfMartin Schanzenbach2016-06-02
|
* -indentChristian Grothoff2016-06-02
|
* invert option order for tgChristian Grothoff2016-06-02
|
* Fix for #4553Christian Grothoff2016-06-01
|
* fix #4546Christian Grothoff2016-06-01
|
* only run tests if they are enabledChristian Grothoff2016-06-01
|