X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=CHANGES;h=9f15d3d6a1a74023b792a7a34320c6763a33dbeb;hb=e6f418bcb7344fe40b78c82722577ee1910400f9;hp=bba32ef79b0313338d682572c3ce7dc626ff3aec;hpb=5e6312175858a6cd92b3ec372ed6903abb6fdd78;p=thirdparty%2Fopenssl.git diff --git a/CHANGES b/CHANGES index bba32ef79b..9f15d3d6a1 100644 --- a/CHANGES +++ b/CHANGES @@ -44,6 +44,11 @@ Changes between 0.9.8m (?) and 1.0.0 [xx XXX xxxx] + *) Fix compression algorithm handling: if resuming a session use the + compression algorithm of the resumed session instead of determining + it from client hello again. Don't allow server to change algorithm. + [Steve Henson] + *) Constify crypto/cast (i.e., ): a CAST_KEY doesn't change when encrypting or decrypting. [Bodo Moeller]