summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-02-27 06:01:28 +0000
committerBodo Möller <bodo@openssl.org>2008-02-27 06:01:28 +0000
commit7c9882eb24517f2c5b6b432c81ed92b640fe6cc7 (patch)
tree02f0eee8326aedad1f39e7a0e04ed49c22532202 /CHANGES
parent0d7f6fc76a10a6e6fe2d6b7f82710fabce097c5a (diff)
fix BIGNUM flag handling
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d4426974ea..2e1a6ae4d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -610,6 +610,10 @@
Changes between 0.9.8g and 0.9.8h [xx XXX xxxx]
+ *) Fix BN flag handling in RSA_eay_mod_exp() and BN_MONT_CTX_set()
+ to get the expected BN_FLG_CONSTTIME behavior.
+ [Bodo Moeller (Google)]
+
*) Netware support:
- fixed wrong usage of ioctlsocket() when build for LIBC BSD sockets