Description of problem: OpenSSL commit 122580e broke Python's ssl module and MIT KRB5's OpenSSL plugin for MS-KKDCP (Kerberos over HTTPS). In both programs a combination of SSL_read() returning -1, SSL_get_err() returning SSL_ERROR_SYSCALL and ERR_get_error() returning 0 leads to a failure when the connection is terminated. Version-Release number of selected component (if applicable): 1.1.0c How reproducible: Always Steps to Reproduce: 1. Run Python 3.6 test suite with OpenSSL 1.1.0c 2. - or - run MIT KRB5 kinit with KKDCP proxy Actual results: test_ssl is failing with EOF errors kinit is failing Expected results: test_ssl tests are passing kinit works Additional info: https://github.com/openssl/openssl/issues/1903 https://github.com/openssl/openssl/issues/1919 http://bugs.python.org/issue28689
*** This bug has been marked as a duplicate of bug 1394677 ***