Codebase list openssl / 48a09eb
Update CHANGES for the new release Reviewed-by: Mark J. Cox <mark@awe.com> (Merged from https://github.com/openssl/openssl/pull/11342) Matt Caswell 4 years ago
1 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 release branch.
88
99 Changes between 1.1.1d and 1.1.1e [xx XXX xxxx]
10 *) Properly detect EOF while reading in libssl. Previously if we hit an EOF
11 while reading in libssl then we would report an error back to the
12 application (SSL_ERROR_SYSCALL) but errno would be 0. We now add
13 an error to the stack (which means we instead return SSL_ERROR_SSL) and
14 therefore give a hint as to what went wrong.
15 [Matt Caswell]
16
17 *) Check that ed25519 and ed448 are allowed by the security level. Previously
18 signature algorithms not using an MD were not being checked that they were
19 allowed by the security level.
20 [Kurt Roeckx]
21
22 *) Fixed SSL_get_servername() behaviour. The behaviour of SSL_get_servername()
23 was not quite right. The behaviour was not consistent between resumption
24 and normal handshakes, and also not quite consistent with historical
25 behaviour. The behaviour in various scenarios has been clarified and
26 it has been updated to make it match historical behaviour as closely as
27 possible.
28 [Matt Caswell]
1029
1130 *) [VMS only] The header files that the VMS compilers include automatically,
1231 __DECC_INCLUDE_PROLOGUE.H and __DECC_INCLUDE_EPILOGUE.H, use pragmas that