Hide Forgot
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.
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.