diff options
author | 2018-04-29 15:58:21 +0000 | |
---|---|---|
committer | 2018-04-29 15:58:21 +0000 | |
commit | 2295afa0a1e76310f4e29d8c25d4da7f98ec5bc5 (patch) | |
tree | 326a4b244f34ef39b309f23d3037c0cf78a3e95d /lib/libc/string/strstr.c | |
parent | Simpler description of output formats, shortening the manual page by 15 lines. (diff) | |
download | wireguard-openbsd-2295afa0a1e76310f4e29d8c25d4da7f98ec5bc5.tar.xz wireguard-openbsd-2295afa0a1e76310f4e29d8c25d4da7f98ec5bc5.zip |
In view of the recent BN_FLG_CONSTTIME vulnerabilities in OpenSSL,
carefully document constant time vs. non-constant time operation
of BN_div(3), BN_mod_exp(3), and BN_mod_inverse(3).
Until the work that is required on the ill-designed BN_exp(3) and
BN_gcd(3) interfaces can be undertaken, also document the imperfections
in their behaviour, for now. Finally, mention BN_mod_exp(3) behaviour
for even moduli.
Delete the vague statement about some functions automatically
setting BN_FLG_CONSTTIME. It created a false sense of security.
Do not rely on it: not all relevant functions do that.
Topic brought up by beck@, significant feedback and OK jsing@.
Diffstat (limited to 'lib/libc/string/strstr.c')
0 files changed, 0 insertions, 0 deletions