Hide Forgot
Description of problem: When using gnutls-cli-debug to look at a openssl server, the application crashes Version-Release number of selected component (if applicable): gnutls-2.8.5-19.el6_7.x86_64 gnutls-utils-2.8.5-19.el6_7.x86_64 How reproducible: Always Steps to Reproduce: 1. openssl req -x509 -newkey rsa -keyout localhost.key -out localhost.crt -nodes -batch -subj /CN=localhost 2. openssl s_server -cert localhost.crt -key localhost.key 3. gnutls-cli-debug -d 100 -p 4433 localhost4 Actual results: Resolving 'localhost'... Connecting to '127.0.0.1:4433'... |<2>| ASSERT: gnutls_priority.c:812 Error in %INITIAL_SAFE_RENEGOTIATION Checking for Safe renegotiation support... Expected results: test successful, application not aborted Additional info: Disabling TLS1.2 support or enabling legacy renegotiation on server side doesn't make a difference
This is addressed by the 2.12.x rebase
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2017-0574.html