summaryrefslogtreecommitdiff
path: root/src/util/sha256.c
AgeCommit message (Collapse)Author
2017-04-12Fix fips_cipher_abort warning and other duplicate macrosLoic Blot
2015-07-24Check output of mpz_set_str and fix leak on error conditionest31
Also add static identifier as upstream did
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
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.