aboutsummaryrefslogtreecommitdiff
path: root/src/util/auth.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some SRP issuesest312015-09-301-1/+4
| | | | | -> Remove memory allocation bugs -> Merge changes from upstream, enabling customizeable memory allocation
* Clarify docs for auth.cpp methodest312015-07-211-3/+3
|
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+126
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.