Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-08 | Don't compile pcgrandom on Windows | est31 | |
There it isn't needed. | |||
2015-09-30 | Fix some SRP issues | est31 | |
-> Remove memory allocation bugs -> Merge changes from upstream, enabling customizeable memory allocation | |||
2015-08-06 | Initialize random for verification key generation too | est31 | |
2015-07-24 | Check output of mpz_set_str and fix leak on error condition | est31 | |
Also add static identifier as upstream did | |||
2015-07-24 | Remove some old dead code. Fix some Clang warnings in SRP (ng->N... will | Loic Blot | |
always evaluate to true. | |||
2015-05-11 | Make early protocol auth mechanism generic, and add SRP | est31 | |
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. |