X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=103a74cdceda95a321e17dfb8e2d1edd4ec0173f;hp=90b64f4e46a2c841bad85617f3e2092a78e82da8;hb=a93b01be5735f26dd064160d3b132e1e27a4996e;hpb=800e400de5ca30491577301ded618445b48c7911 diff --git a/CHANGES b/CHANGES index 90b64f4e46..103a74cdce 100644 --- a/CHANGES +++ b/CHANGES @@ -794,6 +794,11 @@ Changes between 0.9.7g and 0.9.7h [XX xxx XXXX] + *) New function BN_MONT_CTX_set_locked() to set montgomery parameters in + a threadsafe manner. Modify rsa code to use new function and add calls + to dsa and dh code (which had race conditions before). + [Steve Henson] + *) Include the fixed error library code in the C error file definitions instead of fixing them up at runtime. This keeps the error code structures constant.