summaryrefslogtreecommitdiff
path: root/sys/src/libthread
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-06-20 14:41:26 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-06-20 14:41:26 +0000
commit57d95c73256176bfd5cd3ef003c062697435f9c2 (patch)
treef48bdb80188b8af7962ff7143e1732fc5dfc8d01 /sys/src/libthread
parent6dd2c638b6fa9f891836cd2fceb3e4f996f6e199 (diff)
libsec: move zero check to curve25519_dh_finish()
As checking for all zero has to be done in a timing-safe way to avoid a side channel, it is best todo this here instead of letting the caller deal with it. This adds a return type of int to curve25519_dh_finish() where returning 0 means we got a all zero shared key. RFC7748 states: The check for the all-zero value results from the fact that the X25519 function produces that value if it operates on an input corresponding to a point with small order, where the order divides the cofactor of the curve.
Diffstat (limited to 'sys/src/libthread')
0 files changed, 0 insertions, 0 deletions