Bug 347221
| Summary: | Port iscsi-initiator-utils to use NSS library for cryptography | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> |
| Component: | iscsi-initiator-utils | Assignee: | Chris Leech <cleech> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | agrover, dcantrell, 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: | 2014-10-02 21:15:23 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:19:10 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. 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. |