X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=d5142beebbc7855c872907806553b98a981779a2;hb=8acb953880bc7fc5ed4e339de06dff0a213fa274;hp=87333bfcc9a6c59ec63d25f1d2f50ff0d2dcfc55;hpb=731f431497f463f3a2a97236fe0187b11c44aead;p=openssl.git diff --git a/CHANGES b/CHANGES index 87333bfcc9..d5142beebb 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,17 @@ Changes between 1.0.2 and 1.1.0 [xx XXX xxxx] + *) Harmonize version and its documentation. -f flag is used to display + compilation flags. + [mancha ] + + *) Fix eckey_priv_encode so it immediately returns an error upon a failure + in i2d_ECPrivateKey. + [mancha ] + + *) Fix some double frees. These are not thought to be exploitable. + [mancha ] + *) A missing bounds check in the handling of the TLS heartbeat extension can be used to reveal up to 64k of memory to a connected client or server.