Bug 347221 - Port iscsi-initiator-utils to use NSS library for cryptography
Summary: Port iscsi-initiator-utils to use NSS library for cryptography
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: iscsi-initiator-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Leech
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: CryptoConsolidation
TreeView+ depends on / blocked
 
Reported: 2007-10-23 10:19 UTC by Peter Vrabec
Modified: 2014-10-02 21:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-02 21:15:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Vrabec 2007-10-23 10:19:10 UTC
iscsi-initiator-utils 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 Mike Christie 2007-10-23 18:51:53 UTC
Is iscsi-initiator-utils on the needs conversion list because its spec has the

BuildRequires: openssl-devel

line?

I think iscsi-initiator-utils probably does not need that line. In the Makefile,
we do not seem to be building against any libraries that look crypto related,
and it looks like it implements its own md5 sha1 code.

Is this bugzilla for iscsi-initiator-utils to not do its won md5 and sha1 code
and instead use the NSS lib?

Thanks.

Comment 2 Tomas Mraz 2007-10-23 19:15:01 UTC
If the md5 and sha1 is used for security relevant operations then yes, the
built-in source should be replaced with calls to NSS lib.


Note You need to log in before you can comment on or make changes to this bug.