summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_init.c
diff options
context:
space:
mode:
authortb <>2018-04-28 14:22:21 +0000
committertb <>2018-04-28 14:22:21 +0000
commit3cea2322ceb21eb9865410e66501a89edc3bbf08 (patch)
tree2b9bf7013db68f28acde937c2f3ea0071b53af1a /src/lib/libcrypto/engine/eng_init.c
parent7018cf0029cc86e859990723d6340037f6f9402c (diff)
downloadopenbsd-3cea2322ceb21eb9865410e66501a89edc3bbf08.tar.gz
openbsd-3cea2322ceb21eb9865410e66501a89edc3bbf08.tar.bz2
openbsd-3cea2322ceb21eb9865410e66501a89edc3bbf08.zip
Fix a small timing side channel in dsa_sign_setup(). Simple adaptation
of OpenSSL commit c0caa945f6ef30363e0d01d75155f20248403df4 to our version of this function. ok beck, jsing Original commit message: commit c0caa945f6ef30363e0d01d75155f20248403df4 Author: Pauli <paul.dale@oracle.com> Date: Wed Nov 1 06:58:13 2017 +1000 Address a timing side channel whereby it is possible to determine some information about the length of the scalar used in DSA operations from a large number (2^32) of signatures. This doesn't rate as a CVE because: * For the non-constant time code, there are easier ways to extract more information. * For the constant time code, it requires a significant number of signatures to leak a small amount of information. Thanks to Neals Fournaise, Eliane Jaulmes and Jean-Rene Reinhard for reporting this issue. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4576)]
Diffstat (limited to 'src/lib/libcrypto/engine/eng_init.c')
0 files changed, 0 insertions, 0 deletions