X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=753492b892c817d2a54c5b95a52a104f6e0b1f07;hp=142dc80a51cb6d861f739e920f4b993ae15d2599;hb=390c579568c3a9e1c53cfd0fdc9845eca2487ccb;hpb=07981709667191ae61595a6f40530ccc4e41386f 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.