aboutsummaryrefslogtreecommitdiff
path: root/src/util/srp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* couple of memory leaks fixes.David Carlier2016-08-101-1/+1
* Update CSRP-GMP to commit deaa11a7c29a73008est312016-04-101-326/+279
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2
* Fix some SRP issuesest312015-09-301-75/+118
* 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
* Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-241-2/+2
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+1029