aboutsummaryrefslogtreecommitdiff
path: root/src/util/sha256.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for Visual Studio (explicitly cast pointers) (#10256)Seeker2020-08-031-3/+3
|
* Fix fips_cipher_abort warning and other duplicate macrosLoic Blot2017-04-121-5/+0
|
* Check output of mpz_set_str and fix leak on error conditionest312015-07-241-2/+2
| | | | Also add static identifier as upstream did
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+404
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.