]> git.lizzy.rs Git - minetest.git/history - src/util/srp.cpp
numeric: Fix clang, broken since d5456da
[minetest.git] / src / util / srp.cpp
2019-01-04 Loïc BlotDrop libgmp on Android and use mini-gmp (#8047)
2018-07-26 zeunerFix build on gcc 5.0 (#7586)
2018-06-26 red-001Fix buffer overrun in SRP (#7484)
2018-01-04 youFix Wstringop-overflow warning from util/srp.cpp (...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-04-02 Loïc BlotUpdate embedded jsoncpp from unk version to 0.10.6...
2016-08-10 David Carliercouple of memory leaks fixes.
2016-04-10 est31Update CSRP-GMP to commit deaa11a7c29a73008
2015-11-08 est31Don't compile pcgrandom on Windows
2015-09-30 est31Fix some SRP issues
2015-08-06 est31Initialize random for verification key generation too
2015-07-24 est31Check output of mpz_set_str and fix leak on error condition
2015-07-24 Loic BlotRemove some old dead code. Fix some Clang warnings...
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP