aboutsummaryrefslogtreecommitdiff
path: root/src/util/srp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningsShadowNinja2022-04-081-2/+2
* Fix some minor code issues all over the placesfan52020-12-241-2/+2
* Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot2019-01-041-1/+1
* Fix build on gcc 5.0 (#7586)zeuner2018-07-261-0/+3
* Fix buffer overrun in SRP (#7484)red-0012018-06-261-1/+1
* Fix Wstringop-overflow warning from util/srp.cpp (#6855)you2018-01-041-1/+2
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-1/+1
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-4/+5
* Remove superfluous pointer null checksQrchackOfficial2017-06-101-1/+1
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...Loïc Blot2017-04-021-1/+1
* 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