Bug 347141

Summary: Port gwenhywfar to use NSS library for cryptography
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: gwenhywfarAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rrelyea, rvokal, tmraz
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-23 17:30:50 UTC Type: ---
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: 333741    

Description Peter Vrabec 2007-10-23 10:18:55 UTC
gwenhywfar should be ported to use NSS library for cryptography.
See the tracking bug for details and links on how it could be done.

Comment 1 Bill Nottingham 2007-10-23 17:30:50 UTC
gwen uses:

a) CRL code
b) info and verify callbacks
c) bio

Ergo, don't think a straight port is really appropriate.

Comment 2 Bob Relyea 2007-10-23 20:36:12 UTC
These are pretty much the same things that libcurl, stunnel and a few others
use. nsscompatossl has support for info/verify and some bio callbacks. CRL's are
handled by ifdefing  out the SSL crl code since NSS support CRL's internally
automomatically.

bob