Bug 347591

Summary: Port mdadm to use NSS library for cryptography
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: mdadmAssignee: Doug Ledford <dledford>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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: 2008-03-27 21:37:08 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:20:39 UTC
mdadm 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 Doug Ledford 2008-03-27 21:37:08 UTC
This won't happen.  The crypto needs of mdadm are very modest (we only use an
SHA1 hash and only on version 0.90 superblocks and even then only on the rarely
used homehost string) and must also remain bug-for-bug compatible with the md
software raid kernel stack and also must be available in the statically linked
version of mdadm used in initrd images.  Porting this to a library makes
absolutely no sense.