Bug 1155180

Summary: [RFE] Report used signature algorithm by server in TLS1.2 in s_client
Product: Red Hat Enterprise Linux 7 Reporter: Hubert Kario <hkario>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: hannsj_uhl, redhat-bugzilla, sardella
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-03 14:16:09 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:
Bug Depends On: 1276310    
Bug Blocks:    

Description Hubert Kario 2014-10-21 14:07:46 UTC
Description of problem:
When connecting using a TLS1.2 and an ephemeral key exchange, the exchanged parameters can be signed using negotiated algorithm. openssl s_client doesn't report it.

Version-Release number of selected component (if applicable):
openssl-1.0.1e-40.el7

How reproducible:
Always

Steps to Reproduce:
1. echo Q | openssl s_client -connect youtube.com:443 -servername youtube.com | grep 'Peer signing dig'

Actual results:
*no output*

Expected results:
Peer signing digest: SHA512

Additional info:
Needed for easier verification of bug 1150033.

Comment 3 Tomas Mraz 2017-04-03 14:16:09 UTC
Included in the OpenSSL 1.0.2

*** This bug has been marked as a duplicate of bug 1276310 ***