X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=2cb84d4507cb0e4784f928d3542dc89b90bd8ad7;hb=5c9261aa07d197a94380e6f5d0e0b9f855924bc4;hp=27302057df144ac4964d46502e965fa9c7d2575d;hpb=54aa9d51b09d67e90db443f682cface795f5af9e;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index 27302057df..2cb84d4507 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,13 @@ Changes between 1.1.1c and 1.1.1d [xx XXX xxxx] + *) Correct the extended master secret constant on EBCDIC systems. Without this + fix TLS connections between an EBCDIC system and a non-EBCDIC system that + negotiate EMS will fail. Unfortunately this also means that TLS connections + between EBCDIC systems with this fix, and EBCDIC systems without this + fix will fail if they negotiate EMS. + [Matt Caswell] + *) Use Windows installation paths in the mingw builds Mingw isn't a POSIX environment per se, which means that Windows @@ -362,7 +369,7 @@ SSL_set_ciphersuites() [Matt Caswell] - *) Memory allocation failures consistenly add an error to the error + *) Memory allocation failures consistently add an error to the error stack. [Rich Salz]