Bug 917133

Summary: [RFE] Need user-friendly cipher suite support functions
Product: [Fedora] Fedora Reporter: Rich Megginson <rmeggins>
Component: nssAssignee: nss-nspr-maint <nss-nspr-maint>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dueno, kdudka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 917134 (view as bug list) Environment:
Last Closed: 2019-05-17 08:44:28 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:    
Bug Blocks: 917134    

Description Rich Megginson 2013-03-01 19:58:00 UTC
Description of problem:

Every application that uses NSS and provides some sort of human-readable configuration has to make a map of human readable cipher suite names to the internal integer codes NSS uses to describe those cipher suites.  This causes redundancy, confusion, and upgrade problems.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: https://bugzilla.mozilla.org/show_bug.cgi?id=480174

Comment 1 Fedora Admin XMLRPC Client 2016-08-15 15:52:24 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Daiki Ueno 2019-05-17 08:44:28 UTC
As suggested by Miloslav Trmač in the upstream bug, it is already possible with SSL_GetCipherSuiteInfo().