X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=327b6af01fa884bcdad25f2ef868e908b5e2c884;hp=525a85e6aa3d54d9c1b41dd468d5adcaebdc5c27;hb=4b757c830d6874fbe5b49576af1fab503c97f8b7;hpb=6b5d39e82d9919f204dae3acae3769e00df71b4d diff --git a/CHANGES b/CHANGES index 525a85e6aa..327b6af01f 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,17 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) BN_rshift bugfix for n == 0. + [Bodo Moeller] + + *) Reformat the FAQ so the different questions and answers can be divided + in sections depending on the subject. + [Richard Levitte] + + *) Have the zlib compression code load ZLIB.DLL dynamically under + Windows. + [Richard Levitte] + *) New function BN_mod_sqrt for computing square roots modulo a prime (Tonelli-Shanks algorithm). [Lenka Fibikova , Bodo Moeller]