aboutsummaryrefslogtreecommitdiff
path: root/src/util/srp.cpp
AgeCommit message (Collapse)Author
2015-11-08Don't compile pcgrandom on Windowsest31
There it isn't needed.
2015-09-30Fix some SRP issuesest31
-> Remove memory allocation bugs -> Merge changes from upstream, enabling customizeable memory allocation
2015-08-06Initialize random for verification key generation tooest31
2015-07-24Check output of mpz_set_str and fix leak on error conditionest31
Also add static identifier as upstream did
2015-07-24Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot
always evaluate to true.
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.