summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-12-02 12:25:03 +0000
committerBodo Möller <bodo@openssl.org>2011-12-02 12:25:03 +0000
commit390c579568c3a9e1c53cfd0fdc9845eca2487ccb (patch)
tree5ae6754895de7951b2d308750ea6e8b06b08b8d0 /CHANGES
parent07981709667191ae61595a6f40530ccc4e41386f (diff)
Fix BIO_f_buffer().
Submitted by: Adam Langley Reviewed by: Bodo Moeller
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 142dc80a51..753492b892 100644
--- a/CHANGES
+++ b/CHANGES
@@ -490,6 +490,10 @@
Changes between 1.0.0e and 1.0.0f [xx XXX xxxx]
+ *) Fix the BIO_f_buffer() implementation (which was mixing different
+ interpretations of the '..._len' fields).
+ [Adam Langley (Google)]
+
*) Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than
BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent
threads won't reuse the same blinding coefficients.
@@ -1410,6 +1414,10 @@
Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
+ *) Fix the BIO_f_buffer() implementation (which was mixing different
+ interpretations of the '..._len' fields).
+ [Adam Langley (Google)]
+
*) Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than
BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent
threads won't reuse the same blinding coefficients.