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