Bug 1321015

Summary: openssl policy enables a cipher, ECDHE-RSA-AES256-SHA, in the HTTP/2.0 blacklist
Product: [Fedora] Fedora Reporter: Rob Crittenden <rcritten>
Component: crypto-policiesAssignee: Nikos Mavrogiannopoulos <nmavrogi>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: nmavrogi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-31 12:41:17 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:

Description Rob Crittenden 2016-03-24 13:26:13 UTC
Description of problem:

The openSSL crypto policy enables ECDHE-RSA-AES256-SHA which is in the RFC 7540 blacklist for HTTP/2.0.

Apache reports:

[Wed Mar 23 18:15:47.249784 2016] [http2:debug] [pid 13037] h2_h2.c(514): [client 192.168.0.1:44332] h2_h2(1): tls cipher ECDHE-RSA-AES256-SHA blacklisted by rfc7540

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

crypto-policies-20151104-1.gitf1cba5f.fc23

Steps to Reproduce:
1. systemctl start httpd.service
2. curl -k --http2 https://localhost/

Actual results:

curl: (16) HTTP/2 stream 1 was not closed cleanly: error_code = 8

Expected results:

Display of root page

Comment 1 Nikos Mavrogiannopoulos 2016-03-31 07:07:47 UTC
The crypto policies don't really follow any protocol's recommendation. There is nothing insecure about ECDHE-RSA-AES256-SHA, so it will not be disabled by the crypto policies. It is up to the HTTP/2.0 applications to get specific on which ciphersuites they enable. Nevertheless, the RFC7540 "Cipher Suite Black List" section looks like out of place and shouldn't have been specified at all.

Comment 2 Rob Crittenden 2016-03-31 12:41:17 UTC
Ok. The error message out of Apache is clear enough to understand what to do.