Bug 928390

Summary: Python SSLSocket.getpeercert() incorrectly returns an empty Subject Alternative Name from peer certificate.
Product: Red Hat Enterprise Linux 6 Reporter: Ken Giusti <kgiusti>
Component: pythonAssignee: Matej Stuchlik <mstuchli>
Status: CLOSED ERRATA QA Contact: Jan Kepler <jkejda>
Severity: high Docs Contact:
Priority: high    
Version: 6.4CC: bkabrda, fholec, jberan, jkejda, lnovich, mstuchli, ngupta
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-2.6.6-47.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-21 09:14:08 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
Fix backported from 2.7 none

Description Ken Giusti 2013-03-27 14:42:29 UTC
Description of problem:

As documented, SSLSocket.getpeercert() should provide access to the Subject Alternate Name field from the peer's certificate.  A bug in python will result in the Subject Alternate Name field to not be available to the application.

This could cause a false authentication failure if the application performs certificate hostname checking.

Version-Release number of selected component (if applicable):

python-2.6.6-36

How reproducible:

100%

Steps to Reproduce:
1. python client connects to SSL server which has a SAN in its certificate
2. Have python access the certificate via getpeercert()
3. The returned map should have an entry for 'subjectAltName'
  
Actual results:

No entry for 'subjectAltName'

Expected results:

The map contains a 'subjectAltName' entry with a value that matches the SAN from the peer certificate.

Additional info:

The fix for this bug is straightforward, and has been fixed upstream in 2.7.3.  See http://bugs.python.org/issue13034

Comment 2 Bohuslav "Slavek" Kabrda 2013-05-22 12:44:38 UTC
This patch will work ok with RHEL 6 Python 2.6.

Comment 3 Matej Stuchlik 2013-06-11 12:25:46 UTC
Created attachment 759603 [details]
Fix backported from 2.7

Comment 11 errata-xmlrpc 2013-11-21 09:14:08 UTC
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.

http://rhn.redhat.com/errata/RHSA-2013-1582.html