]> Git Repo - VerusCoin.git/commit - src/rpcserver.cpp
Make RPC password resistant to timing attacks
authorGavin Andresen <[email protected]>
Thu, 8 Aug 2013 09:58:57 +0000 (19:58 +1000)
committerGavin Andresen <[email protected]>
Thu, 8 Aug 2013 09:58:57 +0000 (19:58 +1000)
commit42656ea2e552b027e174fdceab7348ffcb8245c4
tree8bf5b945afc2d198727ce1cd94cc3766b4ce0d93
parent6cc766fa55c0d74916d615c69689e9e798bf0aba
Make RPC password resistant to timing attacks

Fixes issue#2838; this is a tweaked version of pull#2845 that
should not leak the length of the password and is more generic,
in case we run into other situations where we need
timing-attack-resistant comparisons.
src/bitcoinrpc.cpp
src/test/util_tests.cpp
src/util.h
This page took 0.021273 seconds and 4 git commands to generate.