Bug 1615285

Summary: openssl-1.1.1-0.pre8.2.fc29 breaks two-way shutdown in TLSv1.3
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cheimes, jorton, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openssl-1.1.1-0.pre8.4.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1615322 (view as bug list) Environment:
Last Closed: 2018-08-13 15:06:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Reproducer none

Description Petr Pisar 2018-08-13 08:53:40 UTC
Created attachment 1475529 [details]
Reproducer

While debugging <https://github.com/openssl/openssl/issues/6904#issuecomment-412033275> perl-Net-SSLeay test failure with OpenSSL 1.1.1-pre8 (bug #1614884) I hit an OpenSSL bug that prevents from using two-way TLS shutdown.

It turned into a known OpenSSL bug <https://github.com/openssl/openssl/issues/6262> that was fixed with:

commit 93f528f36eb9423c31b2d75669cea85da97f9633 (HEAD)
Author: Matt Caswell <matt>
Date:   Wed May 23 12:00:10 2018 +0100

    Auto retry if we ditch records during shutdown

Please apply the fix to Fedora's openssl package.

Comment 1 Christian Heimes 2018-08-13 10:50:37 UTC
PR https://github.com/openssl/openssl/pull/6340 for my upstream OpenSSL issue https://github.com/openssl/openssl/issues/6262 will also fix Python's test_ftplib issues.