openssl/include
Matt Caswell d924dbf4ae Detect EOF while reading in libssl
If we hit an EOF while reading in libssl then we will report an error
back to the application (SSL_ERROR_SYSCALL) but errno will be 0. We add
an error to the stack (which means we instead return SSL_ERROR_SSL) and
therefore give a hint as to what went wrong.

Contains a partial fix for #10880

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/10907)
2020-02-04 14:39:29 +00:00
..
crypto Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
internal Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
openssl Detect EOF while reading in libssl 2020-02-04 14:39:29 +00:00