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
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
As suggested by Miloslav Trmač in the upstream bug, it is already possible with SSL_GetCipherSuiteInfo().