aboutsummaryrefslogtreecommitdiff
path: root/src/util/srp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2
| | | | There it isn't needed.
* Fix some SRP issuesest312015-09-301-75/+118
| | | | | -> Remove memory allocation bugs -> Merge changes from upstream, enabling customizeable memory allocation
* Initialize random for verification key generation tooest312015-08-061-0/+2
|
* Check output of mpz_set_str and fix leak on error conditionest312015-07-241-12/+19
| | | | Also add static identifier as upstream did
* Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-241-2/+2
| | | | always evaluate to true.
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+1029
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.