X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a1217540f2f10ffbee635e753722bb4ac6c5bead;hp=277b54083429d232cf973821f1f0257917c629b7;hb=bc420ac592df14384ba4acf7104482123e8729ba;hpb=abd4c915271d8660f52e5e8c5b6abc9deed1302a diff --git a/CHANGES b/CHANGES index 277b540834..a1217540f2 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,12 @@ Changes between 0.9.1c and 0.9.2 + *) Change the meaning of 'ALL' in the cipher list. It now means "everything + except NULL ciphers". This means the default cipher list will no longer + enable NULL ciphers. They need to be specifically enabled e.g. with + the string "DEFAULT:eNULL". + [Steve Henson] + *) Fix to RSA private encryption routines: if p < q then it would occasionally produce an invalid result. This will only happen with externally generated keys because OpenSSL (and SSLeay) ensure p > q.